mirror of https://github.com/apache/druid.git
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(),
|
||||
null,
|
||||
null,
|
||||
DateTimes.EPOCH,
|
||||
task.getCreatedTime(),
|
||||
DateTimes.EPOCH,
|
||||
TaskLocation.unknown()
|
||||
));
|
||||
|
|
Loading…
Reference in New Issue