mirror of
https://github.com/apache/druid.git
synced 2025-02-18 16:12:23 +00:00
Add the correct createdTime to waiting tasks (#6060)
This commit is contained in:
parent
1524af703d
commit
74ae73df42
@ -648,7 +648,7 @@ public class OverlordResource
|
|||||||
task.getDataSource(),
|
task.getDataSource(),
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
DateTimes.EPOCH,
|
task.getCreatedTime(),
|
||||||
DateTimes.EPOCH,
|
DateTimes.EPOCH,
|
||||||
TaskLocation.unknown()
|
TaskLocation.unknown()
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user