smiklosovic commented on code in PR #3180:
URL: https://github.com/apache/cassandra/pull/3180#discussion_r1531943754
##########
src/java/org/apache/cassandra/hints/HintsWriter.java:
##########
@@ -271,6 +273,7 @@ public void close() throws IOException
flushBuffer();
maybeFsync();
maybeSkipCache();
+ descriptor.size = position();
Review Comment:
this should be probably in finally though, not sure ... as all above can
throw
--
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]