HDDS-14635. kubernetes check fails after restarting datanodes#9772
Open
adoroszlai wants to merge 1 commit intoapache:masterfrom
Open
HDDS-14635. kubernetes check fails after restarting datanodes#9772adoroszlai wants to merge 1 commit intoapache:masterfrom
adoroszlai wants to merge 1 commit intoapache:masterfrom
Conversation
yandrey321
reviewed
Feb 16, 2026
|
|
||
| assert_pipeline_exists() { | ||
| local count | ||
| count=$(execute_command_in_container scm-0 ozone admin pipeline list --state OPEN --filter-by-factor THREE --json | jq -r 'length') |
There was a problem hiding this comment.
Can it be the case that there are only EC pipelines? Any reason why we're waiting only for ratis pipelines?
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.
What changes were proposed in this pull request?
Fix failure in
kubernetescheck due to read failure after datanodes are restarted:k8sconfig to allow suppressing logger for CLI commands (respecthadoop.root.loggerproperty). This is required forozone admin --jsoncommand output to be valid JSON.https://issues.apache.org/jira/browse/HDDS-14635
How was this patch tested?
ozone/test.shpassed 10x:https://github.com/adoroszlai/ozone/actions/runs/22041622888
All
kubernetescheck passed 10x:https://github.com/adoroszlai/ozone/actions/runs/22042121647
Regular CI:
https://github.com/adoroszlai/ozone/actions/runs/22042489756