-
Notifications
You must be signed in to change notification settings - Fork 0
Mirror upstream elastic/elasticsearch#133347 for AI review #3
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
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍(Review updated until commit 6ea18be)Here are some key observations to aid the review process:
|
/review |
Persistent review updated to latest commit 6ea18be |
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Patch from BASE=acdc6a427bf07c47da3fe4f145cd844eab8be5ee to HEAD=8332d368ace691794562b5e0977a8ecfddd874a5. If partial, see *.rej in working tree.
PR Type
Bug fix, Tests
Description
Force failure store rollover on write to true when indices list is empty
Add rolling upgrade test for failure store on existing data streams
Update test expectations for failure rollover behavior
Fix data stream serialization logic for failure store rollover flag
Diagram Walkthrough
File Walkthrough
FailureStoreUpgradeIT.java
Add failure store rolling upgrade integration test
qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades/FailureStoreUpgradeIT.java
IndexAbstractionTests.java
Update IndexAbstractionTests for rollover behavior
server/src/test/java/org/elasticsearch/cluster/metadata/IndexAbstractionTests.java
indices state
configuration
ProjectMetadataTests.java
Update ProjectMetadataTests rollover expectations
server/src/test/java/org/elasticsearch/cluster/metadata/ProjectMetadataTests.java
failure_rollover_on_write
value from false to true intest assertions
DataStreamTestHelper.java
Update DataStreamTestHelper rollover logic
test/framework/src/main/java/org/elasticsearch/cluster/metadata/DataStreamTestHelper.java
emptiness
DataStream.java
Fix failure store rollover logic in DataStream
server/src/main/java/org/elasticsearch/cluster/metadata/DataStream.java
replicated
read/write
133347.yaml
Add changelog entry for rollover fix
docs/changelog/133347.yaml
pr-133347.patch
Complete patch file for upstream changes
pr-133347.patch