We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48388f3 commit d44046cCopy full SHA for d44046c
1 file changed
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/ProcedureManager.java
@@ -1382,7 +1382,7 @@ public TSStatus dataPartitionTableIntegrityCheck() {
1382
procedure = new DataPartitionTableIntegrityCheckProcedure();
1383
executor.submitProcedure(procedure);
1384
}
1385
- return waitingProcedureFinished(procedure);
+ return waitingProcedureFinished(procedure, 86400000);
1386
1387
1388
/**
0 commit comments