ivanzlenko commented on code in PR #7638:
URL: https://github.com/apache/ignite-3/pull/7638#discussion_r2839441208
##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/logit/LogitLogStorageManager.java:
##########
@@ -127,6 +131,19 @@ public LogSyncer logSyncer() {
return new NoOpLogSyncer();
}
+ @Override
+ public long totalBytesOnDisk() {
+ // The implementation is ineffeicient, but it's here just for
completeness. Logit is not production ready and will never become
Review Comment:
Also, typo in ineffeicient - should inefficient
##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/storage/logit/LogitLogStorageManager.java:
##########
@@ -127,6 +131,19 @@ public LogSyncer logSyncer() {
return new NoOpLogSyncer();
}
+ @Override
+ public long totalBytesOnDisk() {
+ // The implementation is ineffeicient, but it's here just for
completeness. Logit is not production ready and will never become
Review Comment:
Also, typo in ineffeicient - should be inefficient
--
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]