[GitHub] [geode-kafka-connector] nabarunnag opened a new pull request #1: Feature/restructuring

2020-02-18 Thread GitBox
nabarunnag opened a new pull request #1: Feature/restructuring URL: https://github.com/apache/geode-kafka-connector/pull/1 Cosmetic modification and new test runner for writing tests This is an automated message from the

[GitHub] [geode-kafka-connector] nabarunnag merged pull request #1: Feature/restructuring

2020-02-18 Thread GitBox
nabarunnag merged pull request #1: Feature/restructuring URL: https://github.com/apache/geode-kafka-connector/pull/1 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [geode-kafka-connector] DonalEvans merged pull request #2: Added JsonPdxConverter

2020-02-20 Thread GitBox
DonalEvans merged pull request #2: Added JsonPdxConverter URL: https://github.com/apache/geode-kafka-connector/pull/2 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [geode-kafka-connector] DonalEvans opened a new pull request #2: Added JsonPdxConverter

2020-02-20 Thread GitBox
DonalEvans opened a new pull request #2: Added JsonPdxConverter URL: https://github.com/apache/geode-kafka-connector/pull/2 - Allows PdxInstance objects to be converted to JSON bytes when sourced from a Geode region into a Kafka topic - Allows JSON bytes to be converted to PdxInstance

[GitHub] [geode] bschuchardt commented on issue #4974: Revert "GEODE-7565: Allow gateway receivers with same host and port

2020-04-20 Thread GitBox
bschuchardt commented on issue #4974: URL: https://github.com/apache/geode/pull/4974#issuecomment-616668765 The problem might be in changes to Ping.java. It may send an error response back to the client with MessageType.PING, which maybe the client isn't equipped to deal with.

[GitHub] [geode] alb3rtobr opened a new pull request #4975: Logging documentation fixes

2020-04-20 Thread GitBox
alb3rtobr opened a new pull request #4975: URL: https://github.com/apache/geode/pull/4975 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [geode] pivotal-jbarrett commented on issue #4969: GEODE-7995: Creates concurrencyTest facet

2020-04-20 Thread GitBox
pivotal-jbarrett commented on issue #4969: URL: https://github.com/apache/geode/pull/4969#issuecomment-616692247 Very specifically we use a plugin called facet that creates all these things for us. https://plugins.gradle.org/plugin/nebula.facet

[GitHub] [geode] karensmolermiller opened a new pull request #4976: GEODE-7997: Document needed location of parallel gateway sender disk …

2020-04-20 Thread GitBox
karensmolermiller opened a new pull request #4976: URL: https://github.com/apache/geode/pull/4976 …stores Reviewers: I put the same information in 3 distinct locations. It is my hope that Geode-users who need this info will encounter it in one of those places when they look at the

[GitHub] [geode] jhuynh1 commented on a change in pull request #4928: GEODE-7971: Gw sender deliver TX events atomically to Gw receivers

2020-04-20 Thread GitBox
jhuynh1 commented on a change in pull request #4928: URL: https://github.com/apache/geode/pull/4928#discussion_r411587074 ## File path: geode-core/src/main/java/org/apache/geode/internal/cache/wan/serial/SerialGatewaySenderQueue.java ## @@ -410,6 +441,53 @@ public Object

[GitHub] [geode] dschneider-pivotal commented on a change in pull request #4973: improvement/GEODE-8002 Refactor: Extract class to encapsulate concurrent execution

2020-04-20 Thread GitBox
dschneider-pivotal commented on a change in pull request #4973: URL: https://github.com/apache/geode/pull/4973#discussion_r411592696 ## File path: geode-redis/src/integrationTest/java/org/apache/geode/redis/general/LoopingThreads.java ## @@ -0,0 +1,88 @@ +/* + * Licensed to

[GitHub] [geode] DonalEvans commented on a change in pull request #4970: GEODE-7676: Add PR clear with expiration tests

2020-04-20 Thread GitBox
DonalEvans commented on a change in pull request #4970: URL: https://github.com/apache/geode/pull/4970#discussion_r411591697 ## File path: geode-core/src/distributedTest/java/org/apache/geode/internal/cache/PartitionedRegionClearWithExpirationDUnitTest.java ## @@ -0,0 +1,535

[GitHub] [geode] jchen21 commented on a change in pull request #4970: GEODE-7676: Add PR clear with expiration tests

2020-04-20 Thread GitBox
jchen21 commented on a change in pull request #4970: URL: https://github.com/apache/geode/pull/4970#discussion_r411699051 ## File path: geode-core/src/distributedTest/java/org/apache/geode/internal/cache/PartitionedRegionClearWithExpirationDUnitTest.java ## @@ -0,0 +1,535 @@

[GitHub] [geode] prettyClouds commented on a change in pull request #4973: improvement/GEODE-8002 Refactor: Extract class to encapsulate concurrent execution

2020-04-20 Thread GitBox
prettyClouds commented on a change in pull request #4973: URL: https://github.com/apache/geode/pull/4973#discussion_r411691444 ## File path: geode-redis/src/integrationTest/java/org/apache/geode/redis/general/LoopingThreads.java ## @@ -0,0 +1,88 @@ +/* + * Licensed to the

[GitHub] [geode] demery-pivotal opened a new pull request #4977: GEODE-7851: Pulse refreshes expired access tokens

2020-04-20 Thread GitBox
demery-pivotal opened a new pull request #4977: URL: https://github.com/apache/geode/pull/4977 If a user's access token expires, Pulse attempts to refresh it. If the refresh fails, Pulse logs the user out and redirects the browser to /pulse/clusterLogout. Changes in Repository:

[GitHub] [geode] davebarnes97 commented on issue #4975: Logging documentation fixes

2020-04-20 Thread GitBox
davebarnes97 commented on issue #4975: URL: https://github.com/apache/geode/pull/4975#issuecomment-616863201 Thanks for this contribution, @alb3rtobr. For the gfsh command reference writeup on change loglevel, I'd like to suggest a minor re-wording, which replaces future tense with

[GitHub] [geode] albertogpz commented on a change in pull request #4928: GEODE-7971: Gw sender deliver TX events atomically to Gw receivers

2020-04-20 Thread GitBox
albertogpz commented on a change in pull request #4928: URL: https://github.com/apache/geode/pull/4928#discussion_r411879596 ## File path: geode-core/src/main/java/org/apache/geode/internal/cache/wan/serial/SerialGatewaySenderQueue.java ## @@ -410,6 +441,53 @@ public Object

[GitHub] [geode] albertogpz commented on a change in pull request #4928: GEODE-7971: Gw sender deliver TX events atomically to Gw receivers

2020-04-20 Thread GitBox
albertogpz commented on a change in pull request #4928: URL: https://github.com/apache/geode/pull/4928#discussion_r411879596 ## File path: geode-core/src/main/java/org/apache/geode/internal/cache/wan/serial/SerialGatewaySenderQueue.java ## @@ -410,6 +441,53 @@ public Object

[GitHub] [geode] albertogpz commented on issue #4928: GEODE-7971: Gw sender deliver TX events atomically to Gw receivers

2020-04-20 Thread GitBox
albertogpz commented on issue #4928: URL: https://github.com/apache/geode/pull/4928#issuecomment-616957705 > Sorry, I haven't had time to dig deeply into this PR. > > There were some concerns on the rfc for interleaving or out of ordering of events. I might have missed it, but were

[GitHub] [geode] jujoramos commented on a change in pull request #4970: GEODE-7676: Add PR clear with expiration tests

2020-04-21 Thread GitBox
jujoramos commented on a change in pull request #4970: URL: https://github.com/apache/geode/pull/4970#discussion_r411981569 ## File path: geode-core/src/distributedTest/java/org/apache/geode/internal/cache/PartitionedRegionClearWithExpirationDUnitTest.java ## @@ -0,0 +1,535

[GitHub] [geode] jujoramos commented on a change in pull request #4970: GEODE-7676: Add PR clear with expiration tests

2020-04-21 Thread GitBox
jujoramos commented on a change in pull request #4970: URL: https://github.com/apache/geode/pull/4970#discussion_r411985789 ## File path: geode-core/src/distributedTest/java/org/apache/geode/internal/cache/PartitionedRegionClearWithExpirationDUnitTest.java ## @@ -0,0 +1,535

[GitHub] [geode] jujoramos commented on a change in pull request #4970: GEODE-7676: Add PR clear with expiration tests

2020-04-21 Thread GitBox
jujoramos commented on a change in pull request #4970: URL: https://github.com/apache/geode/pull/4970#discussion_r411993686 ## File path: geode-core/src/distributedTest/java/org/apache/geode/internal/cache/PartitionedRegionClearWithExpirationDUnitTest.java ## @@ -0,0 +1,535

[GitHub] [geode] jujoramos commented on a change in pull request #4970: GEODE-7676: Add PR clear with expiration tests

2020-04-21 Thread GitBox
jujoramos commented on a change in pull request #4970: URL: https://github.com/apache/geode/pull/4970#discussion_r411996029 ## File path: geode-core/src/distributedTest/java/org/apache/geode/internal/cache/PartitionedRegionClearWithExpirationDUnitTest.java ## @@ -0,0 +1,535

[GitHub] [geode] jujoramos commented on a change in pull request #4970: GEODE-7676: Add PR clear with expiration tests

2020-04-21 Thread GitBox
jujoramos commented on a change in pull request #4970: URL: https://github.com/apache/geode/pull/4970#discussion_r411992120 ## File path: geode-core/src/distributedTest/java/org/apache/geode/internal/cache/PartitionedRegionClearWithExpirationDUnitTest.java ## @@ -0,0 +1,535

[GitHub] [geode] jujoramos commented on a change in pull request #4970: GEODE-7676: Add PR clear with expiration tests

2020-04-21 Thread GitBox
jujoramos commented on a change in pull request #4970: URL: https://github.com/apache/geode/pull/4970#discussion_r411988106 ## File path: geode-core/src/distributedTest/java/org/apache/geode/internal/cache/PartitionedRegionClearWithExpirationDUnitTest.java ## @@ -0,0 +1,535

[GitHub] [geode] alb3rtobr opened a new pull request #4978: Fix for regression introduced by GEODE-7565

2020-04-21 Thread GitBox
alb3rtobr opened a new pull request #4978: URL: https://github.com/apache/geode/pull/4978 This PR reverts the revert of GEODE-7565 and introduces a fix for the problem identified This is an automated message from the Apache

[GitHub] [geode] jujoramos opened a new pull request #4979: [DO NOT REVIEW]: GEM-2885

2020-04-21 Thread GitBox
jujoramos opened a new pull request #4979: URL: https://github.com/apache/geode/pull/4979 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [geode] jujoramos edited a comment on issue #4974: Revert "GEODE-7565: Allow gateway receivers with same host and port

2020-04-20 Thread GitBox
jujoramos edited a comment on issue #4974: URL: https://github.com/apache/geode/pull/4974#issuecomment-616565367 @alb3rtobr: I'm just tagging you as you are the author of the original commit so you're aware of the revert request, I'll try to reproduce the issue using a `DistributedTest`

[GitHub] [geode] jujoramos edited a comment on issue #4974: Revert "GEODE-7565: Allow gateway receivers with same host and port

2020-04-20 Thread GitBox
jujoramos edited a comment on issue #4974: URL: https://github.com/apache/geode/pull/4974#issuecomment-616565367 @alb3rtobr: I'm just tagging you as you are the author of the original commit so you're aware of the revert request, I'll try to reproduce the issue using a `DistributedTest`

[GitHub] [geode] kirklund commented on issue #4969: GEODE-7995: Creates concurrencyTest facet

2020-04-20 Thread GitBox
kirklund commented on issue #4969: URL: https://github.com/apache/geode/pull/4969#issuecomment-616645957 > What do we mean by facet in this context? I think it means (1) src set, (2) gradle target to execute tests in the src set, (3) pipeline job in CI and PR.

[GitHub] [geode] prettyClouds commented on a change in pull request #4973: improvement/GEODE-8002 Refactor: Extract class to encapsulate concurrent execution

2020-04-21 Thread GitBox
prettyClouds commented on a change in pull request #4973: URL: https://github.com/apache/geode/pull/4973#discussion_r412336050 ## File path: geode-redis/src/integrationTest/java/org/apache/geode/redis/general/LoopingThreads.java ## @@ -0,0 +1,88 @@ +/* + * Licensed to the

[GitHub] [geode-examples] metatype opened a new pull request #94: GEODE-8006 Added .asf.yaml to control notifications

2020-04-21 Thread GitBox
metatype opened a new pull request #94: URL: https://github.com/apache/geode-examples/pull/94 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [geode] kirklund commented on issue #4924: DRAFT: GEODE-7964: Upgrade Mockito to 3.3.3

2020-04-21 Thread GitBox
kirklund commented on issue #4924: URL: https://github.com/apache/geode/pull/4924#issuecomment-617298733 Another unrelated JMXMBeanReconnectDUnitTest failure. This is an automated message from the Apache Git Service. To

[GitHub] [geode] mhansonp opened a new pull request #4980: GEODE-7935: Awaiting for verification steps.

2020-04-21 Thread GitBox
mhansonp opened a new pull request #4980: URL: https://github.com/apache/geode/pull/4980 This test just needed some awaits added to allow the test to retry. This is an automated message from the Apache Git Service. To

[GitHub] [geode] nabarunnag commented on a change in pull request #4976: GEODE-7997: Document needed location of parallel gateway sender disk …

2020-04-21 Thread GitBox
nabarunnag commented on a change in pull request #4976: URL: https://github.com/apache/geode/pull/4976#discussion_r412320360 ## File path: geode-docs/managing/disk_storage/using_disk_stores.html.md.erb ## @@ -170,7 +170,10 @@ Example of using a named disk store for PDX

[GitHub] [geode-examples] metatype commented on issue #93: GEODE-8006: testing notifications

2020-04-21 Thread GitBox
metatype commented on issue #93: URL: https://github.com/apache/geode-examples/pull/93#issuecomment-617279841 Testing a comment. This should be a comment in the JIRA. This is an automated message from the Apache Git

[GitHub] [geode-examples] metatype opened a new pull request #93: GEODE-8006: testing notifications

2020-04-21 Thread GitBox
metatype opened a new pull request #93: URL: https://github.com/apache/geode-examples/pull/93 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [geode] dschneider-pivotal commented on a change in pull request #4973: improvement/GEODE-8002 Refactor: Extract class to encapsulate concurrent execution

2020-04-21 Thread GitBox
dschneider-pivotal commented on a change in pull request #4973: URL: https://github.com/apache/geode/pull/4973#discussion_r412318830 ## File path: geode-redis/src/integrationTest/java/org/apache/geode/redis/general/LoopingThreads.java ## @@ -0,0 +1,88 @@ +/* + * Licensed to

[GitHub] [geode-examples] metatype commented on issue #93: GEODE-8006: testing notifications

2020-04-21 Thread GitBox
metatype commented on issue #93: URL: https://github.com/apache/geode-examples/pull/93#issuecomment-617284504 Test comment number 2. This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [geode] nabarunnag commented on a change in pull request #4976: GEODE-7997: Document needed location of parallel gateway sender disk …

2020-04-21 Thread GitBox
nabarunnag commented on a change in pull request #4976: URL: https://github.com/apache/geode/pull/4976#discussion_r412320360 ## File path: geode-docs/managing/disk_storage/using_disk_stores.html.md.erb ## @@ -170,7 +170,10 @@ Example of using a named disk store for PDX

[GitHub] [geode] mkevo commented on a change in pull request #4967: GEODE-7989: Improve backup exceptions logging

2020-04-20 Thread GitBox
mkevo commented on a change in pull request #4967: URL: https://github.com/apache/geode/pull/4967#discussion_r411162666 ## File path: geode-core/src/main/java/org/apache/geode/internal/cache/backup/BackupService.java ## @@ -74,6 +74,9 @@ public BackupService(InternalCache

[GitHub] [geode] jvarenina commented on a change in pull request #4967: GEODE-7989: Improve backup exceptions logging

2020-04-20 Thread GitBox
jvarenina commented on a change in pull request #4967: URL: https://github.com/apache/geode/pull/4967#discussion_r411170968 ## File path: geode-core/src/main/java/org/apache/geode/internal/cache/backup/BackupService.java ## @@ -74,6 +74,9 @@ public BackupService(InternalCache

[GitHub] [geode] jujoramos commented on issue #4974: Revert "GEODE-7565: Allow gateway receivers with same host and port

2020-04-20 Thread GitBox
jujoramos commented on issue #4974: URL: https://github.com/apache/geode/pull/4974#issuecomment-616565367 @alb3rtobr This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [geode] jujoramos edited a comment on issue #4974: Revert "GEODE-7565: Allow gateway receivers with same host and port

2020-04-20 Thread GitBox
jujoramos edited a comment on issue #4974: URL: https://github.com/apache/geode/pull/4974#issuecomment-616565367 @alb3rtobr: I'm just tagging you as you are the author of the original commit so you're aware of the revert request, I'll try to reproduce the issue using a `DistributedTest`

[GitHub] [geode] jujoramos opened a new pull request #4974: Revert "GEODE-7565: Allow gateway receivers with same host and port

2020-04-20 Thread GitBox
jujoramos opened a new pull request #4974: URL: https://github.com/apache/geode/pull/4974 This reverts commit dd23ee8200cba67cea82e57e2e4ccedcdf9e8266. Intermittent errors were observed while executing some internal tests and commit dd23ee8200cba67cea82e57e2e4ccedcdf9e8266 was

[GitHub] [geode] alb3rtobr commented on issue #4978: Fix for regression introduced by GEODE-7565

2020-04-22 Thread GitBox
alb3rtobr commented on issue #4978: URL: https://github.com/apache/geode/pull/4978#issuecomment-617861442 > One additional comment regarding the following waning message: > > ``` > [warn 2020/04/18 23:44:22.757 PDT tid=0x298] Unable to ping non-member

[GitHub] [geode] prettyClouds opened a new pull request #4984: Refactor: Split SetsIntegrationTest into multiple files

2020-04-22 Thread GitBox
prettyClouds opened a new pull request #4984: URL: https://github.com/apache/geode/pull/4984 Thank you for submitting a contribution to Apache Geode. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ### For all

[GitHub] [geode] Bill commented on a change in pull request #4959: GEODE-7852: Create test for running cache operations with a dropped …

2020-04-21 Thread GitBox
Bill commented on a change in pull request #4959: URL: https://github.com/apache/geode/pull/4959#discussion_r412386787 ## File path: geode-assembly/src/acceptanceTest/java/org/apache/geode/client/sni/ClientSNIDropProxyAcceptanceTest.java ## @@ -0,0 +1,138 @@ +/* + * Licensed

[GitHub] [geode] pivotal-jbarrett commented on a change in pull request #4909: GEODE-7953: Restore Redundancy Internal API

2020-04-21 Thread GitBox
pivotal-jbarrett commented on a change in pull request #4909: URL: https://github.com/apache/geode/pull/4909#discussion_r412453438 ## File path: geode-core/src/main/java/org/apache/geode/cache/control/RestoreRedundancyResults.java ## @@ -0,0 +1,148 @@ +/* + * Licensed to the

[GitHub] [geode] BenjaminPerryRoss commented on a change in pull request #4818: GEODE-7667: Add a 'clear' gfsh command for PR and RR clear

2020-04-21 Thread GitBox
BenjaminPerryRoss commented on a change in pull request #4818: URL: https://github.com/apache/geode/pull/4818#discussion_r412476686 ## File path: geode-core/src/main/java/org/apache/geode/management/internal/i18n/CliStrings.java ## @@ -1914,9 +1921,10 @@ public static

[GitHub] [geode] BenjaminPerryRoss commented on a change in pull request #4818: GEODE-7667: Add a 'clear' gfsh command for PR and RR clear

2020-04-21 Thread GitBox
BenjaminPerryRoss commented on a change in pull request #4818: URL: https://github.com/apache/geode/pull/4818#discussion_r412493249 ## File path: geode-gfsh/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ClearCommandDUnitTest.java ## @@ -0,0 +1,130

[GitHub] [geode] BenjaminPerryRoss commented on a change in pull request #4818: GEODE-7667: Add a 'clear' gfsh command for PR and RR clear

2020-04-21 Thread GitBox
BenjaminPerryRoss commented on a change in pull request #4818: URL: https://github.com/apache/geode/pull/4818#discussion_r412492480 ## File path: geode-gfsh/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ClearCommandDUnitTest.java ## @@ -70,43

[GitHub] [geode] BenjaminPerryRoss commented on a change in pull request #4818: GEODE-7667: Add a 'clear' gfsh command for PR and RR clear

2020-04-21 Thread GitBox
BenjaminPerryRoss commented on a change in pull request #4818: URL: https://github.com/apache/geode/pull/4818#discussion_r412492948 ## File path: geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/functions/DataCommandFunction.java ## @@ -313,22 +313,21 @@

[GitHub] [geode] Bill commented on a change in pull request #4959: GEODE-7852: Create test for running cache operations with a dropped …

2020-04-21 Thread GitBox
Bill commented on a change in pull request #4959: URL: https://github.com/apache/geode/pull/4959#discussion_r412386539 ## File path: geode-assembly/src/acceptanceTest/java/org/apache/geode/client/sni/ClientSNIDropProxyAcceptanceTest.java ## @@ -0,0 +1,138 @@ +/* + * Licensed

[GitHub] [geode] Bill commented on a change in pull request #4959: GEODE-7852: Create test for running cache operations with a dropped …

2020-04-21 Thread GitBox
Bill commented on a change in pull request #4959: URL: https://github.com/apache/geode/pull/4959#discussion_r412386248 ## File path: geode-assembly/src/acceptanceTest/resources/org/apache/geode/client/sni/docker-compose.yml ## @@ -33,7 +33,7 @@ services: container_name:

[GitHub] [geode] DonalEvans commented on a change in pull request #4818: GEODE-7667: Add a 'clear' gfsh command for PR and RR clear

2020-04-21 Thread GitBox
DonalEvans commented on a change in pull request #4818: URL: https://github.com/apache/geode/pull/4818#discussion_r412366325 ## File path: geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/ClearCommand.java ## @@ -0,0 +1,80 @@ +/* + * Licensed to the

[GitHub] [geode] kirklund removed a comment on issue #4924: DRAFT: GEODE-7964: Upgrade Mockito to 3.3.3

2020-04-21 Thread GitBox
kirklund removed a comment on issue #4924: URL: https://github.com/apache/geode/pull/4924#issuecomment-617298733 Another unrelated JMXMBeanReconnectDUnitTest failure. This is an automated message from the Apache Git Service.

[GitHub] [geode] kirklund removed a comment on issue #4924: DRAFT: GEODE-7964: Upgrade Mockito to 3.3.3

2020-04-21 Thread GitBox
kirklund removed a comment on issue #4924: URL: https://github.com/apache/geode/pull/4924#issuecomment-614809461 The Concurrent Tests that don't use Mockito still seem to hang in StressNewTest (I removed `@Ignore` so they now need to pass StressNewTest).

[GitHub] [geode] kirklund removed a comment on issue #4924: DRAFT: GEODE-7964: Upgrade Mockito to 3.3.3

2020-04-21 Thread GitBox
kirklund removed a comment on issue #4924: URL: https://github.com/apache/geode/pull/4924#issuecomment-614181221 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [geode] DonalEvans commented on a change in pull request #4909: GEODE-7953: Restore Redundancy Internal API

2020-04-21 Thread GitBox
DonalEvans commented on a change in pull request #4909: URL: https://github.com/apache/geode/pull/4909#discussion_r412566753 ## File path: geode-core/src/main/java/org/apache/geode/cache/control/RestoreRedundancyResults.java ## @@ -0,0 +1,148 @@ +/* + * Licensed to the Apache

[GitHub] [geode] BenjaminPerryRoss commented on a change in pull request #4818: GEODE-7667: Add a 'clear' gfsh command for PR and RR clear

2020-04-21 Thread GitBox
BenjaminPerryRoss commented on a change in pull request #4818: URL: https://github.com/apache/geode/pull/4818#discussion_r412487003 ## File path: geode-gfsh/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ClearCommandDUnitTest.java ## @@ -0,0 +1,130

[GitHub] [geode] BenjaminPerryRoss commented on a change in pull request #4818: GEODE-7667: Add a 'clear' gfsh command for PR and RR clear

2020-04-21 Thread GitBox
BenjaminPerryRoss commented on a change in pull request #4818: URL: https://github.com/apache/geode/pull/4818#discussion_r412493711 ## File path: geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/domain/DataCommandResult.java ## @@ -381,6 +397,12 @@ public

[GitHub] [geode] Bill commented on a change in pull request #4959: GEODE-7852: Create test for running cache operations with a dropped …

2020-04-21 Thread GitBox
Bill commented on a change in pull request #4959: URL: https://github.com/apache/geode/pull/4959#discussion_r412391692 ## File path: geode-assembly/src/acceptanceTest/java/org/apache/geode/client/sni/ClientSNIDropProxyAcceptanceTest.java ## @@ -0,0 +1,138 @@ +/* + * Licensed

[GitHub] [geode] BenjaminPerryRoss commented on a change in pull request #4818: GEODE-7667: Add a 'clear' gfsh command for PR and RR clear

2020-04-21 Thread GitBox
BenjaminPerryRoss commented on a change in pull request #4818: URL: https://github.com/apache/geode/pull/4818#discussion_r412473711 ## File path: geode-gfsh/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ClearCommandDUnitTest.java ## @@ -0,0 +1,123

[GitHub] [geode] BenjaminPerryRoss commented on a change in pull request #4818: GEODE-7667: Add a 'clear' gfsh command for PR and RR clear

2020-04-21 Thread GitBox
BenjaminPerryRoss commented on a change in pull request #4818: URL: https://github.com/apache/geode/pull/4818#discussion_r412473139 ## File path: geode-core/src/main/java/org/apache/geode/management/internal/i18n/CliStrings.java ## @@ -816,6 +816,13 @@ public static final

[GitHub] [geode] gesterzhou commented on a change in pull request #4970: GEODE-7676: Add PR clear with expiration tests

2020-04-21 Thread GitBox
gesterzhou commented on a change in pull request #4970: URL: https://github.com/apache/geode/pull/4970#discussion_r412539205 ## File path: geode-core/src/distributedTest/java/org/apache/geode/internal/cache/PartitionedRegionClearWithExpirationDUnitTest.java ## @@ -0,0 +1,537

[GitHub] [geode] pivotal-jbarrett commented on a change in pull request #4909: GEODE-7953: Restore Redundancy Internal API

2020-04-21 Thread GitBox
pivotal-jbarrett commented on a change in pull request #4909: URL: https://github.com/apache/geode/pull/4909#discussion_r412469554 ## File path: geode-core/src/main/java/org/apache/geode/cache/control/RestoreRedundancyResults.java ## @@ -0,0 +1,148 @@ +/* + * Licensed to the

[GitHub] [geode] BenjaminPerryRoss commented on a change in pull request #4818: GEODE-7667: Add a 'clear' gfsh command for PR and RR clear

2020-04-21 Thread GitBox
BenjaminPerryRoss commented on a change in pull request #4818: URL: https://github.com/apache/geode/pull/4818#discussion_r412495880 ## File path: geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/RemoveCommand.java ## @@ -90,7 +90,14 @@ public

[GitHub] [geode] BenjaminPerryRoss commented on a change in pull request #4818: GEODE-7667: Add a 'clear' gfsh command for PR and RR clear

2020-04-21 Thread GitBox
BenjaminPerryRoss commented on a change in pull request #4818: URL: https://github.com/apache/geode/pull/4818#discussion_r412496115 ## File path: geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/domain/DataCommandResult.java ## @@ -240,6 +242,16 @@ public

[GitHub] [geode] upthewaterspout commented on issue #4963: GEODE-7503: Block Cache.close() until everything is disconnected

2020-04-21 Thread GitBox
upthewaterspout commented on issue #4963: URL: https://github.com/apache/geode/pull/4963#issuecomment-617442287 The combination of a `ThreadLocal`, a `CountDownLatch`, and `synchronized()` seems a bit complicated. The whole close block is already inside of

[GitHub] [geode] jujoramos commented on a change in pull request #4970: GEODE-7676: Add PR clear with expiration tests

2020-04-22 Thread GitBox
jujoramos commented on a change in pull request #4970: URL: https://github.com/apache/geode/pull/4970#discussion_r412794182 ## File path: geode-core/src/distributedTest/java/org/apache/geode/internal/cache/PartitionedRegionClearWithExpirationDUnitTest.java ## @@ -0,0 +1,537

[GitHub] [geode] DonalEvans commented on issue #4909: GEODE-7953: Restore Redundancy Internal API

2020-04-21 Thread GitBox
DonalEvans commented on issue #4909: URL: https://github.com/apache/geode/pull/4909#issuecomment-617470775 > it seems like there are several classes that are a tweaked copy of existing classes - RestoreRedundancyBuilderImpl, RestoreRedundancyDirector, RegionRedundancyStatus. Is there a

[GitHub] [geode] jujoramos commented on issue #4978: Fix for regression introduced by GEODE-7565

2020-04-22 Thread GitBox
jujoramos commented on issue #4978: URL: https://github.com/apache/geode/pull/4978#issuecomment-617642403 @bschuchardt @alb3rtobr : I'm still analysing the issue and seeing whether I can reproduce it consistently, so far it's proving quite elusive as it only fails once or twice in around

[GitHub] [geode] BenjaminPerryRoss commented on a change in pull request #4818: GEODE-7667: Add a 'clear' gfsh command for PR and RR clear

2020-04-21 Thread GitBox
BenjaminPerryRoss commented on a change in pull request #4818: URL: https://github.com/apache/geode/pull/4818#discussion_r412471778 ## File path: geode-core/src/main/java/org/apache/geode/management/internal/i18n/CliStrings.java ## @@ -1915,6 +1922,9 @@ public static final

[GitHub] [geode] BenjaminPerryRoss commented on a change in pull request #4818: GEODE-7667: Add a 'clear' gfsh command for PR and RR clear

2020-04-21 Thread GitBox
BenjaminPerryRoss commented on a change in pull request #4818: URL: https://github.com/apache/geode/pull/4818#discussion_r412472330 ## File path: geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/functions/DataCommandFunction.java ## @@ -314,17 +314,13 @@

[GitHub] [geode] BenjaminPerryRoss commented on a change in pull request #4818: GEODE-7667: Add a 'clear' gfsh command for PR and RR clear

2020-04-21 Thread GitBox
BenjaminPerryRoss commented on a change in pull request #4818: URL: https://github.com/apache/geode/pull/4818#discussion_r412480534 ## File path: geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/ClearCommand.java ## @@ -0,0 +1,80 @@ +/* + * Licensed

[GitHub] [geode] dschneider-pivotal opened a new pull request #4983: GEODE-8010: message is now debug instead of info

2020-04-21 Thread GitBox
dschneider-pivotal opened a new pull request #4983: URL: https://github.com/apache/geode/pull/4983 Thank you for submitting a contribution to Apache Geode. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ###

[GitHub] [geode] mhansonp opened a new pull request #4982: GEODE-7935: Awaiting for verification steps.

2020-04-21 Thread GitBox
mhansonp opened a new pull request #4982: URL: https://github.com/apache/geode/pull/4982 This test just needed some awaits added to allow the test to retry. This is an automated message from the Apache Git Service. To

[GitHub] [geode] dschneider-pivotal opened a new pull request #4981: GEODE-7981: Redis default should be PARTITION_REDUNDANT

2020-04-21 Thread GitBox
dschneider-pivotal opened a new pull request #4981: URL: https://github.com/apache/geode/pull/4981 Fixed docs to describe the new default. Also if the system property it set to an unknown shortcut then it now defaults to PARTITION_REDUNDANT instead of PARTITION. The test now

[GitHub] [geode] jujoramos commented on a change in pull request #4978: Fix for regression introduced by GEODE-7565

2020-04-22 Thread GitBox
jujoramos commented on a change in pull request #4978: URL: https://github.com/apache/geode/pull/4978#discussion_r412828019 ## File path: geode-core/src/main/java/org/apache/geode/cache/client/internal/PingOp.java ## @@ -43,12 +45,16 @@ private PingOp() { static class

[GitHub] [geode] jujoramos commented on issue #4978: Fix for regression introduced by GEODE-7565

2020-04-22 Thread GitBox
jujoramos commented on issue #4978: URL: https://github.com/apache/geode/pull/4978#issuecomment-617814149 One additional comment regarding the following waning message: ``` [warn 2020/04/18 23:44:22.757 PDT tid=0x298] Unable to ping non-member

[GitHub] [geode] jdeppe-pivotal commented on issue #4861: GEODE-7905: RedisDistDUnitTest failing intermittently in CI

2020-04-22 Thread GitBox
jdeppe-pivotal commented on issue #4861: URL: https://github.com/apache/geode/pull/4861#issuecomment-617771032 Since we're actively working on various approaches to this, and it's probably still going to take a while, I'm going to close this PR for now.

[GitHub] [geode] upthewaterspout commented on issue #4949: GEODE-7982: Close the client first in rolling upgrade test

2020-04-21 Thread GitBox
upthewaterspout commented on issue #4949: URL: https://github.com/apache/geode/pull/4949#issuecomment-617301600 JMXMBeanReconnectDUnitTest failed, but that is not related to this test. This is an automated message from the

[GitHub] [geode] upthewaterspout commented on a change in pull request #4909: GEODE-7953: Restore Redundancy Internal API

2020-04-21 Thread GitBox
upthewaterspout commented on a change in pull request #4909: URL: https://github.com/apache/geode/pull/4909#discussion_r412362589 ## File path: geode-core/src/main/java/org/apache/geode/cache/control/RestoreRedundancyResults.java ## @@ -0,0 +1,148 @@ +/* + * Licensed to the

[GitHub] [geode] bschuchardt commented on a change in pull request #4959: GEODE-7852: Create test for running cache operations with a dropped …

2020-04-21 Thread GitBox
bschuchardt commented on a change in pull request #4959: URL: https://github.com/apache/geode/pull/4959#discussion_r412381622 ## File path: geode-assembly/src/acceptanceTest/java/org/apache/geode/client/sni/ClientSNIDropProxyAcceptanceTest.java ## @@ -0,0 +1,197 @@ +/* + *