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

Yonik Seeley commented on SOLR-3715:
------------------------------------

It looks like there's a bug lurking here.... I'm looking into it.
http://find.searchhub.org/document/7510cdb2423bcf7d

                
> improve tlog concurrency
> ------------------------
>
>                 Key: SOLR-3715
>                 URL: https://issues.apache.org/jira/browse/SOLR-3715
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>         Attachments: SOLR-3715.patch
>
>
> Right now log record serialization is synchronized.  We can improve 
> concurrency by serializing to a ram buffer outside synchronization.  The cost 
> will be RAM usage for buffering, and more complex concurrency in the tlog 
> itself (i.e. we must ensure that a close does not happen without flushing all 
> in-RAM buffers)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to