-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Make BlobStoreRepository Aware of ClusterState #49639
Merged
original-brownbear
merged 14 commits into
elastic:master
from
original-brownbear:repo-uses-cs-light
Nov 29, 2019
Merged
Make BlobStoreRepository Aware of ClusterState #49639
original-brownbear
merged 14 commits into
elastic:master
from
original-brownbear:repo-uses-cs-light
Nov 29, 2019
Commits on Nov 27, 2019
-
Make BlobStoreRepository Aware of ClusterState
This is a preliminary to elastic#49060. It does not introduce any substantial behavior change to how the blob store repository operates. What it does is to add all the infrastructure changes around passing the cluster service to the blob store, associated test changes and a best effort approach to tracking the latest repository generation on all nodes from cluster state updates. This brings a slight improvement to the consistency by which non-master nodes (or master directly after a failover) will be able to determine the latest repository generation. It does not however do any tricky checks for the situation after a repository operation (create, delete or cleanup) that could theoretically be used to get even greater accuracy to keep this change simple. This change does not in any way alter the behavior of the blobstore repository other than adding a better "guess" for the value of the latest repo generation and is mainly intended to isolate the actual logical change to how the repository operates in elastic#49060
Configuration menu - View commit details
-
Copy full SHA for 62ecb71 - Browse repository at this point
Copy the full SHA 62ecb71View commit details -
Configuration menu - View commit details
-
Copy full SHA for bae7a9e - Browse repository at this point
Copy the full SHA bae7a9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 741fabf - Browse repository at this point
Copy the full SHA 741fabfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 991f368 - Browse repository at this point
Copy the full SHA 991f368View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb104f - Browse repository at this point
Copy the full SHA cfb104fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ddfaf0 - Browse repository at this point
Copy the full SHA 6ddfaf0View commit details
Commits on Nov 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4880d09 - Browse repository at this point
Copy the full SHA 4880d09View commit details -
Configuration menu - View commit details
-
Copy full SHA for c257b0e - Browse repository at this point
Copy the full SHA c257b0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3e0df - Browse repository at this point
Copy the full SHA 3f3e0dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b2d2ac - Browse repository at this point
Copy the full SHA 9b2d2acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7689aa5 - Browse repository at this point
Copy the full SHA 7689aa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5da114d - Browse repository at this point
Copy the full SHA 5da114dView commit details
Commits on Nov 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3765863 - Browse repository at this point
Copy the full SHA 3765863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 331b4a0 - Browse repository at this point
Copy the full SHA 331b4a0View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.