[ https://issues.apache.org/jira/browse/SOLR-8394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16646656#comment-16646656 ]
Isabelle Giguere edited comment on SOLR-8394 at 4/20/20, 8:28 PM: ------------------------------------------------------------------ SOLR-8394_tag_7.5.0.patch : Same patch, on revision 61870, tag 7.5.0, latest release *** patch deleted *** 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> was (Author: igiguere): 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.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 (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org