This is an automated email from the ASF dual-hosted git repository.
boglesby pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.13 by this push:
new 26f5254 GEODE-10164: Revert wording change in rebalance result (#7490)
26f5254 is described below
commit 26f52542ae23e9c0353e1182ad5d3dd8b4bf5d79
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)
(cherry picked from commit 6bf622d597e4763e4430ad3f6f1f6e099e220b29)
---
.../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 d15362e..8410976 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
@@ -180,9 +180,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);