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

Remove Lucene Precommit from PersistentCache (#66324) #66331

Merged
merged 1 commit into from
Dec 15, 2020

Conversation

original-brownbear
Copy link
Member

There is nothing gained from doing the precommit step explicitly here.
Also, we can just reuse the same map entries statically.

backport of #66324

There is nothing gained from doing the precommit step explicitly here.
Also, we can just reuse the same map entries statically.
@original-brownbear original-brownbear added :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs backport labels Dec 15, 2020
@elasticmachine elasticmachine added the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label Dec 15, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

Copy link
Contributor

@DaveCTurner DaveCTurner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Repeating my comment on the master issue here:

Hang on, this is deliberate and meaningful. We precommit on all the data paths first to try and surface a failure before we get to the commit step. Failure at the precommit stage is nonfatal, but failure at the commit stage will terminate the node.

Please don't merge this!

Copy link
Contributor

@DaveCTurner DaveCTurner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Panic over, sorry, I thought this was changing a different class from the one it did change. Carry on, don't mind me...

@original-brownbear
Copy link
Member Author

npnp thanks for keeping an eye on my Shenanigans :)

@original-brownbear original-brownbear merged commit a460564 into elastic:7.x Dec 15, 2020
@original-brownbear original-brownbear deleted the 66324-7.x branch December 15, 2020 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants