beobal commented on code in PR #3646:
URL: https://github.com/apache/cassandra/pull/3646#discussion_r1825687476


##########
src/java/org/apache/cassandra/tcm/sequences/InProgressSequences.java:
##########
@@ -60,13 +60,20 @@ private InProgressSequences(Epoch lastModified, 
ImmutableMap<MultiStepOperation.
     }
 
     public static void 
finishInProgressSequences(MultiStepOperation.SequenceKey sequenceKey)
+    {
+        finishInProgressSequences(sequenceKey, false);
+    }
+
+    public static void 
finishInProgressSequences(MultiStepOperation.SequenceKey sequenceKey, boolean 
onlyStartup)

Review Comment:
   nit: could we rename this to something like 
`onlyStartupSafeSequences/safeForStartupOnly/isInStartup` or similar? 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to