[ https://issues.apache.org/jira/browse/GEODE-6283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16749167#comment-16749167 ]
ASF subversion and git services commented on GEODE-6283: -------------------------------------------------------- Commit a15136a2de85751ea57afa27d5d0dd91bfb75d91 in geode's branch refs/heads/develop from jinmeiliao [ https://gitbox.apache.org/repos/asf?p=geode.git;h=a15136a ] GEODE-6283: have the management rest controller call the internal management service * GEODE-6283: have the management rest controller call the internal cluster management service to actually create the region * inject cluster management service to the rest controller * have the controller produce json string for response * refactor the controller exception handler to always send back json string > The v2 REST conrtoller have a LocatorClusterManagementService instance > injected and created > ------------------------------------------------------------------------------------------- > > Key: GEODE-6283 > URL: https://issues.apache.org/jira/browse/GEODE-6283 > Project: Geode > Issue Type: Sub-task > Components: configuration > Reporter: Kenneth Howe > Assignee: Jinmei Liao > Priority: Major > Labels: pull-request-available > Time Spent: 2h 20m > Remaining Estimate: 0h > > As originally implemented, the controller is a noop. Inject a > {ClusterManagementService}} into the controller and call it's {{create}} > method. > The result of this implementation should be: > When: {{curl <cluster host>:7070/geode-management/v2}} with a cache element > with region name and type > > Then: {{gfsh list regions}} should show that the region was created in the > cluster -- This message was sent by Atlassian JIRA (v7.6.3#76005)