You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/06/20 00:12:00 UTC

[jira] [Commented] (GEODE-3056) Setting an unkown partition-resolver in gfsh throws: null is an invalid Partition Resolver.

    [ https://issues.apache.org/jira/browse/GEODE-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16054979#comment-16054979 ] 

ASF subversion and git services commented on GEODE-3056:
--------------------------------------------------------

Commit d8a11d1e4a4ccc78ddc3f86db172edf0dddf7215 in geode's branch refs/heads/develop from [~jinmeiliao]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=d8a11d1 ]

GEODE-3056: fix the message for invalid partition-resolver


> Setting an unkown partition-resolver in gfsh throws: null is an invalid Partition Resolver.
> -------------------------------------------------------------------------------------------
>
>                 Key: GEODE-3056
>                 URL: https://issues.apache.org/jira/browse/GEODE-3056
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>            Reporter: Fred Krone
>
> Example:
> In this case org.apache.geode.cache.util.Foo does not exist
> gfsh>create region --name=region3 --type=PARTITION --partition-resolver=org.apache.geode.cache.util.Foo
> Errors with: null is an invalid Partition Resolver.
> null should be "org.apache.geode.cache.util.Foo" 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)