SammyVimes commented on code in PR #1851:
URL: https://github.com/apache/ignite-3/pull/1851#discussion_r1150799805


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/snapshot/incoming/IncomingSnapshotCopier.java:
##########
@@ -151,6 +155,11 @@ public void join() throws InterruptedException {
 
     @Override
     public void cancel() {
+        // Cancellation from one thread must not block cancellations from 
other threads. hence this check.

Review Comment:
   ```suggestion
           // Cancellation from one thread must not block cancellations from 
other threads, hence this check.
   ```



-- 
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]

Reply via email to