blambov commented on code in PR #2267:
URL: https://github.com/apache/cassandra/pull/2267#discussion_r1162888227
##########
src/java/org/apache/cassandra/db/rows/LazilyInitializedUnfilteredRowIterator.java:
##########
@@ -105,4 +105,4 @@ public void close()
if (iterator != null)
iterator.close();
}
-}
+}
Review Comment:
Reverted
##########
src/java/org/apache/cassandra/io/compress/CompressedSequentialWriter.java:
##########
@@ -337,6 +337,41 @@ private void seekToChunkStart()
}
}
+ // Page management using chunk boundaries
+
+ @Override
+ public int maxBytesInPage()
+ {
+ return buffer.capacity();
+ }
+
+ @Override
+ public void padToPageBoundary() throws IOException
Review Comment:
Method removed
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]