rpuch commented on code in PR #1246:
URL: https://github.com/apache/ignite-3/pull/1246#discussion_r1007033697
##########
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:
Changed it back, as discussed
--
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]