[
https://issues.apache.org/jira/browse/SOLR-18029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18046546#comment-18046546
]
ASF subversion and git services commented on SOLR-18029:
--------------------------------------------------------
Commit 9aab8b62504705bfe4eb076e9aee30e2a16144a3 in solr's branch
refs/heads/branch_9x from Pierre Salagnac
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=9aab8b62504 ]
SOLR-18029: Implement bulk read when reading index properties (#3953)
Implement bulk (array) read method to fill the internal buffer in a single
call. Also rename class PropertiesInputStream into IndexInputInputStream to
match the symmetrical IndexOutputOutputStream.
(cherry picked from commit c9e2181e36e71123938e5bfbd9df55f1fc176992)
> PropertiesInputStream does not override bulk read method read(byte[] b, int
> off, int len)
> -----------------------------------------------------------------------------------------
>
> Key: SOLR-18029
> URL: https://issues.apache.org/jira/browse/SOLR-18029
> Project: Solr
> Issue Type: Improvement
> Reporter: Pierre Salagnac
> Assignee: Pierre Salagnac
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> An optimization was done in SOLR-17232 to implement bulk write method in
> {{PropertiesOutputStream}}, and it was renamed to {{IndexOutputOutputStream}}.
> There is symmetrical class {{PropertiesInputStream}}. We should do a similar
> optimization, and renaming to keep consistent.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]