tkalkirill commented on code in PR #1478:
URL: https://github.com/apache/ignite-3/pull/1478#discussion_r1058131224
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/storage/state/rocksdb/TxStateRocksDbStorage.java:
##########
@@ -93,8 +115,12 @@ public class TxStateRocksDbStorage implements
TxStateStorage {
/** The value of {@link #lastAppliedIndex} persisted to the device at this
moment. */
private volatile long persistedIndex;
- /** Database key for the last applied index+term. */
- private final byte[] lastAppliedIndexAndTermKey;
+ /** Current state of the storage. */
+ private volatile StorageState state = StorageState.RUNNABLE;
+
+ @Nullable
Review Comment:
This is problem?
--
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]