[geode] branch develop updated (09ea856 -> feb2f87)

2022-03-25 Thread dschneider
This is an automated email from the ASF dual-hosted git repository.

dschneider pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


from 09ea856  GEODE-10172: User Guide: Escape braces and angle brackets for 
format consistency (#7495)
 add feb2f87  GEODE-10133: change sizeof to handle 
UnsupportedOperationException (#7484)

No new revisions were added by this update.

Summary of changes:
 .../internal/size/ReflectionSingleObjectSizer.java | 100 +
 .../size/ReflectionObjectSizerJUnitTest.java   |   2 +-
 .../size/ReflectionSingleObjectSizerTest.java  |  78 
 3 files changed, 140 insertions(+), 40 deletions(-)
 create mode 100644 
geode-core/src/test/java/org/apache/geode/internal/size/ReflectionSingleObjectSizerTest.java


[geode] branch develop updated (9b23510 -> 09ea856)

2022-03-25 Thread dbarnes
This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


from 9b23510  GEODE-10164: Revert wording change in rebalance result (#7490)
 add 09ea856  GEODE-10172: User Guide: Escape braces and angle brackets for 
format consistency (#7495)

No new revisions were added by this update.

Summary of changes:
 geode-docs/rest_apps/rest_functions.html.md.erb |  2 +-
 geode-docs/rest_apps/rest_queries.html.md.erb   |  6 +++---
 geode-docs/rest_apps/rest_regions.html.md.erb   | 26 -
 3 files changed, 17 insertions(+), 17 deletions(-)


[geode] branch support/1.12 updated: GEODE-10164: Revert wording change in rebalance result (#7490)

2022-03-25 Thread boglesby
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 
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);


[geode] branch support/1.13 updated: GEODE-10164: Revert wording change in rebalance result (#7490)

2022-03-25 Thread boglesby
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 
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);


[geode] branch support/1.14 updated: GEODE-10164: Revert wording change in rebalance result (#7490)

2022-03-25 Thread boglesby
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 
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);


[geode] branch develop updated (e88d57d -> 9b23510)

2022-03-25 Thread boglesby
This is an automated email from the ASF dual-hosted git repository.

boglesby pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


from e88d57d  GEODE-9969: Fix unescaping the region name with underscore 
(#7320)
 add 9b23510  GEODE-10164: Revert wording change in rebalance result (#7490)

No new revisions were added by this update.

Summary of changes:
 .../geode/management/internal/cli/commands/RebalanceCommand.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)