Dan Smith created GEODE-6328:
--------------------------------
Summary: gfsh show missing-disk-stores lists duplicate disk stores
Key: GEODE-6328
URL: https://issues.apache.org/jira/browse/GEODE-6328
Project: Geode
Issue Type: Bug
Components: management
Reporter: Dan Smith
The gfsh command show missing-disk-stores is listing the same disk store
multiple times:
{noformat}
Command result for <show missing-disk-stores>:
Missing Disk Stores
Disk Store ID | Host | Directory
------------------------------------ | -------------- |
---------------------------------------------------------------------------
e51f6f5b-00c6-4d00-9a7b-9e161498422e | /10.118.33.162 |
/Users/dsmith/Documents/Code/gemfire/open/geode-core/dunit/vm1/diskStoreDir
e51f6f5b-00c6-4d00-9a7b-9e161498422e | /10.118.33.162 |
/Users/dsmith/Documents/Code/gemfire/open/geode-core/dunit/vm1/diskStoreDir
No missing colocated region found
{noformat}
Looking at the code, it looks like gfsh gathers the missing disk stores
reported from each member and just adds them to a list, rather than
deduplicating them.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)