ibessonov commented on code in PR #4231:
URL: https://github.com/apache/ignite-3/pull/4231#discussion_r1718010943
##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/impl/DefaultLogStorageFactory.java:
##########
@@ -91,6 +93,9 @@ public class DefaultLogStorageFactory implements
LogStorageFactory {
@SuppressWarnings("ThreadLocalNotStaticFinal")
private final ThreadLocal<WriteBatch> threadLocalWriteBatch = new
ThreadLocal<>();
+ /** Rocksdb log flusher, without external access. Used for logs only. */
+ private RocksDbFlusher flusher;
Review Comment:
Sure, but I'd have to refactor the listener a little bit
--
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]