We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ab9ae commit c2768efCopy full SHA for c2768ef
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/safemode/StateMachineReadyRule.java
@@ -23,7 +23,7 @@
23
import org.apache.hadoop.hdds.server.events.TypedEvent;
24
25
/**
26
- * Class defining Safe mode exit when SCM State Machine is ready, ie all transaction is applied
+ * Class defining Safe mode exit when SCM State Machine is ready, ie all transaction is applied.
27
*/
28
public class StateMachineReadyRule extends SafeModeExitRule<Boolean> {
29
private SCMStateMachine scmStateMachine = null;
0 commit comments