Skip to content

Commit 761089e

Browse files
committed
Increased the max attempt tries when the solr version conflict errors happen.
1 parent 26f325d commit 761089e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/metacat.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ index.resourcemap.waitingComponent.max.attempts=25
716716
#The time (millisecond) that indexer will wait to grab a newer version of solr doc when a version conflict happened
717717
index.solr.versionConflict.waiting.time=1000
718718
#The number of the attempts that indexer tries to grab a newer version of solr doc when a version conflict happened
719-
index.solr.versionConflict.max.attempts=50
719+
index.solr.versionConflict.max.attempts=25000
720720
#You may specify the exact number of threads the indexer will use.
721721
#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.
722722
#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)