[improvement](log) log timeout seconds when creating partitions timeout (#19223)
This commit is contained in:
@ -1823,7 +1823,7 @@ public class InternalCatalog implements CatalogIf<Database> {
|
||||
}
|
||||
|
||||
if (!ok || !countDownLatch.getStatus().ok()) {
|
||||
errMsg = "Failed to create partition[" + partitionName + "]. Timeout.";
|
||||
errMsg = "Failed to create partition[" + partitionName + "]. Timeout:" + timeout + " seconds.";
|
||||
// clear tasks
|
||||
AgentTaskQueue.removeBatchTask(batchTask, TTaskType.CREATE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user