[improvement](log) log timeout seconds when creating partitions timeout (#19223)

This commit is contained in:
Yongqiang YANG
2023-05-04 17:18:42 +08:00
committed by GitHub
parent e9a4cbcdf9
commit fa7d86efbd

View File

@ -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);