fix: skip opensearch init/rebuild on releases where they were removed - #221
Merged
Conversation
The opensearch init and rebuild subcommands were removed in the multi-opensearch commit (669b00f) which shipped in release 2025.4. The CI was still calling these commands unconditionally, but they silently did nothing because the old opensearch command block in bin/_main had no else clause for unrecognized subcommands. The instances-to-services merge (PR#592) correctly routes unknown subcommands to manage_opensearch.py which rejects them, exposing this latent issue. Scope init/rebuild to releases 2025.3 and earlier where they existed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
atheurer
approved these changes
Jun 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.
Summary
crucible opensearch initandcrucible opensearch rebuildCI commands on releases 2025.4+ where these subcommands no longer existopensearchblock inbin/_mainhad no else clause for unrecognized subcommandsmanage_opensearch.pywhich rejects them, exposing this latent issueTest plan
🤖 Generated with Claude Code