We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00a2cf commit 90c5052Copy full SHA for 90c5052
1 file changed
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/ha/SCMStateMachine.java
@@ -78,7 +78,7 @@ public class SCMStateMachine extends BaseStateMachine {
78
79
private StorageContainerManager scm;
80
private Map<RequestType, Object> handlers;
81
- private Map<RequestType, ScmInvoker<?>> invokers;
+ private Map<RequestType, ScmInvoker<?>> invokers;
82
private SCMHADBTransactionBuffer transactionBuffer;
83
private final SimpleStateMachineStorage storage =
84
new SimpleStateMachineStorage();
0 commit comments