Skip to content
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

[Segment Replication] Fix delete operations to only write to xlog on replicas. #2330

Closed
Tracked by #2194
mch2 opened this issue Mar 3, 2022 · 0 comments
Closed
Tracked by #2194
Assignees

Comments

@mch2
Copy link
Member

mch2 commented Mar 3, 2022

Describe the bug
This change allowed index operations to noop on replicas and only write to the xlog. We need a similar change to noop delete operations. Right now these still get passed to the engine and invoke methods on a null indexwriter.

@mch2 mch2 added bug Something isn't working untriaged labels Mar 3, 2022
@mch2 mch2 changed the title [Segment Replication] Fix delete operations [Segment Replication] Fix delete operations to only write to xlog on replicas. Mar 3, 2022
@mch2 mch2 removed the bug Something isn't working label Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants