You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mikhail Khludnev (JIRA)" <ji...@apache.org> on 2016/05/23 14:58:12 UTC

[jira] [Comment Edited] (SOLR-9147) avoid expensive byte[] resize in EmbeddedSolrServer

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

Mikhail Khludnev edited comment on SOLR-9147 at 5/23/16 2:57 PM:
-----------------------------------------------------------------

for the reference, by [~thetaphi]:
bq.Since we changed to Git, you may better use Linux to generate the checksums. Currently there seems to be a problem with line endings! I wanted to open an issue about that already, but changes to the sha1 are seldom… So be sure to check that you only see a difference in this one file after “ant jar-checksums”.



was (Author: mkhludnev):
for the reference, by [~thetaphi]:
{quote}
Since we changed to Git, you may better use Linux to generate the checksums. Currently there seems to be a problem with line endings! I wanted to open an issue about that already, but changes to the sha1 are seldom… So be sure to check that you only see a difference in this one file after “ant jar-checksums”.
{qoute}

> avoid expensive byte[] resize in EmbeddedSolrServer
> ---------------------------------------------------
>
>                 Key: SOLR-9147
>                 URL: https://issues.apache.org/jira/browse/SOLR-9147
>             Project: Solr
>          Issue Type: Improvement
>          Components: Server
>            Reporter: Mikhail Khludnev
>            Assignee: Mikhail Khludnev
>             Fix For: 6.1, master (7.0)
>
>         Attachments: SOLR-9147.patch, SOLR-9147.patch
>
>
> This issue makes modest step toward EmbeddedSolrServer efficiency.
> It replaces {{java.io.ByteArrayOutputStream}} which has quite expensive resizes with incrementally growing BAOS from commons-io 2.5.  
> h4. Note
> There is no expectation for performance gain in case of StreamingResponseCallback.  
>      



--
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