-
Notifications
You must be signed in to change notification settings - Fork 594
HDDS-3191: switch from SCMPipelineManager to PipelineManagerV2Impl #1151
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
285bfd3 to
7469acc
Compare
bf2075e to
d4d2a9d
Compare
|
Hello @elek @adoroszlai Would you please help check a GitHub CI problem ? I want to push 2 commit from my dev branch It is pretty sure that branch Seems these failed cases are related to raft leader election, which has randomness. Would you please help have a look ? Thanks! |
|
also see this flaky case failure in see #1147 |
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/ha/SCMHAConfiguration.java
Show resolved
Hide resolved
hadoop-ozone/recon/pom.xml
Outdated
| </goals> | ||
| <configuration> | ||
| <arguments>pnpm config set store-dir ~/.pnpm-store</arguments> | ||
| <npmInheritsProxyConfigFromMaven>false</npmInheritsProxyConfigFromMaven> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change seems unrelated. Can you merge it from master?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing out! Will drop this change.
|
LGTM, +1. |
bb491e2 to
19c830c
Compare
|
+1, I will merge it shortly. |
What changes were proposed in this pull request?
switch from SCMPipelineManager to PipelineManagerV2Impl.
mainly focus on fixing unit test
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-3191
How was this patch tested?
unit tests