mirror of https://github.com/apache/druid.git
WorkerTaskMonitor: Add log message
This commit is contained in:
parent
c2074744b5
commit
186bbd1cb6
|
@ -108,6 +108,8 @@ public class WorkerTaskMonitor
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log.info("Submitting runnable for task[%s]", task.getId());
|
||||||
|
|
||||||
exec.submit(
|
exec.submit(
|
||||||
new Runnable()
|
new Runnable()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue