[ 
https://issues.apache.org/jira/browse/SOLR-7555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik Hatcher updated SOLR-7555:
-------------------------------
    Attachment: SOLR-7555.patch

I hit a problem in testing.  Attaching the latest patch (note code commented 
out in SystemInfoHandler to isolate the test failure).  

This line causes another Directory to be created it appears:
{code}
Directory directory = core.getDirectoryFactory().get(core.getIndexDir(), 
DirContext.DEFAULT, core.getSolrConfig().indexConfig.lockType);
{code}

and the test infrastructure catches it when running `ant test 
-Dtestcase=SystemInfoHandlerTest` with this:

{code}
   [junit4]   2> 8008 INFO  
(SUITE-SystemInfoHandlerTest-seed#[FF2F1F4755E3E1D4]-worker) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing RAMDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 20450 ERROR 
(SUITE-SystemInfoHandlerTest-seed#[FF2F1F4755E3E1D4]-worker) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Timeout waiting for all 
directory ref counts to be released - gave up waiting on 
CachedDir<<refCount=2;path=/Users/erikhatcher/dev/trunk/solr/build/solr-core/test/J0/temp/solr.handler.admin.SystemInfoHandlerTest
 FF2F1F4755E3E1D4-001/init-core-data-001/index;done=false>>
   [junit4]   2> 20452 ERROR 
(SUITE-SystemInfoHandlerTest-seed#[FF2F1F4755E3E1D4]-worker) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Error closing 
directory:org.apache.solr.common.SolrException: Timeout waiting for all 
directory ref counts to be released - gave up waiting on 
CachedDir<<refCount=2;path=/Users/erikhatcher/dev/trunk/solr/build/solr-core/test/J0/temp/solr.handler.admin.SystemInfoHandlerTest
 FF2F1F4755E3E1D4-001/init-core-data-001/index;done=false>>
{code}

Punting back to [~dep4b]

> Display total space and available space in Admin
> ------------------------------------------------
>
>                 Key: SOLR-7555
>                 URL: https://issues.apache.org/jira/browse/SOLR-7555
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 5.1
>            Reporter: Eric Pugh
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 5.3
>
>         Attachments: DiskSpaceAwareDirectory.java, 
> SOLR-7555-display_disk_space.patch, SOLR-7555-display_disk_space_v2.patch, 
> SOLR-7555-display_disk_space_v3.patch, SOLR-7555-display_disk_space_v4.patch, 
> SOLR-7555.patch, SOLR-7555.patch, SOLR-7555.patch
>
>
> Frequently I have access to the Solr Admin console, but not the underlying 
> server, and I'm curious how much space remains available.   This little patch 
> exposes total Volume size as well as the usable space remaining:
> !https://monosnap.com/file/VqlReekCFwpK6utI3lP18fbPqrGI4b.png!
> I'm not sure if this is the best place to put this, as every shard will share 
> the same data, so maybe it should be on the top level Dashboard?  Also not 
> sure what to call the fields! 



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

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

Reply via email to