Skip to content

HDDS-16518. Intermittent timeout waiting on scm3 9860 - #11282

Merged
peterxcli merged 1 commit into
apache:masterfrom
adoroszlai:HDDS-16518
Sep 21, 2026
Merged

peterxcli merged 1 commit into
apache:masterfrom
adoroszlai:HDDS-16518

Conversation

@adoroszlai

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

Fix intermittent failure in acceptance (upgrade) test:

--- RUNNING WITH OLD VERSION 2.2.1 ---
Port 88 is available on kdc
Port 9860 is not available on scm3 yet
...
Timed out waiting on scm3 9860 to become available

Upgrade test picks the first SCM from Docker Compose output, which may be any of the three. scm3 may take longer than 2 minutes to be up, because instances are started in order:


This change makes output ordered to ensure scm1 is preferred, if available.

https://issues.apache.org/jira/browse/HDDS-16518

How was this patch tested?

CI:

Port 9860 is available on scm1

https://github.com/adoroszlai/ozone/actions/runs/35490768774/job/106026794273#step:13:48

@adoroszlai adoroszlai self-assigned this Sep 20, 2026

@rich7420 rich7420 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@peterxcli peterxcli left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adoroszlai thanks!

@peterxcli
peterxcli merged commit ecd7ff0 into apache:master Sep 21, 2026
32 checks passed
@adoroszlai
adoroszlai deleted the HDDS-16518 branch September 21, 2026 11:58
@adoroszlai

Copy link
Copy Markdown
Contributor Author

Thanks @peterxcli, @rich7420 for the review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants