[
https://issues.apache.org/jira/browse/GEODE-6960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joris Melchior updated GEODE-6960:
----------------------------------
Priority: Minor (was: Major)
> 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
> Priority: Minor
>
> 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)