maedhroz commented on code in PR #4722:
URL: https://github.com/apache/cassandra/pull/4722#discussion_r3066700416
##########
src/java/org/apache/cassandra/db/rows/DeserializationHelper.java:
##########
@@ -57,6 +59,8 @@ public enum Flag
private final Map<ByteBuffer, DroppedColumn> droppedColumns;
private DroppedColumn currentDroppedComplex;
+ // Reusable per-partition tracker for row-size-bounded reads in SSTable
deserialization.
+ private TrackedDataInputPlus trackedInput;
Review Comment:
I think we've already added the thread safety annotation for the class in
[CASSANDRA-21289](https://issues.apache.org/jira/browse/CASSANDRA-21289), so we
should be good here...
--
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]