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

ASF subversion and git services commented on SOLR-18029:
--------------------------------------------------------

Commit e0757d367050a697b361ff4bd0cfd0670ad7689b in solr's branch 
refs/heads/branch_10_0 from Pierre Salagnac
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=e0757d36705 ]

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]

Reply via email to