You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/10/18 17:33:48 UTC

[GitHub] [ozone] myskov commented on a diff in pull request #3855: HDDS-7149. Update ratis version to 2.4.0 and thirdparty version to 1.0.2.

myskov commented on code in PR #3855:
URL: https://github.com/apache/ozone/pull/3855#discussion_r998524193


##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/ha/SCMStateMachine.java:
##########
@@ -353,8 +353,11 @@ public void notifyConfigurationChanged(long term, long index,
 
   @Override
   public void pause() {
-    getLifeCycle().transition(LifeCycle.State.PAUSING);
-    getLifeCycle().transition(LifeCycle.State.PAUSED);
+    final LifeCycle lc = getLifeCycle();

Review Comment:
   Are these changes connected to bumping ratis version?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org