-
Notifications
You must be signed in to change notification settings - Fork 589
HDDS-2640 Add leaderID information in pipeline list subcommand #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@nilotpalnandi Thanks for working on this! The changes look good to me. Pending jenkins. |
|
The test failure does not seem related. |
|
@nilotpalnandi Thanks for the contribution! I have committed the PR to master branch. |
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 |
|
@elek Sorry! I have created https://issues.apache.org/jira/browse/HDDS-2643 which tracks the failure. The test failure is intermittent. |
|
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. |
|
@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. |
+1 for removing the dependency: it would also let acceptance tests start ~20 minutes earlier, reducing overall feedback time by 25% (80 -> 60 minutes). |
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