You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/statemachine/ConfigRegionStateMachine.java
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@
58
58
importjava.nio.ByteBuffer;
59
59
importjava.nio.file.Files;
60
60
importjava.nio.file.StandardCopyOption;
61
+
importjava.util.ArrayList;
61
62
importjava.util.Arrays;
62
63
importjava.util.Comparator;
63
64
importjava.util.List;
@@ -337,11 +338,11 @@ private void becomeLeader(final long epoch) {
337
338
}
338
339
339
340
// Start the remaining leader services in parallel and wait for all of them to finish.
0 commit comments