You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/Configuration.java
+5
Original file line number
Diff line number
Diff line change
@@ -400,4 +400,9 @@
400
400
name = "Invisible for discovery",
401
401
description = "Boolean value indicating whether the instance should be discoverable by the cluster. The default value is " + DocumentNodeStoreService.DEFAULT_INVISIBLE_FOR_DISCOVERY)
description = "This parameter will enable/disable the saving of deleted document IDs and properties during FullGC into a persistent storage, e.g Mongo collection")
Copy file name to clipboardExpand all lines: oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDocumentNodeStoreBuilderBase.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ public T setCollectionCompressionType(String compressionType) {
Copy file name to clipboardExpand all lines: oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoVersionGCSupport.java
Copy file name to clipboardExpand all lines: oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/rdb/RDBDocumentNodeStoreBuilder.java
+12
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,18 @@ public RDBDocumentNodeStoreBuilder setFullGCEnabled(boolean b) {
Copy file name to clipboardExpand all lines: oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreServiceConfigurationTest.java
+8
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ public void defaultValues() throws Exception {
Copy file name to clipboardExpand all lines: oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDocumentNodeStoreBuilderTest.java
+6
Original file line number
Diff line number
Diff line change
@@ -132,4 +132,10 @@ public void fullGCModeDefaultValue() {
Copy file name to clipboardExpand all lines: oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoFullGcNodeBinTest.java
Copy file name to clipboardExpand all lines: oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/rdb/RDBDocumentNodeStoreBuilderTest.java
+7
Original file line number
Diff line number
Diff line change
@@ -121,4 +121,11 @@ public void fullGcMaxAgeInSecsHasDefaultValue() {
0 commit comments