smiklosovic commented on code in PR #3180:
URL: https://github.com/apache/cassandra/pull/3180#discussion_r1530649079
##########
src/java/org/apache/cassandra/hints/HintsStore.java:
##########
@@ -61,6 +61,7 @@ final class HintsStore
private final Deque<HintsDescriptor> dispatchDequeue;
private final Queue<HintsDescriptor> corruptedFiles;
private final Map<HintsDescriptor, Long> hintsExpirations;
+ private final Map<String, Long> hintsSizes;
Review Comment:
It was like that before, then I changed it to String. Is not this just
better? I don't mind to revert this.
--
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]