Add the correct createdTime to waiting tasks (#6060)

This commit is contained in:
Surekha 2018-07-27 14:56:19 -07:00 committed by Gian Merlino
parent 1524af703d
commit 74ae73df42
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ public class OverlordResource
task.getDataSource(),
null,
null,
DateTimes.EPOCH,
task.getCreatedTime(),
DateTimes.EPOCH,
TaskLocation.unknown()
));