-
Notifications
You must be signed in to change notification settings - Fork 592
[HDDS-5452] Add link method to ContainerStateMachine for Ratis streaming #2422
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
[HDDS-5452] Add link method to ContainerStateMachine for Ratis streaming #2422
Conversation
szetszwo
left a comment
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.
+1 the change looks good.
Ozone datanode may store the log index somewhere using the link(..) method. This can be done later if there is a need.
|
@ckj996 , there is a windbags warning. Please take a look. Thanks. |
|
@szetszwo Hi, I have fixed it. Can you please approve the workflow? Thanks. |
|
Re-commit this for fixing the commit message format. @ckj996 , please use the standard commit message next time. Thanks. |
Sure. Btw, I forgot to add the |
…s streaming (apache#2422)" (apache#2427) This reverts commit af10e0e.
…s streaming (apache#2422)" (apache#2427) This reverts commit af10e0e.
Sure, let's add the @OverRide annotation when we change the file next time. |
…s streaming (apache#2422)" (apache#2427) This reverts commit af10e0e.
…ng (apache#2422) (cherry picked from commit 92a8081)
What changes were proposed in this pull request?
Add link method to ContainerStateMachine for Ratis streaming.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-5452
How was this patch tested?
CI test will be added after the client is ready.