[ https://issues.apache.org/jira/browse/GEODE-10103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504668#comment-17504668 ]
ASF subversion and git services commented on GEODE-10103: --------------------------------------------------------- Commit 2ff0343454216171811275939032e92ae2ce63fd in geode's branch refs/heads/support/1.12 from Barry Oglesby [ https://gitbox.apache.org/repos/asf?p=geode.git;h=2ff0343 ] GEODE-10103: Retrieve full region path names (#7419) * GEODE-10103: Retrieve full region path names This commit modifies RebalanceOperationPerformer getMemberRegionList to invoke listAllRegionPaths instead of listNames. (cherry picked from commit 8610ee70d470a8b30ab067db912bd0ac345d9df0) (cherry picked from commit d8f5afcecab615113c4326a32e9f56e0dfaa44f6) (cherry picked from commit 3b4ecd09a685b41e5b5d4df3927dd0e93ad87162) (cherry picked from commit ef29acb596039472a0f9a1c9b455942fe557d5b9) > Rebalance with no setting for include-region doesn't work for subregions > ------------------------------------------------------------------------ > > Key: GEODE-10103 > URL: https://issues.apache.org/jira/browse/GEODE-10103 > Project: Geode > Issue Type: Bug > Components: gfsh > Reporter: Barrett Oglesby > Assignee: Barrett Oglesby > Priority: Major > Labels: needsTriage, pull-request-available > Fix For: 1.12.10, 1.13.9, 1.14.5, 1.15.0 > > > Executing a command like this produces no output for the rebalance command > even though a region exists to rebalance: > {noformat} > gfsh -e "connect --locator=localhost[23456]" -e "rebalance"{noformat} > Output: > {noformat} > ./rebalance.sh > (1) Executing - connect --locator=localhost[23456] > Connecting to Locator at [host=localhost, port=23456] .. > Connecting to Manager at [host=192.168.1.5, port=1099] .. > Successfully connected to: [host=192.168.1.5, port=1099] > You are connected to a cluster of version: 1.16.0-build.0 > (2) Executing - rebalance{noformat} > Running from gfsh directly does: > {noformat} > gfsh>rebalance > gfsh> {noformat} -- This message was sent by Atlassian Jira (v8.20.1#820001)