Joscorbe commented on code in PR #2057:
URL: https://github.com/apache/jackrabbit-oak/pull/2057#discussion_r1944949491
##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/Configuration.java:
##########
@@ -395,4 +395,9 @@
description = "Integer value indicating the number of documents to
check for garbage in each Full GC cycle." +
"The default value is " +
DocumentNodeStoreService.DEFAULT_FGC_PROGRESS_SIZE)
int fullGCProgressSize() default
DocumentNodeStoreService.DEFAULT_FGC_PROGRESS_SIZE;
+
+ @AttributeDefinition(
+ name = "Invisible for discovery",
+ description = "Boolean value indicating that the instance should
not be discoverable for the cluster. The default value is " +
DocumentNodeStoreService.DEFAULT_INVISIBLE_FOR_DISCOVERY)
Review Comment:
You added an extra double quote, probably by mistake.
--
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]