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

Isabelle Giguere commented on SOLR-8394:
----------------------------------------

SOLR-8394_tag_7.5.0.patch : Same patch, on revision 61870, tag 7.5.0, latest 
release

Simple test:
http://localhost:8983/solr/all/admin/luke?wt=xml
- without the patch : <long name="indexHeapUsageBytes">-1</long>
-- -1 is the default return value !
- fixed by the patch : <long name="indexHeapUsageBytes">299034</long>


> Luke handler doesn't support FilterLeafReader
> ---------------------------------------------
>
>                 Key: SOLR-8394
>                 URL: https://issues.apache.org/jira/browse/SOLR-8394
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Steve Molloy
>            Priority: Major
>         Attachments: SOLR-8394.patch, SOLR-8394.patch, 
> SOLR-8394_tag_7.5.0.patch
>
>
> When fetching index information, luke handler only looks at ramBytesUsed for 
> SegmentReader leaves. If these readers are wrapped in FilterLeafReader, no 
> RAM usage is returned.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to