[geode] branch develop updated: GEODE-10100: Replace 1.13.7 with 1.13.8 as old version (#7447)

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

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


The following commit(s) were added to refs/heads/develop by this push:
 new f2b9b90  GEODE-10100: Replace 1.13.7 with 1.13.8 as old version (#7447)
f2b9b90 is described below

commit f2b9b903b9878d715b1ccb4382cb57549018d290
Author: Dick Cavender <1934150+dick...@users.noreply.github.com>
AuthorDate: Tue Mar 15 23:03:47 2022 -0700

GEODE-10100: Replace 1.13.7 with 1.13.8 as old version (#7447)

Replace 1.13.7 with 1.13.8 in old versions on develop to enable
rolling upgrade tests from 1.13.8

The serialization version has not changed between 1.13.7 and 1.13.8,
so there should be no need to keep both
---
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index 66edcc1..780452a 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -87,7 +87,7 @@ include 'geode-server-all'
  '1.12.9',
  '1.13.0', // Include for SSL protocol configuration changes in 1.13.1
  '1.13.1',
- '1.13.7',
+ '1.13.8',
  '1.14.0', // Include for SSL protocol configuration changes in 1.14.0
  '1.14.3'].each {
   include 'geode-old-versions:'.concat(it)


[geode] branch support/1.15 updated: GEODE-10100: Replace 1.13.7 with 1.13.8 as old version

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

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


The following commit(s) were added to refs/heads/support/1.15 by this push:
 new fc017c1  GEODE-10100: Replace 1.13.7 with 1.13.8 as old version
fc017c1 is described below

commit fc017c1776b6a71cf602c0149bbcb82c5b159cce
Author: Dick Cavender 
AuthorDate: Tue Mar 15 15:04:28 2022 -0700

GEODE-10100: Replace 1.13.7 with 1.13.8 as old version

Replace 1.13.7 with 1.13.8 in old versions on support/1.15
to enable rolling upgrade tests from 1.13.8

The serialization version has not changed between 1.13.7 and 1.13.8,
so there should be no need to keep both

(cherry picked from commit ea783016b775e45f59ca17bc08a40d90921ffa4f)
(cherry picked from commit 2fe5703543ffaece70ea8161f0fb5d81ed3ee78d)
---
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index c8d3931..52c1028 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -85,7 +85,7 @@ include 'geode-server-all'
  '1.12.0',
  '1.12.9',
  '1.13.1',
- '1.13.7',
+ '1.13.8',
  '1.14.3'].each {
   include 'geode-old-versions:'.concat(it)
 }


[geode] branch support/1.14 updated: GEODE-10100: Replace 1.13.7 with 1.13.8 as old version

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

onichols 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 2fe5703  GEODE-10100: Replace 1.13.7 with 1.13.8 as old version
2fe5703 is described below

commit 2fe5703543ffaece70ea8161f0fb5d81ed3ee78d
Author: Dick Cavender 
AuthorDate: Tue Mar 15 15:04:28 2022 -0700

GEODE-10100: Replace 1.13.7 with 1.13.8 as old version

Replace 1.13.7 with 1.13.8 in old versions on support/1.14
to enable rolling upgrade tests from 1.13.8

The serialization version has not changed between 1.13.7 and 1.13.8,
so there should be no need to keep both

(cherry picked from commit ea783016b775e45f59ca17bc08a40d90921ffa4f)
---
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index a439c38..6896303 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -86,7 +86,7 @@ include 'static-analysis:pmd-rules'
  '1.12.0',
  '1.12.9',
  '1.13.1',
- '1.13.7',
+ '1.13.8',
  '1.14.3'].each {
   include 'geode-old-versions:'.concat(it)
 }


[geode] branch develop updated (2554f42 -> b683e1d)

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

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


from 2554f42  GEODE-10097: Avoid Thread.sleep for reauthentication in 
MessageDispatcher (#7416)
 add b683e1d  GEODE-10092: cleanup unnecessary method arguments (#7445)

No new revisions were added by this update.

Summary of changes:
 .../geode/internal/cache/TombstoneCreationJUnitTest.java|  2 +-
 .../org/apache/geode/internal/cache/AbstractRegionMap.java  | 13 +++--
 .../org/apache/geode/internal/cache/ProxyRegionMap.java |  3 +--
 .../java/org/apache/geode/internal/cache/RegionMap.java |  5 +
 .../org/apache/geode/internal/cache/TombstoneService.java   |  9 -
 .../apache/geode/internal/cache/AbstractRegionMapTest.java  |  6 +++---
 .../apache/geode/internal/cache/TombstoneServiceTest.java   |  6 ++
 7 files changed, 15 insertions(+), 29 deletions(-)


[geode-site] branch asf-site updated: update for 1.13.8 release

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

dbarnes pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/geode-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 240c890  update for 1.13.8 release
240c890 is described below

commit 240c8908bbe091bb6194967ceb5c7fc397e2cce6
Author: Dave Barnes 
AuthorDate: Tue Mar 15 15:30:28 2022 -0700

update for 1.13.8 release
---
 releases/index.html | 32 
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/releases/index.html b/releases/index.html
index 431e800..a0671b1 100644
--- a/releases/index.html
+++ b/releases/index.html
@@ -168,39 +168,39 @@ dependencies {
 
 
 
-
-1.13.7
+
+1.13.8
 
-https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.13.7";>Release
 Notes
+https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.13.8";>Release
 Notes
 
 
 
  Binaries 
-  [https://apache.org/dyn/closer.cgi/geode/1.13.7/apache-geode-1.13.7.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.7/apache-geode-1.13.7.tgz.sha256";>SHA-256,
-  https://downloads.apache.org/geode/1.13.7/apache-geode-1.13.7.tgz.asc";>PGP
 ]
+  [https://apache.org/dyn/closer.cgi/geode/1.13.8/apache-geode-1.13.8.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.8/apache-geode-1.13.8.tgz.sha256";>SHA-256,
+  https://downloads.apache.org/geode/1.13.8/apache-geode-1.13.8.tgz.asc";>PGP
 ]
 
 
  Source
-  [https://apache.org/dyn/closer.cgi/geode/1.13.7/apache-geode-1.13.7-src.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.7/apache-geode-1.13.7-src.tgz.sha256";>SHA-256,
-   https://downloads.apache.org/geode/1.13.7/apache-geode-1.13.7-src.tgz.asc";>PGP
+  [https://apache.org/dyn/closer.cgi/geode/1.13.8/apache-geode-1.13.8-src.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.8/apache-geode-1.13.8-src.tgz.sha256";>SHA-256,
+   https://downloads.apache.org/geode/1.13.8/apache-geode-1.13.8-src.tgz.asc";>PGP
]
  
 
  Geode Native Source
-  [https://apache.org/dyn/closer.cgi/geode/1.13.7/apache-geode-native-1.13.7-src.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.7/apache-geode-native-1.13.7-src.tgz.sha256";>SHA-256,
-   https://downloads.apache.org/geode/1.13.7/apache-geode-native-1.13.7-src.tgz.asc";>PGP
+  [https://apache.org/dyn/closer.cgi/geode/1.13.8/apache-geode-native-1.13.8-src.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.8/apache-geode-native-1.13.8-src.tgz.sha256";>SHA-256,
+   https://downloads.apache.org/geode/1.13.8/apache-geode-native-1.13.8-src.tgz.asc";>PGP
]
  
 
  Benchmarks
-  [https://apache.org/dyn/closer.cgi/geode/1.13.7/apache-geode-benchmarks-1.13.7-src.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.7/apache-geode-benchmarks-1.13.7-src.tgz.sha256";>SHA-256,
-   https://downloads.apache.org/geode/1.13.7/apache-geode-benchmarks-1.13.7-src.tgz.asc";>PGP
+  [https://apache.org/dyn/closer.cgi/geode/1.13.8/apache-geode-benchmarks-1.13.8-src.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.8/apache-geode-benchmarks-1.13.8-src.tgz.sha256";>SHA-256,
+   https://downloads.apache.org/geode/1.13.8/apache-geode-benchmarks-1.13.8-src.tgz.asc";>PGP
]
  
 
  Examples
-   [https://apache.org/dyn/closer.cgi/geode/1.13.7/apache-geode-examples-1.13.7-src.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.7/apache-geode-examples-1.13.7-src.tgz.sha256";>SHA-256,
-   https://downloads.apache.org/geode/1.13.7/apache-geode-examples-1.13.7-src.tgz.asc";>PGP
+   [https://apache.org/dyn/closer.cgi/geode/1.13.8/apache-geode-examples-1.13.8-src.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.8/apache-geode-examples-1.13.8-src.tgz.sha256";>SHA-256,
+   https://downloads.apache.org/geode/1.13.8/apache-geode-examples-1.13.8-src.tgz.asc";>PGP
]
  
 
@@ -209,7 +209,7 @@ dependencies {
   Gradle
 
 dependencies {
-  compile 'org.apache.geode:geode-core:1.13.7'
+  compile 'org.apache.geode:geode-core:1.13.8'
 }
 
   Maven
@@ -218,12 +218,12 @@ dependencies {
   
 org.apache.geode
 geode-core
-1.13.7
+1.13.8
   
 
 
 
-
+
 
 
 1.12.9 


[geode-site] branch master updated: Update for 1.13.8 release

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

dbarnes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-site.git


The following commit(s) were added to refs/heads/master by this push:
 new 7d41860  Update for 1.13.8 release
7d41860 is described below

commit 7d418602186b2fd8fb53d40c2b6d6126ef5653e7
Author: Dave Barnes 
AuthorDate: Tue Mar 15 15:28:07 2022 -0700

Update for 1.13.8 release
---
 website/content/releases/index.html | 32 
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/website/content/releases/index.html 
b/website/content/releases/index.html
index b41e753..e1b777a 100644
--- a/website/content/releases/index.html
+++ b/website/content/releases/index.html
@@ -91,39 +91,39 @@ dependencies {
 
 
 
-
-1.13.7
+
+1.13.8
 
-https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.13.7";>Release
 Notes
+https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.13.8";>Release
 Notes
 
 
 
  Binaries 
-  [https://apache.org/dyn/closer.cgi/geode/1.13.7/apache-geode-1.13.7.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.7/apache-geode-1.13.7.tgz.sha256";>SHA-256,
-  https://downloads.apache.org/geode/1.13.7/apache-geode-1.13.7.tgz.asc";>PGP
 ]
+  [https://apache.org/dyn/closer.cgi/geode/1.13.8/apache-geode-1.13.8.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.8/apache-geode-1.13.8.tgz.sha256";>SHA-256,
+  https://downloads.apache.org/geode/1.13.8/apache-geode-1.13.8.tgz.asc";>PGP
 ]
 
 
  Source
-  [https://apache.org/dyn/closer.cgi/geode/1.13.7/apache-geode-1.13.7-src.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.7/apache-geode-1.13.7-src.tgz.sha256";>SHA-256,
-   https://downloads.apache.org/geode/1.13.7/apache-geode-1.13.7-src.tgz.asc";>PGP
+  [https://apache.org/dyn/closer.cgi/geode/1.13.8/apache-geode-1.13.8-src.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.8/apache-geode-1.13.8-src.tgz.sha256";>SHA-256,
+   https://downloads.apache.org/geode/1.13.8/apache-geode-1.13.8-src.tgz.asc";>PGP
]
  
 
  Geode Native Source
-  [https://apache.org/dyn/closer.cgi/geode/1.13.7/apache-geode-native-1.13.7-src.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.7/apache-geode-native-1.13.7-src.tgz.sha256";>SHA-256,
-   https://downloads.apache.org/geode/1.13.7/apache-geode-native-1.13.7-src.tgz.asc";>PGP
+  [https://apache.org/dyn/closer.cgi/geode/1.13.8/apache-geode-native-1.13.8-src.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.8/apache-geode-native-1.13.8-src.tgz.sha256";>SHA-256,
+   https://downloads.apache.org/geode/1.13.8/apache-geode-native-1.13.8-src.tgz.asc";>PGP
]
  
 
  Benchmarks
-  [https://apache.org/dyn/closer.cgi/geode/1.13.7/apache-geode-benchmarks-1.13.7-src.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.7/apache-geode-benchmarks-1.13.7-src.tgz.sha256";>SHA-256,
-   https://downloads.apache.org/geode/1.13.7/apache-geode-benchmarks-1.13.7-src.tgz.asc";>PGP
+  [https://apache.org/dyn/closer.cgi/geode/1.13.8/apache-geode-benchmarks-1.13.8-src.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.8/apache-geode-benchmarks-1.13.8-src.tgz.sha256";>SHA-256,
+   https://downloads.apache.org/geode/1.13.8/apache-geode-benchmarks-1.13.8-src.tgz.asc";>PGP
]
  
 
  Examples
-   [https://apache.org/dyn/closer.cgi/geode/1.13.7/apache-geode-examples-1.13.7-src.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.7/apache-geode-examples-1.13.7-src.tgz.sha256";>SHA-256,
-   https://downloads.apache.org/geode/1.13.7/apache-geode-examples-1.13.7-src.tgz.asc";>PGP
+   [https://apache.org/dyn/closer.cgi/geode/1.13.8/apache-geode-examples-1.13.8-src.tgz";>TGZ,
 https://downloads.apache.org/geode/1.13.8/apache-geode-examples-1.13.8-src.tgz.sha256";>SHA-256,
+   https://downloads.apache.org/geode/1.13.8/apache-geode-examples-1.13.8-src.tgz.asc";>PGP
]
  
 
@@ -132,7 +132,7 @@ dependencies {
   Gradle
 
 dependencies {
-  compile 'org.apache.geode:geode-core:1.13.7'
+  compile 'org.apache.geode:geode-core:1.13.8'
 }
 
   Maven
@@ -141,12 +141,12 @@ dependencies {
   
 org.apache.geode
 geode-core
-1.13.7
+1.13.8
   
 
 
 
-
+
 
 
 1.12.9 


[geode-benchmarks] branch support/1.13 updated: GEODE-10100: Bump version to 1.13.9

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

dixie pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
 new cb0cbf1  GEODE-10100: Bump version to 1.13.9
cb0cbf1 is described below

commit cb0cbf19ab24b70ff2fc0ae4ef988fafcff8b4a6
Author: Dick Cavender 
AuthorDate: Tue Mar 15 15:04:37 2022 -0700

GEODE-10100: Bump version to 1.13.9

As part of the Geode Release Process, the geode-benchmarks build number
must be rolled forward as work begins on the next release
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 8cb9609..4249669 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 # The versionNumber follows semantic versioning conventions.
-versionNumber = 1.13.8
+versionNumber = 1.13.9
 
 # The releaseQualifier uses the following conventions:
 #   .M?   - milestone release


[geode-examples] branch support/1.13 updated: GEODE-10100: Bump version to 1.13.9

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

dixie pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode-examples.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
 new c3c6529  GEODE-10100: Bump version to 1.13.9
c3c6529 is described below

commit c3c6529f19948cd8981b5eeae126220ff8a474f2
Author: Dick Cavender 
AuthorDate: Tue Mar 15 15:04:34 2022 -0700

GEODE-10100: Bump version to 1.13.9

As part of the Geode Release Process, the geode-examples build number
must be rolled forward as work begins on the next release
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 192f7b2..6c019c5 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-version = 1.13.8-build.0
+version = 1.13.9-build.0
 geodeVersion = 1.13.+
 
 # release properties, set these on the command line to validate against


[geode-examples] branch support/1.13 updated: Revert "GEODE-10100: Set temporary staging repo"

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

dixie pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode-examples.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
 new 0706ec5  Revert "GEODE-10100: Set temporary staging repo"
0706ec5 is described below

commit 0706ec5f97cb8a28be959a806810eb382c54cd8a
Author: Dick Cavender 
AuthorDate: Tue Mar 15 15:04:19 2022 -0700

Revert "GEODE-10100: Set temporary staging repo"

The staging repo no longest exists, so set this back to search the
default location (mavencentral)
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 3ebfc27..192f7b2 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,8 +19,8 @@ geodeVersion = 1.13.+
 
 # release properties, set these on the command line to validate against
 # a release candidate
-geodeRepositoryUrl = 
https://repository.apache.org/content/repositories/orgapachegeode-1135
-geodeReleaseUrl = https://dist.apache.org/repos/dist/dev/geode/1.13.8.RC1
+geodeRepositoryUrl =
+geodeReleaseUrl =
 
 # dependency versions not found in geode-all-bom
 micrometerVersion = 1.2.1


[geode] branch support/1.13 updated: GEODE-10100: Bump version to 1.13.9

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

dixie 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 0b6c611  GEODE-10100: Bump version to 1.13.9
0b6c611 is described below

commit 0b6c611e8b7a3f4d3ffdc22c9458ae2a741d1dca
Author: Dick Cavender 
AuthorDate: Tue Mar 15 15:04:31 2022 -0700

GEODE-10100: Bump version to 1.13.9

As part of the Geode Release Process, the build number must
be rolled forward so work can begin on the next release
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index ec38456..143259d 100755
--- a/gradle.properties
+++ b/gradle.properties
@@ -26,7 +26,7 @@
 #  - release
 #
 # The full version string consists of 'versionNumber + releaseQualifier + 
releaseType'
-version = 1.13.8-build.0
+version = 1.13.9-build.0
 
 # Default Maven targets
 mavenSnapshotUrl = gcs://maven.apachegeode-ci.info/snapshots


[geode] branch support/1.13 updated: GEODE-10100: Replace 1.13.7 with 1.13.8 as old version

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

dixie 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 ea78301  GEODE-10100: Replace 1.13.7 with 1.13.8 as old version
ea78301 is described below

commit ea783016b775e45f59ca17bc08a40d90921ffa4f
Author: Dick Cavender 
AuthorDate: Tue Mar 15 15:04:28 2022 -0700

GEODE-10100: Replace 1.13.7 with 1.13.8 as old version

Replace 1.13.7 with 1.13.8 in old versions on support/1.13
to enable rolling upgrade tests from 1.13.8

The serialization version has not changed between 1.13.7 and 1.13.8,
so there should be no need to keep both
---
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index 9c10bd6..a75c807 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -85,7 +85,7 @@ include 'static-analysis:pmd-rules'
  '1.12.0',
  '1.12.9',
  '1.13.1',
- '1.13.7'].each {
+ '1.13.8'].each {
   include 'geode-old-versions:'.concat(it)
 }
 


[geode-native] branch support/1.13 updated: GEODE-10100: Update Dockerfile and vars

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

dixie pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
 new 2fe1464  GEODE-10100: Update Dockerfile and vars
2fe1464 is described below

commit 2fe1464771696065c60c59830d941fedac229c2a
Author: Dick Cavender 
AuthorDate: Tue Mar 15 15:00:24 2022 -0700

GEODE-10100: Update Dockerfile and vars

Native client hardcodes Geode version to test with in several places.
Update native Dockerfile and other variables to apache-geode 1.13.8
---
 .lgtm.yml | 2 +-
 .travis.yml   | 2 +-
 docker/Dockerfile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.lgtm.yml b/.lgtm.yml
index 921f30e..d89964f 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -2,7 +2,7 @@ extraction:
   cpp:
 configure:
   command:
-- GEODE_VERSION=1.13.7
+- GEODE_VERSION=1.13.8
 - mkdir _lgtm_build_dir
 - cd _lgtm_build_dir
 - wget -O apache-geode.tgz 
https://downloads.apache.org/geode/${GEODE_VERSION}/apache-geode-${GEODE_VERSION}.tgz
diff --git a/.travis.yml b/.travis.yml
index fc7a4ad..ba23796 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ services:
 env:
   global:
 - DOCKER_ARGS="--rm --volume=${TRAVIS_BUILD_DIR}:/geode-native"
-- DOCKER_IMAGE="apachegeode/geode-native-build:1.13.7"
+- DOCKER_IMAGE="apachegeode/geode-native-build:1.13.8"
 - SOURCE_DIR="/geode-native"
 
   matrix:
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6e2ad77..bb3b6d5 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -46,7 +46,7 @@ RUN apt-get update && \
 update-alternatives --install /usr/bin/clang-tidyclang-tidy
/usr/bin/clang-tidy-${CLANG_VERSION} 999 && \
 update-alternatives --install /usr/bin/clang-format  clang-format  
/usr/bin/clang-format-${CLANG_VERSION} 999
 
-ENV GEODE_VERSION 1.13.7
+ENV GEODE_VERSION 1.13.8
 RUN wget 
"https://downloads.apache.org/geode/${GEODE_VERSION}/apache-geode-${GEODE_VERSION}.tgz";
 --quiet -O - | \
 tar xzf -
 


svn commit: r53118 - /release/geode/1.13.7/

2022-03-15 Thread dixie
Author: dixie
Date: Tue Mar 15 22:04:31 2022
New Revision: 53118

Log:
GEODE-10100: Remove 1.13.7 from mirrors

ASF requests that we keep preferably one, and definitely fewer than 5
releases on the mirrors, so aim for 3 to match N-2 support policy.

Note: it is still archived at http://archive.apache.org/dist/geode

Removed:
release/geode/1.13.7/



[geode] branch support/1.13 updated: GEODE-10100: update Dockerfile to apache-geode 1.13.8

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

dixie 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 1f4daa2  GEODE-10100: update Dockerfile to apache-geode 1.13.8
1f4daa2 is described below

commit 1f4daa25d694a1050dc45ffa7bd72f3715d909dc
Author: Dick Cavender 
AuthorDate: Tue Mar 15 15:00:20 2022 -0700

GEODE-10100: update Dockerfile to apache-geode 1.13.8

The Dockerfile is updated _after_ the release is already tagged,
because it needs to embed the sha256 of the release
---
 docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index c73a503..6e79f81 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -32,10 +32,10 @@ ENV GEODE_HOME /geode
 ENV PATH $PATH:$GEODE_HOME/bin
 
 # https://geode.apache.org/releases/
-ENV GEODE_VERSION 1.13.7
+ENV GEODE_VERSION 1.13.8
 # Binaries TGZ SHA-256
 # 
https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256
-ENV GEODE_SHA256 
87fa5a6030e6de3a3773fc8a93064ce5f7a3b712f38e1845c0bad4870e4f016b
+ENV GEODE_SHA256 
b5fc105ce0a16aaf7ba341668e022d458b18d6d2c44705a8c79c42077c6d8229
 
 # http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.tgz
 


[geode-benchmarks] annotated tag rel/v1.13.8 updated (1246400 -> c2263bd)

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

dixie pushed a change to annotated tag rel/v1.13.8
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git.


*** WARNING: tag rel/v1.13.8 was modified! ***

from 1246400  (commit)
  to c2263bd  (tag)
 tagging 12464009530506e7a3d8d93c04f6a30757bcdab9 (commit)
 replaces rel/v1.13.7
  by Dick Cavender
  on Tue Mar 15 14:47:05 2022 -0700

- Log -
Apache Geode v1.13.8 release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJiMQlZAAoJEBrPmQLX2e+8a8wQANt7O0gwj5keGwVtw6bBua+3
tpPeBcd8DavRmAkLFuTvdlYKWje4O2EvXh5gddDPnX65+Bh/Djwo5seZfOjaoRP6
bA2zxlctTfpDRgtCOQPaOtwTRkbHPPId6tXcm0s6eN5eVV/RnHakVjT7pBhXjZkn
3wt4gw3ZHqlk/ecBhuL5eoIGQz/yWiV85bAV9zyT2r3kulYfKgN+1l2amBk/jT0G
MTiwek8fUeGsBGYSA6notgMk/3+DtdILYIqA2JOLgvds01gfi45kHFsLvJfFfDgK
YGGvjbtkBUTJ4OAswixJE92dccfO/uU7pPhxN/2OwyBIz+cJU3g0uiQwM9yDM0st
9cthMaMmv1yVZIiEiFc98XFS5oCShHddyKC9LPNQqO/CehKtghB9nambfEe+vuhB
j2Qynmg831PRJgiCavVQSeAZNNBl1fFnl9vaMr1oFHFF/KS+GV0XQhbbOa2BneB5
jP939buzislSuCmqFeWt4QLjOyi7q3h/xlyDfnSCOPIHvX8FvxLM5E3F2XyZOG/Q
00lUMIiQ9odi9GgD7AeqZ98sEYc2CxmOA1je2YFzx8pSZ21MaZM69eV+wkXZgnr0
yj+vNH2+e8n09eBb1mv9N1ZjsTcORkm/HY5LUknUAMhw3+wsoIq20hl1lijKaVjF
n2IjR5p/TbVzdBVsKuZf
=PNoh
-END PGP SIGNATURE-
---


No new revisions were added by this update.

Summary of changes:


[geode-native] annotated tag rel/v1.13.8 updated (d3c9f84 -> 8640d6e)

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

dixie pushed a change to annotated tag rel/v1.13.8
in repository https://gitbox.apache.org/repos/asf/geode-native.git.


*** WARNING: tag rel/v1.13.8 was modified! ***

from d3c9f84  (commit)
  to 8640d6e  (tag)
 tagging d3c9f8413df8a0d39a56de75989d5a6327524b4e (commit)
 replaces rel/v1.13.7
  by Dick Cavender
  on Tue Mar 15 14:46:56 2022 -0700

- Log -
Apache Geode v1.13.8 release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJiMQlQAAoJEBrPmQLX2e+8vLkQANz9bMc/vY+QWoCf2v2fJJot
obNAO374QKGGti5KDfE2FDyuqWOhyCB8ZGV0xTUm1wHSan+KCX9tEvmgS7Q3O1oI
X2qV1G2L28fJRDJ7MIcXRFAQ3NGZQvZWblofR1FgmOXWRdm4kKV3xBb9ImaZjnse
bOKtVYW349wtiV2smJbmBeRhYvqy3/jC/PC8kawhBVyoD9Es0K9R+TcWIXONTG3W
/ZXcL0CRonEnm7AN52NnK9r3iFu41OJOqqH2A7D7541+HMVeTrFFf+ksz6xSrdvo
fQLzhWs28PEv6ztsSKy5uhrigsHXHP8MIOaUnGYHS0Sm+DopemZHQ237mANDKdW+
qfPwvdkCW0Bj7JnXg7Yv2tBCy/j8v5u+H8ons7Uwh8ZCmM8u+SIhln0lOfctBS9g
tKyp9q6Y3P/pD2ZLdwkjqTMcwUWKuCJpRHXsLqWAGq/05nVlX1AHThLu3JMtTjxa
ByqwRSmtmS9qMqD2qUB0aYe+nsMl6noG5mJUw4T1sj3VH7NEICbwvItwnmWgO0Im
usUNiuq/y5wowDm9G6FvcnJjFeHBPV8wpC+tJ48TV7LrrIKyHHRqKX1I92NYKeLj
81Zr88iZyPyiUtG9RdjVQFqSJBe/OjVa5fsRiGUkMjPP5K1UXpYsGRvENER2zTSw
c3dP4l1uOYshBAQe8N89
=MYa7
-END PGP SIGNATURE-
---


No new revisions were added by this update.

Summary of changes:


[geode-examples] annotated tag rel/v1.13.8 updated (ab2510b -> 169b858)

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

dixie pushed a change to annotated tag rel/v1.13.8
in repository https://gitbox.apache.org/repos/asf/geode-examples.git.


*** WARNING: tag rel/v1.13.8 was modified! ***

from ab2510b  (commit)
  to 169b858  (tag)
 tagging ab2510bc1d5c9db1846a389b2dbf0d3c8697b537 (commit)
 replaces rel/v1.13.7
  by Dick Cavender
  on Tue Mar 15 14:46:47 2022 -0700

- Log -
Apache Geode v1.13.8 release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJiMQlHAAoJEBrPmQLX2e+8IrgP/Agij/qcFzQIye4hqSnntWgJ
8FBo6YVHPGqT7bdfB99I1J7x52atpM71Tv2NfkGiKDz/G0gEHcp8ClsS2gKKOxmy
IXBj/cokik84CNByjswtd2xvrxvtJlHJPmq7NVTFuMeTpItnWN5CfrwFj1IiYvah
tikTHwxgULrjwhgyGXZ7umd9wqpauOGpqJDbFBJcAImAGWXsRr9uiQnl0qnCRa7Z
Dw9eDsCmjVOAE1kr5Df23tkOcvPv0VZimgFR2eSybipK65d0RQzICdjRXpgUMdY6
hyQiKTw4JXdD5sKf5oXLvX/Hqg9x+qPWOxFup+RLxKjqfOEbnEZaT30IE1gEFS7E
GFovaa5YuIkRKbtxJ8V+XKFUPtdVLGSqnDM2JSYaU/XVyDisULKPpj+DHD3XhCZ0
TSwTeumVQF1bQLmwEWTRHPr7CAHB0VZdLlckozOaZhivPP37tN12Jeok1nIEYZFG
5dgYG8iUNAbXH2upC+SEoDSAGuKafCgABCWwXHxx8bnzFG6nS/2niWtuWYtqRAhV
LH28v5XVniP1rZQ8Mwaasf/nLHNRTeyQ4SnSYpDK0eavtCeYYmcD5NYvThJtiUsH
MQ3eXdBM41rGFkVeLbuuGpj7Hh+Jx1nf4/+BA0tPqfmihSjOk3cFj+mZDUob9zwS
HRHV33T4KhaQX/j7t3Qf
=qO+9
-END PGP SIGNATURE-
---


No new revisions were added by this update.

Summary of changes:


[geode] annotated tag rel/v1.13.8 updated (4cae48cb -> eee4451)

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

dixie pushed a change to annotated tag rel/v1.13.8
in repository https://gitbox.apache.org/repos/asf/geode.git.


*** WARNING: tag rel/v1.13.8 was modified! ***

from 4cae48cb (commit)
  to eee4451  (tag)
 tagging 4cae48cbfecdd2086cd658b8243d6dd4e5bf3cd5 (commit)
 replaces rel/v1.13.7
  by Dick Cavender
  on Tue Mar 15 14:46:37 2022 -0700

- Log -
Apache Geode v1.13.8 release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJiMQk9AAoJEBrPmQLX2e+8K1kP/37trurOK6QinEKMzsEcGIpj
5WtlLWZG6yqGKeUvxKlgDAkOLa3LRJbONmIUVrQzS29XNlETadOftaEJYtVCpo4x
gPxZTU1CUG22Pcmty3U230Rvgemx9pUuqzsukLwWGvSTgGnw3zC8WdJmsh58EN2E
CIpzcBYpqsV+pMxZj9PP7v54HMgco66TDMaRHRsuZKEOKI6yFqyC+P7pbqqQFmU0
HaIk2HgWTaq4cBM+bZB8h74iw/fKY6aKzgmP/67Rh3+n3ZMgDO84w2IIQ+7t6oi+
NTa/QmLYMNoTArtfHgZMtt0JQAwc7Rigw7l31R14A4eAjyeRHK8j7+3GQaG9emue
YHOiQv9dFnmAOmvtUHjlGTb/MXDMum7ypELLrj1iFL9xKRfPKuivCK98Bg9pFkJ6
CPrHt3HY3JnD2t6ZxnnpSGJwFKde1Zbr3DTnfa14jiOyQJmT+FB+emlBKDbhlemq
U0cRIm259dz3Pd0pfhVkcTTdKzvWUzPoake8h1Kg9xMY9q8jSEg+IIIShhW8v1M1
xmSI2v4tH4drw+TICzAdhGcvnW+JEOXdaZa+bOLwyMl//HyKmfav+q1LdZMzr+1a
UTMxaq8hN6GkYftOrX2GWjrKL13Pm9f/iEeAPAmwbwK6V7+Nv0q92nWISebCZZQZ
EHecK+Wb+daZyFOmvQfw
=uBvJ
-END PGP SIGNATURE-
---


No new revisions were added by this update.

Summary of changes:


svn commit: r53117 - /dev/geode/1.13.8.RC1/ /release/geode/1.13.8/

2022-03-15 Thread dixie
Author: dixie
Date: Tue Mar 15 21:46:36 2022
New Revision: 53117

Log:
GEODE-10100: Release Apache Geode 1.13.8

Publish the source, binary, and checksum artifacts to ASF svn server,
from which they will be picked up and published within 15 minutes to
the URLs on https://geode.apache.org/releases/

Added:
release/geode/1.13.8/
  - copied from r53116, dev/geode/1.13.8.RC1/
Removed:
dev/geode/1.13.8.RC1/



[geode] branch support/1.15 updated: GEODE-10097: Avoid Thread.sleep for reauthentication in MessageDispatcher (#7416)

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

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


The following commit(s) were added to refs/heads/support/1.15 by this push:
 new 75c5866  GEODE-10097: Avoid Thread.sleep for reauthentication in 
MessageDispatcher (#7416)
75c5866 is described below

commit 75c586677c946c47241c06771b53ed18313f9ffc
Author: Jinmei Liao 
AuthorDate: Tue Mar 15 13:32:50 2022 -0700

GEODE-10097: Avoid Thread.sleep for reauthentication in MessageDispatcher 
(#7416)


(cherry picked from commit 2554f42b925f2b9b8ca7eee14c7a887436b1d9db)
---
 .../geode/security/AuthExpirationDUnitTest.java|  9 +++-
 .../cache/tier/sockets/CacheClientProxy.java   |  7 +++
 .../cache/tier/sockets/MessageDispatcher.java  | 57 ++
 .../cache/tier/sockets/ServerConnection.java   |  1 +
 .../cache/tier/sockets/MessageDispatcherTest.java  |  8 +--
 .../geode/security/ExpirableSecurityManager.java   |  8 ++-
 .../sanctioned-geode-junit-serializables.txt   |  2 +-
 7 files changed, 64 insertions(+), 28 deletions(-)

diff --git 
a/geode-core/src/distributedTest/java/org/apache/geode/security/AuthExpirationDUnitTest.java
 
b/geode-core/src/distributedTest/java/org/apache/geode/security/AuthExpirationDUnitTest.java
index bf38db0..b4f8f9c 100644
--- 
a/geode-core/src/distributedTest/java/org/apache/geode/security/AuthExpirationDUnitTest.java
+++ 
b/geode-core/src/distributedTest/java/org/apache/geode/security/AuthExpirationDUnitTest.java
@@ -30,6 +30,7 @@ import java.util.concurrent.TimeUnit;
 import java.util.stream.IntStream;
 
 import org.junit.After;
+import org.junit.Before;
 import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
@@ -66,6 +67,12 @@ public class AuthExpirationDUnitTest {
 
   private ClientVM clientVM;
 
+  @Before
+  public void before() throws Exception {
+// this is enabled to show how many times authorize call is made with each 
permission key
+getSecurityManager().setAllowDuplicate(true);
+  }
+
   @After
   public void after() {
 if (clientVM != null) {
@@ -110,7 +117,7 @@ public class AuthExpirationDUnitTest {
 Map> authorizedOps = 
getSecurityManager().getAuthorizedOps();
 assertThat(authorizedOps.keySet().size()).isEqualTo(2);
 
assertThat(authorizedOps.get("user1")).asList().containsExactly("DATA:READ:region",
-"DATA:READ:region:1");
+"DATA:READ:region", "DATA:READ:region:1");
 
assertThat(authorizedOps.get("user2")).asList().containsExactly("DATA:READ:region:2");
 
 Map> unAuthorizedOps = 
getSecurityManager().getUnAuthorizedOps();
diff --git 
a/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientProxy.java
 
b/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientProxy.java
index 43be442..89c14a8 100644
--- 
a/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientProxy.java
+++ 
b/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientProxy.java
@@ -723,6 +723,13 @@ public class CacheClientProxy implements ClientSession {
 return _messageDispatcher.isWaitingForReAuthentication();
   }
 
+  public void notifyReAuthentication() {
+if (_messageDispatcher == null) {
+  return;
+}
+_messageDispatcher.notifyReAuthentication();
+  }
+
   /**
* Returns whether the proxy is paused. It is paused if its message 
dispatcher is paused. This
* only applies to durable clients.
diff --git 
a/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/MessageDispatcher.java
 
b/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/MessageDispatcher.java
index 19920cf..e464673 100644
--- 
a/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/MessageDispatcher.java
+++ 
b/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/MessageDispatcher.java
@@ -113,6 +113,7 @@ public class MessageDispatcher extends LoggingThread {
   private volatile boolean _isStopped = true;
 
   private volatile long waitForReAuthenticationStartTime = -1;
+  private final Object reAuthenticationLock = new Object();
 
   /**
* A lock object used to control pausing this dispatcher
@@ -193,6 +194,15 @@ public class MessageDispatcher extends LoggingThread {
 return waitForReAuthenticationStartTime > 0;
   }
 
+  private volatile boolean subjectUpdated = false;
+
+  public void notifyReAuthentication() {
+synchronized (reAuthenticationLock) {
+  subjectUpdated = true;
+  reAuthenticationLock.notifyAll();
+}
+  }
+
   private CacheClientProxy getProxy() {
 return _proxy;
   }
@@ -432,34 +442,39 @@ public class MessageDispatcher extends LoggingThread {
   _messageQueue.remove();
   clientMessage = null;
 } catch (AuthenticationExpiredException expired) {
-  if (waitForReAuth

[geode] branch develop updated (68f2c63 -> 2554f42)

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

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


from 68f2c63  GEODE-10092: cleanup unused code (#7441)
 add 2554f42  GEODE-10097: Avoid Thread.sleep for reauthentication in 
MessageDispatcher (#7416)

No new revisions were added by this update.

Summary of changes:
 .../geode/security/AuthExpirationDUnitTest.java|  9 +++-
 .../cache/tier/sockets/CacheClientProxy.java   |  7 +++
 .../cache/tier/sockets/MessageDispatcher.java  | 57 ++
 .../cache/tier/sockets/ServerConnection.java   |  1 +
 .../cache/tier/sockets/MessageDispatcherTest.java  |  8 +--
 .../geode/security/ExpirableSecurityManager.java   |  8 ++-
 .../sanctioned-geode-junit-serializables.txt   |  2 +-
 7 files changed, 64 insertions(+), 28 deletions(-)


[geode] branch develop updated (671c9f5 -> 68f2c63)

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

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


from 671c9f5  GEODE-8140: Set scope field in gfsh. (#7387)
 add 68f2c63  GEODE-10092: cleanup unused code (#7441)

No new revisions were added by this update.

Summary of changes:
 .../geode/internal/cache/AbstractRegionMap.java| 22 +-
 .../geode/internal/cache/ProxyRegionMap.java   |  6 --
 .../org/apache/geode/internal/cache/RegionMap.java |  7 ---
 .../cache/entries/AbstractRegionEntry.java |  3 +--
 .../geode/internal/cache/map/FocusedRegionMap.java |  4 
 .../geode/internal/cache/map/RegionMapDestroy.java |  6 +++---
 .../internal/cache/map/RegionMapDestroyTest.java   |  8 ++--
 7 files changed, 7 insertions(+), 49 deletions(-)


[geode] branch develop updated (15d4882 -> 671c9f5)

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

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


from 15d4882  GEODE-10104: allow create gateway sender command with 
dispatch threads for parallel sender (#7421)
 add 671c9f5  GEODE-8140: Set scope field in gfsh. (#7387)

No new revisions were added by this update.

Summary of changes:
 .../geode/management/internal/i18n/CliStrings.java | 11 
 .../gfsh/command-pages/create.html.md.erb  |  7 ++-
 .../GfshParserAutoCompletionIntegrationTest.java   |  2 +-
 .../internal/cli/commands/CreateRegionCommand.java | 23 +++-
 .../cli/commands/DescribeRegionCommand.java|  2 +-
 .../cli/commands/CreateRegionCommandTest.java  | 18 +++
 .../cli/commands/DescribeRegionJUnitTest.java  |  6 +--
 .../cli/commands/CreateRegionCommandDUnitTest.java | 62 ++
 8 files changed, 123 insertions(+), 8 deletions(-)


[geode] branch develop updated (be028f2 -> 15d4882)

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

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


from be028f2  GEODE-10010: Refine per-second Redis stats (#7437)
 add 15d4882  GEODE-10104: allow create gateway sender command with 
dispatch threads for parallel sender (#7421)

No new revisions were added by this update.

Summary of changes:
 .../cli/commands/CreateGatewaySenderCommand.java   |  2 +-
 .../cli/functions/GatewaySenderCreateFunction.java |  4 +-
 .../commands/CreateGatewaySenderCommandTest.java   | 12 ++
 ...CreateDestroyGatewaySenderCommandDUnitTest.java | 47 ++
 4 files changed, 62 insertions(+), 3 deletions(-)


[geode] branch develop updated (defc168 -> be028f2)

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

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


from defc168  GEODE-10114: Always checkReadiness if indexManager is null 
(#7432)
 add be028f2  GEODE-10010: Refine per-second Redis stats (#7437)

No new revisions were added by this update.

Summary of changes:
 .../server/InfoStatsNativeRedisAcceptanceTest.java |   2 +-
 java => AbstractInfoStatsIntegrationTest.java} | 156 +
 .../executor/server/InfoStatsIntegrationTest.java  |   6 +-
 .../redis/internal/statistics/RedisStats.java  | 100 +++--
 4 files changed, 158 insertions(+), 106 deletions(-)
 rename 
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/server/{AbstractRedisInfoStatsIntegrationTest.java
 => AbstractInfoStatsIntegrationTest.java} (64%)