[
https://issues.apache.org/jira/browse/SOLR-9147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295917#comment-15295917
]
ASF subversion and git services commented on SOLR-9147:
-------------------------------------------------------
Commit 02a31ebc8461a2e829b126715297e8fa51bb83da in lucene-solr's branch
refs/heads/branch_6x from [~mkhludnev]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=02a31eb ]
SOLR-9147: trying to fix the build
> 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: [email protected]
For additional commands, e-mail: [email protected]