Skip to content

Commit

Permalink
as head
Browse files Browse the repository at this point in the history
  • Loading branch information
wangtaohz committed Dec 13, 2023
1 parent cae0414 commit e469e71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,10 @@ public Status getStatus() {
public void close() {
lock.lock();
try {
clearProcess(this);
this.status = OptimizingProcess.Status.CLOSED;
this.endTime = System.currentTimeMillis();
persistProcessCompleted(false);
clearProcess(this);
} finally {
lock.unlock();
}
Expand Down

0 comments on commit e469e71

Please sign in to comment.