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

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


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

commit 6bf622d597e4763e4430ad3f6f1f6e099e220b29
Author: Barry Oglesby <[email protected]>
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)
---
 .../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 442d43c..c1dd8c7 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
@@ -186,9 +186,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