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

Merge dev into v0.6 #735

Merged
merged 2 commits into from
Oct 30, 2019
Merged

Merge dev into v0.6 #735

merged 2 commits into from
Oct 30, 2019

Conversation

smukil
Copy link
Contributor

@smukil smukil commented Oct 30, 2019

No description provided.

This patch implements the automatic cleanup of metadata for delete
commands (DEL, ZREM, HDEL and SREM) when ALL the replicas in the
quorum set agree.

This is to ensure that we don't have "tombstones" present indefinitely
for deleted keys and fields.

For commands that don't receive all replica responses, the "rem set"
data will still be present. However, this would be a minority of the
cases, and we can implement logic in the side car to get rid of this.
Auto cleanup repair Metadata on deletes if all replicas agree
@smukil smukil self-assigned this Oct 30, 2019
@smukil smukil merged commit dfd5190 into v0.6 Oct 30, 2019
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

Successfully merging this pull request may close these issues.

None yet

1 participant