[
https://issues.apache.org/jira/browse/GEODE-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
William Markito Oliveira updated GEODE-1737:
--------------------------------------------
Fix Version/s: 1.0.0-incubating
> gfsh query on region that does not exist may cause NPE
> ------------------------------------------------------
>
> Key: GEODE-1737
> URL: https://issues.apache.org/jira/browse/GEODE-1737
> Project: Geode
> Issue Type: Bug
> Reporter: Jason Huynh
> Assignee: Jason Huynh
> Fix For: 1.0.0-incubating
>
>
> The lines in DataCommand need to be wrapped with a check for newMember !=
> null.
> Approximately line 1320:
> newMembers.retainAll(members);
> members = newMembers;
> There is a chance that newMembers is null because the region in the query
> does not exist on any member
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)