[ 
https://issues.apache.org/jira/browse/LUCENE-6094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236707#comment-14236707
 ] 

ASF subversion and git services commented on LUCENE-6094:
---------------------------------------------------------

Commit 1643509 from [~mikemccand] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1643509 ]

LUCENE-6094: allow IW.rollback to stop CMS's stalling too

> IW.rollback can take forever when CMS has stalled threads
> ---------------------------------------------------------
>
>                 Key: LUCENE-6094
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6094
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: core/index
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>            Priority: Minor
>             Fix For: 5.0, Trunk
>
>         Attachments: LUCENE-6094.patch
>
>
> CMS hard-stalls incoming threads for denial-of-service protection when 
> merging cannot keep up with whatever is producing new segments.
> When you call IW.rollback, it asks all merges to abort, and a running merge 
> will periodically check to see if it should abort.
> However, a stalled merge fails to check, which means rollback can take 
> indefinitely long; I've seen this in Elasticsearch causing shutdown to take > 
> 10 sec.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to