Skip to content

HDDS-2640 Add leaderID information in pipeline list subcommand#279

Merged
lokeshj1703 merged 1 commit into
apache:masterfrom
nilotpalnandi:HDDS-2640
Nov 28, 2019
Merged

HDDS-2640 Add leaderID information in pipeline list subcommand#279
lokeshj1703 merged 1 commit into
apache:masterfrom
nilotpalnandi:HDDS-2640

Conversation

@nilotpalnandi
Copy link
Copy Markdown
Contributor

@nilotpalnandi nilotpalnandi commented Nov 28, 2019

What changes were proposed in this pull request?

scmcli pipeline list command does not display the leaderID information for each pipeline.
This change will include the leaderID information along with other details.

What is the link to the Apache JIRA

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

How was this patch tested?

Applied the patch and rebuilt ozone and then tested it by creating docker cluster using docker-compose

@lokeshj1703
Copy link
Copy Markdown
Contributor

@nilotpalnandi Thanks for working on this! The changes look good to me. Pending jenkins.

@lokeshj1703
Copy link
Copy Markdown
Contributor

The test failure does not seem related.

@lokeshj1703 lokeshj1703 merged commit cd892e0 into apache:master Nov 28, 2019
@lokeshj1703
Copy link
Copy Markdown
Contributor

@nilotpalnandi Thanks for the contribution! I have committed the PR to master branch.

@elek
Copy link
Copy Markdown
Member

elek commented Nov 28, 2019

The test failure does not seem related.

Please don't commit patches with failing unit test, even if they are unrelated. The acceptance tests are not executed for this patch because the unit tests are failed.

If you think it's not related, please create a jira, copy the failure and the logs and @Ignore the test, but get a green build.

@lokeshj1703
Copy link
Copy Markdown
Contributor

@elek Sorry! I have created https://issues.apache.org/jira/browse/HDDS-2643 which tracks the failure. The test failure is intermittent.

@elek
Copy link
Copy Markdown
Member

elek commented Nov 28, 2019

No problem, (and don't need to revert). I just realized how small this patch after I wrote the comment, so I understand that it's very low chance to introduce any problem (unless one acceptance test checks the output of the pipeline command).

It was more like a FYI:

Master become unstable again and having reports for all the checks would help to understand the root of the problems.

The problem is that we have a strong dependency between acceptance and unit and if unit is failed (even if because and intermittent error) the acceptance tests are not executed.

We need to remove this dependency OR always fix (or rerun) the unit test.

@lokeshj1703
Copy link
Copy Markdown
Contributor

@elek Yeah I agree. I think removing the dependency between acceptance test and unit would be great because there are a lot of tests which fail intermittently.
The post commit build failed with failure in TestTableCacheImpl.

@adoroszlai
Copy link
Copy Markdown
Contributor

We need to remove this dependency OR always fix (or rerun) the unit test.

+1 for removing the dependency: it would also let acceptance tests start ~20 minutes earlier, reducing overall feedback time by 25% (80 -> 60 minutes).

vtutrinov pushed a commit to vtutrinov/ozone that referenced this pull request Jan 30, 2026
…ters

Merge in SDPOZONE/component-ozone from SDPOZN-1965-1 to sdp-ozone-1.4

Squashed commit of the following:

commit 9dd579f3835534204dd9f5414429b2e9d23e3f66
Author: 22861553 <DDmPrizva@sberbank.ru>
Date:   Tue Dec 23 13:11:12 2025 +0300

    Disable acceptance cert-rotation

commit cbe9bc6f73f6fb7fffd13f64fe852f3ef3a95d24
Author: 22861553 <DDmPrizva@sberbank.ru>
Date:   Tue Dec 23 04:13:15 2025 +0300

    Disable acceptance MR

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants