Jinmei Liao created GEODE-6306: ---------------------------------- Summary: Have the CreateRegionCommand call the internal Cluster Management service API to create the region with all the options Key: GEODE-6306 URL: https://issues.apache.org/jira/browse/GEODE-6306 Project: Geode Issue Type: Improvement Components: configuration, gfsh Reporter: Jinmei Liao
Currently the CreateRegionCommand handles all options supported by gfsh, but cluster management api createRegion call only supports name and type. We should add more option support to the internal api and then have the createRegionCommand directly call the api to do all the work. -- This message was sent by Atlassian JIRA (v7.6.3#76005)