Skip to content

Commit

Permalink
Update JobSender.java
Browse files Browse the repository at this point in the history
  • Loading branch information
irector2016 authored Jan 19, 2017
1 parent c2175c5 commit fb5590c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private List<JobPo> fetchJob(String taskTrackerNodeGroup, String taskTrackerIden

// IMPORTANT: 这里要先切换队列
try {
jobPo.setGmtModified(jobPo.getGmtCreated());
jobPo.setGmtModified(SystemClock.now());
appContext.getExecutingJobQueue().add(jobPo);
} catch (DupEntryException e) {
LOGGER.warn("ExecutingJobQueue already exist:" + JSON.toJSONString(jobPo));
Expand Down

0 comments on commit fb5590c

Please sign in to comment.