Skip to content

Commit

Permalink
Merge pull request apache#258 from ni-ze/develop
Browse files Browse the repository at this point in the history
move log
  • Loading branch information
ni-ze authored Jan 22, 2023
2 parents 51d13d5 + 4a6237e commit d6b934a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ public WorkerThread(String threadName, TopologyBuilder topologyBuilder, Properti
public void run() {
try {
this.planetaryEngine.start();
this.planetaryEngine.runInLoop();
logger.info("worker thread=[{}], start task success, jobId:{}", this.getName(), jobId);

this.planetaryEngine.runInLoop();
} catch (Throwable e) {
logger.error("worker thread=[{}], error:{}.", this.getName(), e);
throw new RStreamsException(e);
Expand Down

0 comments on commit d6b934a

Please sign in to comment.