lintingbin commented on code in PR #4043:
URL: https://github.com/apache/amoro/pull/4043#discussion_r2772881370
##########
amoro-ams/src/main/java/org/apache/amoro/server/optimizing/OptimizingQueue.java:
##########
Review Comment:
@klion26 Do you know why there is also tableRuntime.recover in the
initialization function of TableOptimizingProcess? It looks a bit strange,
doesn't it? Maybe we should optimize it?
```
if (this.status != ProcessStatus.KILLED) {
tableRuntime.recover(this);
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]