Aaron McCurry created BLUR-245:
----------------------------------

             Summary: There is a deadlock condition that can occur during 
mutate batch calls.
                 Key: BLUR-245
                 URL: https://issues.apache.org/jira/browse/BLUR-245
             Project: Apache Blur
          Issue Type: Bug
          Components: Blur
    Affects Versions: 0.3.0, 0.2.1
            Reporter: Aaron McCurry
             Fix For: 0.3.0, 0.2.1


Basically there is a thread pool that the mutates use for performing the 
mutate.  However the batch mutate call in the index manager submits a job then 
in that submitted job it creates more jobs (one for each shard).  This can 
cause a deadlock condition in the thread pool, because the thread pool is a 
fixed size.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to