-
Notifications
You must be signed in to change notification settings - Fork 625
Delete index entries for deleted documents #3209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b05bc99
to
b7b7899
Compare
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (ab237e0b) is created by Prow via merging commits: 072ee4c 138cddb. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (ab237e0b) is created by Prow via merging commits: 072ee4c 138cddb. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, looks good!
@schmidt-sebastian: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
This PR deletes the index entries when a document is removed. The entries are deleted right away, but since we don't have to do much computation this is hopefully sufficient.