You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2014/12/11 21:54:13 UTC

[jira] [Commented] (SOLR-6838) Bulk loading with the default of updateDocument blocks all indexing for long periods of time.

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

Mark Miller commented on SOLR-6838:
-----------------------------------

In a quick run, I see 3 large merges done by a concurrent indexing merge thread. Each time, this thread spends 10-20 seconds in IW#_mergeInit dealing with updates in BufferedUpdateStream#applyDeletesAndUpdates. This holds the IW lock and all indexing threads are blocked in updatePendingMerges or publishFlushedSegments.

> Bulk loading with the default of updateDocument blocks all indexing for long periods of time.
> ---------------------------------------------------------------------------------------------
>
>                 Key: SOLR-6838
>                 URL: https://issues.apache.org/jira/browse/SOLR-6838
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Mark Miller
>




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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org