-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: master (9.0), 8.6
-
Fix Version/s: master (9.0), 8.6
-
Component/s: None
-
Labels:None
-
Lucene Fields:New, Patch Available
IW#maybeMerge calls the MergeScheduler even if it didn't find any merges we should instead only do this if there is in-fact anything there to merge and safe the call into a sync'd method. In addition to this we never respect the newMergesFound parameter. It seems unnecessary and can be removed.