tkalkirill commented on code in PR #1246:
URL: https://github.com/apache/ignite-3/pull/1246#discussion_r1006893329


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/PartitionListener.java:
##########
@@ -66,12 +65,9 @@ public class PartitionListener implements RaftGroupListener {
     /** Logger. */
     private static final IgniteLogger LOG = 
Loggers.forClass(PartitionListener.class);
 
-    /** Versioned partition storage. */
+    /** Partition storage with access to both MV and TX data of a partition. */
     private final PartitionDataStorage storage;
 
-    /** Transaction state storage. */
-    private final TxStateStorage txStateStorage;

Review Comment:
   @rpuch @ibessonov 
   For what purpose do we want to remove **TxStateStorage** from 
**PartitionListener** and add it to **PartitionDataStorage**?
   
   With **MvPartitionStorage**, I understand that we need this for snapshots, 
but in this case, I don't understand.



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