sashapolo commented on code in PR #5572:
URL: https://github.com/apache/ignite-3/pull/5572#discussion_r2028612665


##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksDbKeyValueStorage.java:
##########
@@ -1312,15 +1296,13 @@ public long revisionByTimestamp(HybridTimestamp 
timestamp) {
 
             byte[] tsValue = rocksIterator.value();
 
-            if (tsValue.length == 0) {
+            if (tsValue.length == 0) { // TODO The fuck? How can it be empty?

Review Comment:
   Dude...



-- 
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]

Reply via email to