Skip to content

Commit 30aeb56

Browse files
committed
Adjust the waiting time for resource map indexing.
1 parent e94e0cc commit 30aeb56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/metacat.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -822,13 +822,13 @@ index.hazelcast.indexeventmap=hzIndexEventMap
822822
index.tdb.directory=/var/metacat/tdb
823823
index.accessLog.count.enabled=false
824824
#The time (millisecond) that the resource map processor waits for the solr doc readiness of its components
825-
index.resourcemap.waitingComponent.time=300
825+
index.resourcemap.waitingComponent.time=600
826826
#The number of the attempts that the resource map processor tries to wait for the solr doc readiness of its components
827-
index.resourcemap.waitingComponent.max.attempts=5
827+
index.resourcemap.waitingComponent.max.attempts=15
828828
#The time (millisecond) that indexer will wait to grab a newer version of solr doc when a version conflict happened
829-
index.solr.versionConflict.waiting.time=200
829+
index.solr.versionConflict.waiting.time=500
830830
#The number of the attempts that indexer tries to grab a newer version of solr doc when a version conflict happened
831-
index.solr.versionConflict.max.attempts=2
831+
index.solr.versionConflict.max.attempts=5
832832
#You may specify the exact number of threads the indexer will use.
833833
#If you keep it blank, Metacat will use the default one - the system processors number minus one. If calculation result is 0, 1 will be used as the default value.
834834
#If the one you specify exceeds the default number or is less than 1, the default one will be used as well.

0 commit comments

Comments
 (0)