Skip to content

Commit

Permalink
#54 reduce zookeeper load by optimizing the read/write during the exe…
Browse files Browse the repository at this point in the history
…cution of the job
  • Loading branch information
chembohuang committed Jan 6, 2017
1 parent 087fce8 commit e66d052
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ public void setLastCompleteTime(Long lastCompleteTime) {
public String toString() {
return "ExecutionInfo [item=" + item + ", jobMsg=" + jobMsg
+ ", lastBeginTime=" + lastBeginTime + ", lastCompleteTime="
+ lastCompleteTime + ", jobLog=" + jobLog + "]";
+ lastCompleteTime + ", nextFireTime=" + nextFireTime
+ ", jobLog=" + jobLog + "]";
}

}

0 comments on commit e66d052

Please sign in to comment.