rpuch commented on code in PR #5670: URL: https://github.com/apache/ignite-3/pull/5670#discussion_r2055400055
########## modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java: ########## @@ -1012,6 +1008,21 @@ private void compactForKey(WriteBatch batch, List<byte[]> batchKeys, byte[] key, } else { index.put(batch, key, longsToBytes(indexToCompact + 1, revs)); } + + /* Review Comment: This comment looks a bit mysterious. If it's left here intentionally, would it make sense to explain its purpose a bit more? -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org