You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Isabelle Giguere (JIRA)" <ji...@apache.org> on 2018/10/11 15:50:00 UTC

[jira] [Commented] (SOLR-8394) Luke handler doesn't support FilterLeafReader

    [ 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org