Joris Melchior created GEODE-6960:
-------------------------------------
Summary: Result of one validation never consumed in
CreateRegionCommand
Key: GEODE-6960
URL: https://issues.apache.org/jira/browse/GEODE-6960
Project: Geode
Issue Type: Bug
Components: management
Reporter: Joris Melchior
The following snippet of code in CreateRegionCommand calls a verification
method without checking the results. The method does not appear to throw
Exceptions.
{{if (resultModel.isSuccessful()) {}}
{{ verifyDistributedRegionMbean(cache, regionPath); // returns boolean}}
{{ ...}}
Need to ensure that the logic is is understood and that the verification result
is handled appropriately.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)