[ https://issues.apache.org/jira/browse/GEODE-8996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17294703#comment-17294703 ]
ASF GitHub Bot commented on GEODE-8996: --------------------------------------- nabarunnag commented on a change in pull request #6080: URL: https://github.com/apache/geode/pull/6080#discussion_r586648043 ########## File path: geode-core/src/main/java/org/apache/geode/management/internal/operation/RebalanceOperationPerformer.java ########## @@ -445,6 +448,20 @@ RebalanceResult executeRebalanceOnDS(ManagementService managementService, return rebalanceResult; } + @NotNull + private Function getRebalanceFunction(InternalDistributedMember dsMember) { + Function rebalanceFunction; + System.out.println("NABA " + dsMember.getVersion().toString()); Review comment: removed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Rebalance GFSH commands and restore redundancy commands were not backward > compatible > ------------------------------------------------------------------------------------ > > Key: GEODE-8996 > URL: https://issues.apache.org/jira/browse/GEODE-8996 > Project: Geode > Issue Type: Bug > Components: gfsh, rest (admin) > Reporter: Nabarun Nag > Assignee: Nabarun Nag > Priority: Major > Labels: pull-request-available > > Issue: > * Rebalance command when executed with 1.12.0+ locator and older servers, > the command failed > * This was because the Rebalance function moved to a new package > * Similar problem with REST calls because of moving CacheRealizationFunction > to a new package > * There was another problem where Serializable classes with UIDs were > changed in couple of releases > * The variation of the UIDs caused deserialization issues when REST commands > were executed from new locators and old servers. -- This message was sent by Atlassian Jira (v8.3.4#803005)