This is an automated email from the ASF dual-hosted git repository.

boglesby pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new fdd5c2c  GEODE-10164: Revert wording change in rebalance result (#7490)
fdd5c2c is described below

commit fdd5c2cc3df85911dc84ffe889369adb18eee1f5
Author: Barry Oglesby <bogle...@users.noreply.github.com>
AuthorDate: Fri Mar 25 06:02:25 2022 -1000

    GEODE-10164: Revert wording change in rebalance result (#7490)
    
    I changed the wording on the rebalance command results with the fix to
    support rebalancing subregions. This change caused downstream tests to
    fail that were expecting the original wording. This change reverts the
    change to the wording back to the original.
    
    (cherry picked from commit 9b2351029a6d24f63cc2b1a20af9112e9ed09997)
    (cherry picked from commit 6bf622d597e4763e4430ad3f6f1f6e099e220b29)
    (cherry picked from commit 26f52542ae23e9c0353e1182ad5d3dd8b4bf5d79)
---
 .../geode/management/internal/cli/commands/RebalanceCommand.java      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/RebalanceCommand.java
 
b/geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/RebalanceCommand.java
index 781a7b2..51a3dd7 100644
--- 
a/geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/RebalanceCommand.java
+++ 
b/geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/RebalanceCommand.java
@@ -172,9 +172,9 @@ public class RebalanceCommand extends GfshCommand {
 
     String headerText;
     if (simulate) {
-      headerText = "Simulated rebalance of partitioned region";
+      headerText = "Simulated partition regions";
     } else {
-      headerText = "Rebalanced partitioned region";
+      headerText = "Rebalanced partition regions";
     }
     for (int i = resultItemCount; i < rstlist.size(); i++) {
       headerText = headerText + " " + rstlist.get(i);

Reply via email to