Skip to content

Commit

Permalink
Merge pull request #2060 from NCEAS/bug-increase-version-conflict-tries
Browse files Browse the repository at this point in the history
Increased the max attempt tries when the solr version conflict errors happen
  • Loading branch information
taojing2002 authored Feb 6, 2025
2 parents 26f325d + 761089e commit 562665d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/metacat.properties
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ index.resourcemap.waitingComponent.max.attempts=25
#The time (millisecond) that indexer will wait to grab a newer version of solr doc when a version conflict happened
index.solr.versionConflict.waiting.time=1000
#The number of the attempts that indexer tries to grab a newer version of solr doc when a version conflict happened
index.solr.versionConflict.max.attempts=50
index.solr.versionConflict.max.attempts=25000
#You may specify the exact number of threads the indexer will use.
#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.
#If the one you specify exceeds the default number or is less than 1, the default one will be used as well.
Expand Down

0 comments on commit 562665d

Please sign in to comment.