Fix upgrade check failure due to missing auxiliary ZooKeeper config#95760
Merged
alexey-milovidov merged 1 commit intomasterfrom Feb 2, 2026
Merged
Fix upgrade check failure due to missing auxiliary ZooKeeper config#95760alexey-milovidov merged 1 commit intomasterfrom
alexey-milovidov merged 1 commit intomasterfrom
Conversation
The upgrade check was failing because `zookeeper_fault_injection.xml` was used as a replacement for `zookeeper.xml`, but it didn't contain the `auxiliary_zookeepers` section with `zookeeper2`. When a table created during stress tests used `zookeeper2`, the upgraded server couldn't find it and failed with: "Unknown auxiliary ZooKeeper name 'zookeeper2'" Now `zookeeper.xml` is always installed as the base config, and `zookeeper_fault_injection.xml` is used as an override containing only the fault injection specific settings. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
|
Workflow [PR], commit [b7f5205] Summary: ❌
|
antaljanosbenjamin
approved these changes
Feb 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The upgrade check was failing because
zookeeper_fault_injection.xmlwas used as a replacement forzookeeper.xml, but it didn't contain theauxiliary_zookeeperssection withzookeeper2.When a table created during stress tests used
zookeeper2, the upgraded server couldn't find it and failed with:"Unknown auxiliary ZooKeeper name 'zookeeper2'"
Now
zookeeper.xmlis always installed as the base config, andzookeeper_fault_injection.xmlis used as an override containing only the fault injection specific settings.Changelog category (leave one):