HBASE-15931 Add log for long-running tasks in AsyncProcess (addendum)
This commit is contained in:
parent
34d648808d
commit
b56760c732
|
@ -448,7 +448,7 @@ class AsyncProcess {
|
|||
LOG.info("#" + id + (max < 0 ? ", waiting for any free slot"
|
||||
: ", waiting for some tasks to finish. Expected max="
|
||||
+ max) + ", tasksInProgress=" + currentInProgress +
|
||||
" hasError=" + hasError() + tableName == null ? "" : ", tableName=" + tableName);
|
||||
" hasError=" + hasError() + (tableName == null ? "" : ", tableName=" + tableName));
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue