ifesdjeen commented on code in PR #2807:
URL: https://github.com/apache/cassandra/pull/2807#discussion_r1363377909
##########
src/java/org/apache/cassandra/config/CassandraRelevantProperties.java:
##########
@@ -511,8 +511,9 @@ public enum CassandraRelevantProperties
*/
TCM_PROGRESS_BARRIER_BACKOFF_MILLIS("cassandra.progress_barrier_backoff_ms",
"1000"),
TCM_PROGRESS_BARRIER_TIMEOUT_MILLIS("cassandra.progress_barrier_timeout_ms",
"3600000"),
+
/**
- * size of in-memory index of max epoch -> sealed period
+ * Maximum sized of the {@code RecentlySealedPeriods} in-memory index.
Review Comment:
nit: sized -> size
--
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]