-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
SOLR-6125 added a new "closeWaitsForMerges" config option, but in my opinion this was done too hastily w/o enough consideration to how/shere the option is configured.
- it's currently "updateHandler/indexWriter/closeWaitsForMerges"
- there has never been an "updateHandler/indexWriter" section in solrconfig.xml until now
- this is the only setting that currently exists in this section
- this setting, although used by DirectUpdateHandler2, does not (from a user perspective really fit with the other existing settings in <updateHandler>
- i think from a user perspective, it would make much more sense in <indexConfig> along side the other merge related settings.
- is related to
-
SOLR-6125 add SolrConfig/updateHandler/indexWriter/closeWaitsForMerges=FALSE support
-
- Resolved
-