rpuch commented on code in PR #1280:
URL: https://github.com/apache/ignite-3/pull/1280#discussion_r1012528404
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/snapshot/outgoing/OutgoingSnapshot.java:
##########
@@ -106,12 +110,15 @@ public class OutgoingSnapshot {
*/
private boolean finishedTxData = false;
+ private boolean closed = false;
Review Comment:
According to @ibessonov, there will be memory barriers when handling
requests, so it is not required to be `volatile`.
Also, this is out of scope of this PR
--
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]