Yonik Seeley created SOLR-3715:
----------------------------------
Summary: improve tlog concurrency
Key: SOLR-3715
URL: https://issues.apache.org/jira/browse/SOLR-3715
Project: Solr
Issue Type: Improvement
Reporter: Yonik Seeley
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]