ionutzpi commented on code in PR #1850:
URL: https://github.com/apache/jackrabbit-oak/pull/1850#discussion_r1837787678
##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/ClusterNodeInfo.java:
##########
@@ -240,6 +240,9 @@ static RecoverLockState fromString(String state) {
/** OAK-10281 : default millis to delay a recovery after a lease timeout */
static final long DEFAULT_RECOVERY_DELAY_MILLIS = 0;
+ /** OAK-11246 : default millis for perflogger info */
+ static final long DEFAULT_PERFLOGGER_INFO_MILLIS = Long.MAX_VALUE;
+
Review Comment:
Done. Moved var to DocumentNodeStoreService.
##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/Configuration.java:
##########
@@ -320,6 +321,13 @@
" (milliseconds).")
long recoveryDelayMillis() default DEFAULT_RECOVERY_DELAY_MILLIS;
+ @AttributeDefinition(
+ name = "Perflogger Info Millis",
+ description = "Minimum duration (in milliseconds) for an operation
that perflogger info will log. " +
Review Comment:
Done.
--
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]