Uh oh!
There was an error while loading. Please reload this page.
[HDDS-5452] Add link method to ContainerStateMachine for Ratis streaming - #2422
Conversation
szetszwo
left a comment
There was a problem hiding this comment.
+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.
szetszwo
commented
Jul 17, 2021
@ckj996 , there is a windbags warning. Please take a look. Thanks. |
kaijchen
commented
Jul 17, 2021
@szetszwo Hi, I have fixed it. Can you please approve the workflow? Thanks. |
szetszwo
commented
Jul 18, 2021
Re-commit this for fixing the commit message format. @ckj996 , please use the standard commit message next time. Thanks. |
kaijchen
commented
Jul 21, 2021
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.
szetszwo
commented
Jul 26, 2021
Sure, let's add the @OverRide annotation when we change the file next time. |
kaijchen
commented
Jul 26, 2021
…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.