bereng commented on code in PR #1891:
URL: https://github.com/apache/cassandra/pull/1891#discussion_r1105695597
##########
src/java/org/apache/cassandra/db/DeletionTime.java:
##########
@@ -152,7 +156,7 @@ public boolean deletes(long timestamp)
public int dataSize()
{
- return 12;
+ return 16;
Review Comment:
`serializedSize()` in the serializers does indeed account for an int which
is what gets written. This `dataSize()` is probably tied to the fact of holding
ldt in a long which leads us to your other comment? I'll answer
[there](https://github.com/apache/cassandra/pull/1891#pullrequestreview-1297370063)
--
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]