dant3 commented on code in PR #3373:
URL: https://github.com/apache/ignite-3/pull/3373#discussion_r1516030935
##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/Checkpointer.java:
##########
@@ -634,10 +634,9 @@ public void cancel() {
log.debug("Cancelling grid runnable: " + this);
}
- // Do not interrupt runner thread.
- isCancelled.set(true);
-
synchronized (this) {
+ // Do not interrupt runner thread.
+ isCancelled.set(true);
Review Comment:
Ok. I'll add it to exclusions then
--
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]