[
https://issues.apache.org/jira/browse/LUCENE-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13982360#comment-13982360
]
Robert Muir edited comment on LUCENE-5310 at 4/27/14 3:38 PM:
--------------------------------------------------------------
{quote}
I also think CMS can deadlock (stall all merges) if you ever try to
decrease the maxMergeCount when too many merges were already running,
because the stall logic would get to a point where no thread would
ever be allowed to unstall. So I changed it (and MergeScheduler) to
require the maxMergeCount up front.
{quote}
I proposed this on LUCENE-5080 a while back, but it didnt take then.
was (Author: rcmuir):
{quote}
I also think CMS can deadlock (stall all merges) if you ever try to
decrease the maxMergeCount when too many merges were already running,
because the stall logic would get to a point where no thread would
ever be allowed to unstall. So I changed it (and MergeScheduler) to
require the maxMergeCount up front.
{quote}
I proposed this on LUCENE-5310 a while back, but it didnt take then.
> Merge Threads unnecessarily block on SerialMergeScheduler
> ---------------------------------------------------------
>
> Key: LUCENE-5310
> URL: https://issues.apache.org/jira/browse/LUCENE-5310
> Project: Lucene - Core
> Issue Type: Improvement
> Components: core/index
> Affects Versions: 4.5, 5.0
> Reporter: Simon Willnauer
> Priority: Minor
> Fix For: 4.9, 5.0
>
> Attachments: LUCENE-5310.patch, LUCENE-5310.patch, LUCENE-5310.patch,
> LUCENE-5310.patch, LUCENE-5310.patch, LUCENE-5310.patch
>
>
> I have been working on a high level merge multiplexer that shares threads
> across different IW instances and I came across the fact that
> SerialMergeScheduler actually blocks incoming thread is a merge in going on.
> Yet this blocks threads unnecessarily since we pull the merges in a loop
> anyway. We should use a tryLock operation instead of syncing the entire
> method?
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]