Skip to content

Commit

Permalink
Update computer-core/src/main/java/org/apache/hugegraph/computer/core…
Browse files Browse the repository at this point in the history
…/worker/WorkerService.java

Co-authored-by: Cong Zhao <[email protected]>
  • Loading branch information
imbajin and coderzc authored Dec 8, 2023
1 parent 45c9add commit ce2849d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ public synchronized void init(Config config) {
} catch (Exception e) {
LOG.error("Error while initializing WorkerService", e);
// TODO: shall we call close() here?
this.close();
throw e;
}
}
Expand Down

0 comments on commit ce2849d

Please sign in to comment.