Simon Willnauer created LUCENE-5516:
---------------------------------------

             Summary: Forward information that trigger a merge to MergeScheduler
                 Key: LUCENE-5516
                 URL: https://issues.apache.org/jira/browse/LUCENE-5516
             Project: Lucene - Core
          Issue Type: Improvement
          Components: core/index
    Affects Versions: 4.7
            Reporter: Simon Willnauer
             Fix For: 4.8, 5.0


Today we pass information about the merge trigger to the merge policy. Yet, no 
matter if the MP finds a merge or not we call the MergeScheduler who runs & 
blocks even if we didn't find a merge. In some cases we don't even want this to 
happen but inside the MergeScheduler we have no choice to opt out since we 
don't know what triggered the merge. We should forward the infos we have to the 
MergeScheduler as well.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to