[
https://issues.apache.org/jira/browse/SOLR-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley resolved SOLR-3715.
--------------------------------
Resolution: Fixed
Fix Version/s: 4.0
I just committed the fix for the bug introduced by this issue.
http://svn.apache.org/viewvc?view=revision&revision=1374480
> 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
> Fix For: 4.0
>
> 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]