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

Uwe Schindler edited comment on LUCENE-6500 at 5/26/15 2:40 PM:
----------------------------------------------------------------

My personal opinion: We should hide ParallelLeafReader completely as impl 
detail. ParallelCompositeReader should just take any IndexReader in its ctor... 
(just an idea). Maybe it could be ParallelReader like it was back in early 
times...


was (Author: thetaphi):
My perosnal opinion: We should hide ParallelLeafReader completely as impl 
detail. ParallelCompositeReader should just takey any IndexReader in its 
ctor... (just an idea).

> ParallelCompositeReader does not always call closed listeners
> -------------------------------------------------------------
>
>                 Key: LUCENE-6500
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6500
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-6500-flatten.patch, LUCENE-6500.patch
>
>
> CompositeParallelReader misses to call closed listeners when the reader which 
> is provided at construction time does not wrap leaf readers directly, such as 
> a multi reader over directory readers.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to