maedhroz commented on code in PR #4428:
URL: https://github.com/apache/cassandra/pull/4428#discussion_r2535943799
##########
src/java/org/apache/cassandra/io/sstable/metadata/MetadataSerializer.java:
##########
@@ -248,6 +249,15 @@ public void mutateRepairMetadata(Descriptor descriptor,
long newRepairedAt, Time
mutate(descriptor, stats ->
stats.mutateRepairedMetadata(newRepairedAt, newPendingRepair));
}
+ @Override
+ public void mutateCoordinatorLogOffsets(Descriptor descriptor,
ImmutableCoordinatorLogOffsets logOffsets) throws IOException
+ {
+ if (logger.isTraceEnabled())
+ logger.trace("Mutating {} to {}",
descriptor.fileFor(Components.STATS), logOffsets);
Review Comment:
nit: Should we customize the trace message like we do for `mutateLevel()`?
--
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]