[jira] [Comment Edited] (GEODE-9484) Data inconsistency in replicated region with 3 or more servers, and one server is down

2022-05-04 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532066#comment-17532066
 ] 

Ivan Godwin edited comment on GEODE-9484 at 5/5/22 5:14 AM:


Noting possible issue found during internal testing. Will analyze further and 
update.
{code:java}
[fatal 2022/05/04 18:27:45.084 GMT   tid=0x6c] While pushing message 
(:1):41000; 
callbackArg=null; processorId=0; op=CREATE; applied=false; directAck=true; 
posdup=false; hasDelta=false; hasOldValue=false; version={v1; rv1; 
time=1651688854339} 
FilterRoutingInfo(remote={(:1):41000=});
 lastModified=1651688854339; key=0; newValue=(5 bytes); eventId=EventID[id=58 
bytes;threadID=853971;sequenceID=0]; deserializationPolicy=LAZY; 
context=identity((SpringBasedClientCacheApplication:1:loner):48828:dd7d5290:SpringBasedClientCacheApplication,connection=1)>
 to recipients: <(:1):41000>
java.lang.NullPointerException
  at 
org.apache.geode.internal.tcp.TCPConduit.getFirstScanForConnection(TCPConduit.java:958)
  at 
org.apache.geode.distributed.internal.direct.DirectChannel.getConnections(DirectChannel.java:477)
  at 
org.apache.geode.distributed.internal.direct.DirectChannel.sendToMany(DirectChannel.java:277)
  at 
org.apache.geode.distributed.internal.direct.DirectChannel.sendToOne(DirectChannel.java:186)
  at 
org.apache.geode.distributed.internal.direct.DirectChannel.send(DirectChannel.java:541)
  at 
org.apache.geode.distributed.internal.DistributionImpl.directChannelSend(DistributionImpl.java:348)
  at 
org.apache.geode.distributed.internal.DistributionImpl.send(DistributionImpl.java:293)
  at 
org.apache.geode.distributed.internal.ClusterDistributionManager.sendViaMembershipManager(ClusterDistributionManager.java:2067)
  at 
org.apache.geode.distributed.internal.ClusterDistributionManager.sendOutgoing(ClusterDistributionManager.java:1994)
  at 
org.apache.geode.distributed.internal.ClusterDistributionManager.sendMessage(ClusterDistributionManager.java:2031)
  at 
org.apache.geode.distributed.internal.ClusterDistributionManager.putOutgoing(ClusterDistributionManager.java:1088)
  at 
org.apache.geode.internal.cache.DistributedCacheOperation._distribute(DistributedCacheOperation.java:556)
  at 
org.apache.geode.internal.cache.DistributedCacheOperation.startOperation(DistributedCacheOperation.java:267)
  at 
org.apache.geode.internal.cache.BucketRegion.basicPutPart2(BucketRegion.java:715)
  at 
org.apache.geode.internal.cache.map.RegionMapPut.doBeforeCompletionActions(RegionMapPut.java:282)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.doPutAndDeliverEvent(AbstractRegionMapPut.java:301)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.runWithIndexUpdatingInProgress(AbstractRegionMapPut.java:308)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.doPutIfPreconditionsSatisified(AbstractRegionMapPut.java:296)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.doPutOnSynchronizedRegionEntry(AbstractRegionMapPut.java:282)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.doPutOnRegionEntryInMap(AbstractRegionMapPut.java:273)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.addRegionEntryToMapAndDoPut(AbstractRegionMapPut.java:251)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.doPutRetryingIfNeeded(AbstractRegionMapPut.java:216)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.doWithIndexInUpdateMode(AbstractRegionMapPut.java:198)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.doPut(AbstractRegionMapPut.java:180)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.runWhileLockedForCacheModification(AbstractRegionMapPut.java:119)
  at 
org.apache.geode.internal.cache.map.RegionMapPut.runWhileLockedForCacheModification(RegionMapPut.java:161)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.put(AbstractRegionMapPut.java:169)
  at 
org.apache.geode.internal.cache.AbstractRegionMap.basicPut(AbstractRegionMap.java:2016)
  at 
org.apache.geode.internal.cache.BucketRegion.virtualPut(BucketRegion.java:544)
  at 
org.apache.geode.internal.cache.LocalRegion.virtualPut(LocalRegion.java:5635)
  at 
org.apache.geode.internal.cache.PartitionedRegionDataStore.putLocally(PartitionedRegionDataStore.java:1193)
  at 
org.apache.geode.internal.cache.PartitionedRegion.putInBucket(PartitionedRegion.java:3033)
  at 
org.apache.geode.internal.cache.PartitionedRegion.virtualPut(PartitionedRegion.java:2248)
  at 
org.apache.geode.internal.cache.LocalRegionDataView.putEntry(LocalRegionDataView.java:171)
  at 
org.apache.geode.internal.cache.LocalRegion.basicUpdate(LocalRegion.java:5628)
  at 
org.apache.geode.internal.cache.LocalRegion.basicUpdate(LocalRegion.java:5588)
  at 
org.apache.geode.internal.cache.LocalRegion.basicBridgePut(LocalRegion.java:5259)
  at 

[jira] [Commented] (GEODE-9484) Data inconsistency in replicated region with 3 or more servers, and one server is down

2022-05-04 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17532066#comment-17532066
 ] 

Ivan Godwin commented on GEODE-9484:


Noting possible issue found during internal testing. Will analyze further and 
update.
{code:java}
[fatal 2022/05/04 18:27:45.084 GMT gemfire-cluster-server-3  tid=0x6c] While pushing message 
:41000; 
callbackArg=null; processorId=0; op=CREATE; applied=false; directAck=true; 
posdup=false; hasDelta=false; hasOldValue=false; version={v1; rv1; 
time=1651688854339} 
FilterRoutingInfo(remote={gemfire-cluster-server-0(gemfire-cluster-server-0:1):41000=});
 lastModified=1651688854339; key=0; newValue=(5 bytes); eventId=EventID[id=58 
bytes;threadID=853971;sequenceID=0]; deserializationPolicy=LAZY; 
context=identity(gemfire-clients-564c765b59-vg4wb(SpringBasedClientCacheApplication:1:loner):48828:dd7d5290:SpringBasedClientCacheApplication,connection=1)>
 to recipients: :41000>
java.lang.NullPointerException
  at 
org.apache.geode.internal.tcp.TCPConduit.getFirstScanForConnection(TCPConduit.java:958)
  at 
org.apache.geode.distributed.internal.direct.DirectChannel.getConnections(DirectChannel.java:477)
  at 
org.apache.geode.distributed.internal.direct.DirectChannel.sendToMany(DirectChannel.java:277)
  at 
org.apache.geode.distributed.internal.direct.DirectChannel.sendToOne(DirectChannel.java:186)
  at 
org.apache.geode.distributed.internal.direct.DirectChannel.send(DirectChannel.java:541)
  at 
org.apache.geode.distributed.internal.DistributionImpl.directChannelSend(DistributionImpl.java:348)
  at 
org.apache.geode.distributed.internal.DistributionImpl.send(DistributionImpl.java:293)
  at 
org.apache.geode.distributed.internal.ClusterDistributionManager.sendViaMembershipManager(ClusterDistributionManager.java:2067)
  at 
org.apache.geode.distributed.internal.ClusterDistributionManager.sendOutgoing(ClusterDistributionManager.java:1994)
  at 
org.apache.geode.distributed.internal.ClusterDistributionManager.sendMessage(ClusterDistributionManager.java:2031)
  at 
org.apache.geode.distributed.internal.ClusterDistributionManager.putOutgoing(ClusterDistributionManager.java:1088)
  at 
org.apache.geode.internal.cache.DistributedCacheOperation._distribute(DistributedCacheOperation.java:556)
  at 
org.apache.geode.internal.cache.DistributedCacheOperation.startOperation(DistributedCacheOperation.java:267)
  at 
org.apache.geode.internal.cache.BucketRegion.basicPutPart2(BucketRegion.java:715)
  at 
org.apache.geode.internal.cache.map.RegionMapPut.doBeforeCompletionActions(RegionMapPut.java:282)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.doPutAndDeliverEvent(AbstractRegionMapPut.java:301)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.runWithIndexUpdatingInProgress(AbstractRegionMapPut.java:308)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.doPutIfPreconditionsSatisified(AbstractRegionMapPut.java:296)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.doPutOnSynchronizedRegionEntry(AbstractRegionMapPut.java:282)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.doPutOnRegionEntryInMap(AbstractRegionMapPut.java:273)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.addRegionEntryToMapAndDoPut(AbstractRegionMapPut.java:251)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.doPutRetryingIfNeeded(AbstractRegionMapPut.java:216)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.doWithIndexInUpdateMode(AbstractRegionMapPut.java:198)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.doPut(AbstractRegionMapPut.java:180)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.runWhileLockedForCacheModification(AbstractRegionMapPut.java:119)
  at 
org.apache.geode.internal.cache.map.RegionMapPut.runWhileLockedForCacheModification(RegionMapPut.java:161)
  at 
org.apache.geode.internal.cache.map.AbstractRegionMapPut.put(AbstractRegionMapPut.java:169)
  at 
org.apache.geode.internal.cache.AbstractRegionMap.basicPut(AbstractRegionMap.java:2016)
  at 
org.apache.geode.internal.cache.BucketRegion.virtualPut(BucketRegion.java:544)
  at 
org.apache.geode.internal.cache.LocalRegion.virtualPut(LocalRegion.java:5635)
  at 
org.apache.geode.internal.cache.PartitionedRegionDataStore.putLocally(PartitionedRegionDataStore.java:1193)
  at 
org.apache.geode.internal.cache.PartitionedRegion.putInBucket(PartitionedRegion.java:3033)
  at 
org.apache.geode.internal.cache.PartitionedRegion.virtualPut(PartitionedRegion.java:2248)
  at 
org.apache.geode.internal.cache.LocalRegionDataView.putEntry(LocalRegionDataView.java:171)
  at 
org.apache.geode.internal.cache.LocalRegion.basicUpdate(LocalRegion.java:5628)
  at 
org.apache.geode.internal.cache.LocalRegion.basicUpdate(LocalRegion.java:5588)
  at 
org.apache.geode.internal.cache.LocalRegion.basicBridgePut(LocalRegion.java:5259)
  at 

[jira] [Updated] (GEODE-9784) GFSH connect and start server commands should have username option

2021-10-28 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-9784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-9784:
---
Description: 
When connecting to a secured cluster, --user is available to specify the name 
of the user for purpose of authentication and authorization.
 - Add --username as option to the connect command that aliases --user, 
providing a more intuitively named option
 - Add --username as option to the start server command that aliases --user

  was:
When connecting to a secured cluster, --user is available to specify the name 
of the user for purpose of authentication and authorization.

- Add --username as option to the connect command that aliases --user, 
providing a more intuitively named option

   Priority: Minor  (was: Major)
Summary: GFSH connect and start server commands should have username 
option  (was: GFSH connect should have username option)

> GFSH connect and start server commands should have username option
> --
>
> Key: GEODE-9784
> URL: https://issues.apache.org/jira/browse/GEODE-9784
> Project: Geode
>  Issue Type: Improvement
>  Components: gfsh
>Reporter: Ivan Godwin
>Assignee: Ivan Godwin
>Priority: Minor
>  Labels: pull-request-available
>
> When connecting to a secured cluster, --user is available to specify the name 
> of the user for purpose of authentication and authorization.
>  - Add --username as option to the connect command that aliases --user, 
> providing a more intuitively named option
>  - Add --username as option to the start server command that aliases --user



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-9784) GFSH connect should have username option

2021-10-28 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-9784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17435725#comment-17435725
 ] 

Ivan Godwin commented on GEODE-9784:


Also adding --username option to start server command so that the two uses are 
consistent.

> GFSH connect should have username option
> 
>
> Key: GEODE-9784
> URL: https://issues.apache.org/jira/browse/GEODE-9784
> Project: Geode
>  Issue Type: Improvement
>  Components: gfsh
>Reporter: Ivan Godwin
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: pull-request-available
>
> When connecting to a secured cluster, --user is available to specify the name 
> of the user for purpose of authentication and authorization.
> - Add --username as option to the connect command that aliases --user, 
> providing a more intuitively named option



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-9784) GFSH connect should have username option

2021-10-27 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-9784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-9784:
--

Assignee: Ivan Godwin

> GFSH connect should have username option
> 
>
> Key: GEODE-9784
> URL: https://issues.apache.org/jira/browse/GEODE-9784
> Project: Geode
>  Issue Type: Improvement
>  Components: gfsh
>Reporter: Ivan Godwin
>Assignee: Ivan Godwin
>Priority: Major
>
> When connecting to a secured cluster, --user is available to specify the name 
> of the user for purpose of authentication and authorization.
> - Add --username as option to the connect command that aliases --user, 
> providing a more intuitively named option



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (GEODE-9784) GFSH connect should have username option

2021-10-27 Thread Ivan Godwin (Jira)
Ivan Godwin created GEODE-9784:
--

 Summary: GFSH connect should have username option
 Key: GEODE-9784
 URL: https://issues.apache.org/jira/browse/GEODE-9784
 Project: Geode
  Issue Type: Improvement
  Components: gfsh
Reporter: Ivan Godwin


When connecting to a secured cluster, --user is available to specify the name 
of the user for purpose of authentication and authorization.

- Add --username as option to the connect command that aliases --user, 
providing a more intuitively named option



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-9420) GFSH connect will not autoload gfsecurity.properties without ssl-enabled-components defined

2021-07-09 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-9420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-9420:
---
Description: 
Unexpected behavior observed around autloading `gfsecurity.properties` 
during`gfsh connect`:

When specifying `ssl-keystore`, `ssl-truststore`, and their relative password 
properties in a `gfsecurity.properties` file, but other `ssl-*` properties in 
`gemfire.properties` or as system properties, `gfsh connect` does not complete 
successfully.

Adding `ssl-enabled-components` to the `gfsecurity.properties` file allows the 
autoloading to work during connect and the command does complete successfully. 
However, the value of `ssl-enabled-components` is redacted in the logs and we 
would like to avoid this result.

Also, specifying `security-properties-file` allows us to connect (i.e. `gfsh 
connect --security-properties-file=gfsecurity.properties`), though we would 
like the convenience of autoloading.

 

Acceptance:
 * Autoloading of `gfsecurity.properties` works, regardless of which properties 
are specified in the file.

  was:
Unexpected behavior observed around autloading `gfsecurity.properties` 
during`gfsh connect`:

When specifying `ssl-keystore`, `ssl-truststore`, and their relative password 
properties in a `gfsecurity.properties` file, but other `ssl-*` properties in 
`gemfire.properties` or as system properties, `gfsh connect` does not complete 
successfully.

Adding `ssl-enabled-components` to the `gfsecurity.properties` file allows the 
autoloading to work during connect and the command does complete successfully. 
However, the value of `ssl-enabled-components` is redacted in the logs and we 
would like to avoid this result.

Also, specifying `security-properties-file` allows us to connect (i.e. `gfsh 
connect --security-properties-file=gfsecurity.properties`), though we would 
like the convenience of autoloading.


> GFSH connect will not autoload gfsecurity.properties without 
> ssl-enabled-components defined
> ---
>
> Key: GEODE-9420
> URL: https://issues.apache.org/jira/browse/GEODE-9420
> Project: Geode
>  Issue Type: Bug
>  Components: gfsh
>Affects Versions: 1.15.0
>Reporter: Ivan Godwin
>Priority: Minor
>
> Unexpected behavior observed around autloading `gfsecurity.properties` 
> during`gfsh connect`:
> When specifying `ssl-keystore`, `ssl-truststore`, and their relative password 
> properties in a `gfsecurity.properties` file, but other `ssl-*` properties in 
> `gemfire.properties` or as system properties, `gfsh connect` does not 
> complete successfully.
> Adding `ssl-enabled-components` to the `gfsecurity.properties` file allows 
> the autoloading to work during connect and the command does complete 
> successfully. However, the value of `ssl-enabled-components` is redacted in 
> the logs and we would like to avoid this result.
> Also, specifying `security-properties-file` allows us to connect (i.e. `gfsh 
> connect --security-properties-file=gfsecurity.properties`), though we would 
> like the convenience of autoloading.
>  
> Acceptance:
>  * Autoloading of `gfsecurity.properties` works, regardless of which 
> properties are specified in the file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-9420) GFSH connect will not autoload gfsecurity.properties without ssl-enabled-components defined

2021-07-09 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-9420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-9420:
---
Priority: Minor  (was: Major)

> GFSH connect will not autoload gfsecurity.properties without 
> ssl-enabled-components defined
> ---
>
> Key: GEODE-9420
> URL: https://issues.apache.org/jira/browse/GEODE-9420
> Project: Geode
>  Issue Type: Bug
>  Components: gfsh
>Affects Versions: 1.15.0
>Reporter: Ivan Godwin
>Priority: Minor
>
> Unexpected behavior observed around autloading `gfsecurity.properties` 
> during`gfsh connect`:
> When specifying `ssl-keystore`, `ssl-truststore`, and their relative password 
> properties in a `gfsecurity.properties` file, but other `ssl-*` properties in 
> `gemfire.properties` or as system properties, `gfsh connect` does not 
> complete successfully.
> Adding `ssl-enabled-components` to the `gfsecurity.properties` file allows 
> the autoloading to work during connect and the command does complete 
> successfully. However, the value of `ssl-enabled-components` is redacted in 
> the logs and we would like to avoid this result.
> Also, specifying `security-properties-file` allows us to connect (i.e. `gfsh 
> connect --security-properties-file=gfsecurity.properties`), though we would 
> like the convenience of autoloading.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (GEODE-9420) GFSH connect will not autoload gfsecurity.properties without ssl-enabled-components defined

2021-07-08 Thread Ivan Godwin (Jira)
Ivan Godwin created GEODE-9420:
--

 Summary: GFSH connect will not autoload gfsecurity.properties 
without ssl-enabled-components defined
 Key: GEODE-9420
 URL: https://issues.apache.org/jira/browse/GEODE-9420
 Project: Geode
  Issue Type: Bug
  Components: gfsh
Affects Versions: 1.15.0
Reporter: Ivan Godwin


Unexpected behavior observed around autloading `gfsecurity.properties` 
during`gfsh connect`:

When specifying `ssl-keystore`, `ssl-truststore`, and their relative password 
properties in a `gfsecurity.properties` file, but other `ssl-*` properties in 
`gemfire.properties` or as system properties, `gfsh connect` does not complete 
successfully.

Adding `ssl-enabled-components` to the `gfsecurity.properties` file allows the 
autoloading to work during connect and the command does complete successfully. 
However, the value of `ssl-enabled-components` is redacted in the logs and we 
would like to avoid this result.

Also, specifying `security-properties-file` allows us to connect (i.e. `gfsh 
connect --security-properties-file=gfsecurity.properties`), though we would 
like the convenience of autoloading.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-7822) MemoryThresholdsOffHeapDUnitTest has failures

2020-04-22 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17090101#comment-17090101
 ] 

Ivan Godwin commented on GEODE-7822:


CI failure: Another test within the same class has failed.
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/85
{code:java}
org.apache.geode.cache.management.MemoryThresholdsOffHeapDUnitTest > 
testPRClientPutRejection FAILED
org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.cache.management.MemoryThresholdsOffHeapDUnitTest$41.run in VM 
0 running on Host 599212ead077 with 4 VMs
at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
at 
org.apache.geode.cache.management.MemoryThresholdsOffHeapDUnitTest.doClientServerTest(MemoryThresholdsOffHeapDUnitTest.java:1597)
at 
org.apache.geode.cache.management.MemoryThresholdsOffHeapDUnitTest.testPRClientPutRejection(MemoryThresholdsOffHeapDUnitTest.java:1407)

Caused by:
java.lang.AssertionError: expected: but was:
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:144)
at 
org.apache.geode.cache.management.MemoryThresholdsOffHeapDUnitTest$OffHeapMemoryMonitorObserverImpl.verifyBeginUpdateMemoryUsed(MemoryThresholdsOffHeapDUnitTest.java:1674)
at 
org.apache.geode.cache.management.MemoryThresholdsOffHeapDUnitTest$41.run(MemoryThresholdsOffHeapDUnitTest.java:1608)

{code}

> MemoryThresholdsOffHeapDUnitTest has failures
> -
>
> Key: GEODE-7822
> URL: https://issues.apache.org/jira/browse/GEODE-7822
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Priority: Major
>  Labels: flaky
>
> These two failures were seen in mass test runs...
> {noformat}
>  testPRLoadRejection   
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/674
> {noformat}
> {noformat}
> org.apache.geode.cache.management.MemoryThresholdsOffHeapDUnitTest > 
> testPRLoadRejection FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.cache.management.MemoryThresholdsOffHeapDUnitTest$31.call in 
> VM 2 running on Host a57bd8581b8d with 4 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:462)
> at 
> org.apache.geode.cache.management.MemoryThresholdsOffHeapDUnitTest.testPRLoadRejection(MemoryThresholdsOffHeapDUnitTest.java:1045)
> Caused by:
> java.lang.AssertionError
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at org.junit.Assert.assertFalse(Assert.java:74)
> at 
> org.apache.geode.cache.management.MemoryThresholdsOffHeapDUnitTest$31.call(MemoryThresholdsOffHeapDUnitTest.java:1077){noformat}
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-= Test Results URI 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> [http://files.apachegeode-ci.info/builds/apache-mass-test-run-main/1.12.0-SNAPSHOT.0005/test-results/distributedTest/1582515952/]
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Test report artifacts from this job are available at:
> [http://files.apachegeode-ci.info/builds/apache-mass-test-run-main/1.12.0-SNAPSHOT.0005/test-artifacts/1582515952/distributedtestfiles-OpenJDK8-1.12.0-SNAPSHOT.0005.tgz]
> {noformat}
>  testDRLoadRejection   
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/742
>  {noformat}
> {noformat}
> org.apache.geode.cache.management.MemoryThresholdsOffHeapDUnitTest > 
> testDRLoadRejection FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.cache.management.MemoryThresholdsOffHeapDUnitTest$18.call in 
> VM 2 running on Host b2c673017cde with 4 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:462)
> at 
> org.apache.geode.cache.management.MemoryThresholdsOffHeapDUnitTest.testDRLoadRejection(MemoryThresholdsOffHeapDUnitTest.java:667)
> Caused by:
>java.lang.AssertionError
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at 

[jira] [Commented] (GEODE-5782) LauncherMemberMXBeanIntegrationTest can fail intermittently

2020-04-22 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17089882#comment-17089882
 ] 

Ivan Godwin commented on GEODE-5782:


CI failure:
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsCoreIntegrationTestOpenJDK11/builds/77


{code:java}
org.apache.geode.distributed.LauncherMemberMXBeanIntegrationTest > 
showOSMetrics_reconstructsOSMetricsFromCompositeDataType FAILED
java.lang.AssertionError: 
Expecting:
  <(1053347840,1053376512)>
to match 'committed virtual memory size]' predicate.
at 
org.apache.geode.distributed.LauncherMemberMXBeanIntegrationTest.showOSMetrics_reconstructsOSMetricsFromCompositeDataType(LauncherMemberMXBeanIntegrationTest.java:128)

{code}

> LauncherMemberMXBeanIntegrationTest can fail intermittently
> ---
>
> Key: GEODE-5782
> URL: https://issues.apache.org/jira/browse/GEODE-5782
> Project: Geode
>  Issue Type: Test
>  Components: jmx
>Affects Versions: 1.9.0
>Reporter: Jens Deppe
>Assignee: Jens Deppe
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Noticed this failure:
> {noformat}
> org.apache.geode.distributed.LauncherMemberMXBeanIntegrationTest > 
> showOSMetrics_reconstructsOSMetricsFromCompositeDataType FAILED
> org.junit.ComparisonFailure: expected:<204.[68]> but was:<204.[55]>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.distributed.LauncherMemberMXBeanIntegrationTest.showOSMetrics_reconstructsOSMetricsFromCompositeDataType(LauncherMemberMXBeanIntegrationTest.java:143)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7988) AutoConnectionSourceDUnitTest. testClientDynamicallyDropsStoppedLocator is failing in mass test run

2020-04-15 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7988:
--

Assignee: Ivan Godwin  (was: Mark Hanson)

> AutoConnectionSourceDUnitTest. testClientDynamicallyDropsStoppedLocator is 
> failing in mass test run
> ---
>
> Key: GEODE-7988
> URL: https://issues.apache.org/jira/browse/GEODE-7988
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Affects Versions: 1.13.0
>Reporter: Mark Hanson
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> {noformat}
> testClientDynamicallyDropsStoppedLocator
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1993
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1940
>  {noformat}
>  
> This is also reproducible using dunitrunner.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7934) CI Failure: CacheManagementDUnitTest

2020-04-15 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7934:
--

Assignee: (was: Ivan Godwin)

> CI Failure: CacheManagementDUnitTest
> 
>
> Key: GEODE-7934
> URL: https://issues.apache.org/jira/browse/GEODE-7934
> Project: Geode
>  Issue Type: Bug
>Reporter: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> CacheManagementDUnitTest.testNotification and 
> CacheManagementDUnitTest.testManagerShutdown have failed with the following 
> output:
>  
> {code:java}
> org.apache.geode.management.CacheManagementDUnitTest > testNotification FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.internal.IdentifiableRunnable.run in VM 0 running 
> on Host 12ab33057072 with 4 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:424)
> at 
> org.apache.geode.management.CacheManagementDUnitTest.verifyNotificationsAndRegionSize(CacheManagementDUnitTest.java:637)
> at 
> org.apache.geode.management.CacheManagementDUnitTest.testNotification(CacheManagementDUnitTest.java:266)
> Caused by:
> org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined as a org.apache.geode.management.CacheManagementDUnitTest 
> expected:<[45]> but was:<[30]> within 300 seconds.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
> at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
> at 
> org.apache.geode.management.CacheManagementDUnitTest.lambda$verifyNotificationsAndRegionSize$aeb9a697$1(CacheManagementDUnitTest.java:638)
> Caused by:
> org.junit.ComparisonFailure: expected:<[45]> but was:<[30]>
> at 
> sun.reflect.GeneratedConstructorAccessor81.newInstance(Unknown Source)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.management.CacheManagementDUnitTest.lambda$null$4(CacheManagementDUnitTest.java:638)
> {code}
>  
>  
>  
> {code:java}
> org.apache.geode.management.CacheManagementDUnitTest > testManagerShutdown 
> FAILEDorg.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.internal.IdentifiableRunnable.run in VM 0 running 
> on Host 9e4a1b86b19b with 4 VMsat 
> org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)at 
> org.apache.geode.test.dunit.VM.invoke(VM.java:424)at 
> org.apache.geode.management.CacheManagementDUnitTest.verifyManagerStopped(CacheManagementDUnitTest.java:377)
> at 
> org.apache.geode.management.CacheManagementDUnitTest.testManagerShutdown(CacheManagementDUnitTest.java:200)
> Caused by:java.lang.AssertionError: Expecting empty 
> but was:<[GemFire:type=Member,member=memberVM-3]>at 
> org.apache.geode.management.CacheManagementDUnitTest.lambda$verifyManagerStopped$36a0fae1$1(CacheManagementDUnitTest.java:391)
> {code}
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1699]
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1676]
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1519
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7934) CI Failure: CacheManagementDUnitTest

2020-04-15 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7934:
--

Assignee: Ivan Godwin

> CI Failure: CacheManagementDUnitTest
> 
>
> Key: GEODE-7934
> URL: https://issues.apache.org/jira/browse/GEODE-7934
> Project: Geode
>  Issue Type: Bug
>Reporter: Ivan Godwin
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> CacheManagementDUnitTest.testNotification and 
> CacheManagementDUnitTest.testManagerShutdown have failed with the following 
> output:
>  
> {code:java}
> org.apache.geode.management.CacheManagementDUnitTest > testNotification FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.internal.IdentifiableRunnable.run in VM 0 running 
> on Host 12ab33057072 with 4 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:424)
> at 
> org.apache.geode.management.CacheManagementDUnitTest.verifyNotificationsAndRegionSize(CacheManagementDUnitTest.java:637)
> at 
> org.apache.geode.management.CacheManagementDUnitTest.testNotification(CacheManagementDUnitTest.java:266)
> Caused by:
> org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined as a org.apache.geode.management.CacheManagementDUnitTest 
> expected:<[45]> but was:<[30]> within 300 seconds.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
> at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
> at 
> org.apache.geode.management.CacheManagementDUnitTest.lambda$verifyNotificationsAndRegionSize$aeb9a697$1(CacheManagementDUnitTest.java:638)
> Caused by:
> org.junit.ComparisonFailure: expected:<[45]> but was:<[30]>
> at 
> sun.reflect.GeneratedConstructorAccessor81.newInstance(Unknown Source)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.management.CacheManagementDUnitTest.lambda$null$4(CacheManagementDUnitTest.java:638)
> {code}
>  
>  
>  
> {code:java}
> org.apache.geode.management.CacheManagementDUnitTest > testManagerShutdown 
> FAILEDorg.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.internal.IdentifiableRunnable.run in VM 0 running 
> on Host 9e4a1b86b19b with 4 VMsat 
> org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)at 
> org.apache.geode.test.dunit.VM.invoke(VM.java:424)at 
> org.apache.geode.management.CacheManagementDUnitTest.verifyManagerStopped(CacheManagementDUnitTest.java:377)
> at 
> org.apache.geode.management.CacheManagementDUnitTest.testManagerShutdown(CacheManagementDUnitTest.java:200)
> Caused by:java.lang.AssertionError: Expecting empty 
> but was:<[GemFire:type=Member,member=memberVM-3]>at 
> org.apache.geode.management.CacheManagementDUnitTest.lambda$verifyManagerStopped$36a0fae1$1(CacheManagementDUnitTest.java:391)
> {code}
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1699]
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1676]
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1519
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Reopened] (GEODE-7460) CI failure: DistributedMemberDUnitTest.testGroupsInAllVMs ForcedDisconnectException Failure

2020-04-13 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reopened GEODE-7460:


More failures with the latest commit:

testGroupsInAllVMs 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/2068
 testGroupsInAllVMs 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1938
 testGroupsInAllVMs 
[https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1930]

Will also upload an artifact.

> CI failure: DistributedMemberDUnitTest.testGroupsInAllVMs 
> ForcedDisconnectException Failure
> ---
>
> Key: GEODE-7460
> URL: https://issues.apache.org/jira/browse/GEODE-7460
> Project: Geode
>  Issue Type: Bug
>  Components: membership
>Reporter: Robert Houghton
>Assignee: Ernest Burghardt
>Priority: Major
> Fix For: 1.13.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> From the failing job:
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=  Test Results URI 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.12.0-SNAPSHOT.0016/test-results/distributedTest/1573784422/
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Test report artifacts from this job are available at:
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.12.0-SNAPSHOT.0016/test-artifacts/1573784422/distributedtestfiles-OpenJDK8-1.12.0-SNAPSHOT.0016.tgz
> DistributedTest failure due to exception:
> org.apache.geode.distributed.DistributedMemberDUnitTest > testGroupsInAllVMs 
> FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.distributed.DistributedMemberDUnitTest$6.run in VM 0 running 
> on Host 3e09f1029b44 with 4 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:579)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:406)
> at 
> org.apache.geode.distributed.DistributedMemberDUnitTest.testGroupsInAllVMs(DistributedMemberDUnitTest.java:333)
> Caused by:
> org.apache.geode.SystemConnectException: One or more peers generated 
> exceptions during connection attempt
> at 
> org.apache.geode.distributed.internal.ClusterDistributionManager.sendStartupMessage(ClusterDistributionManager.java:1625)
> at 
> org.apache.geode.distributed.internal.ClusterDistributionManager.create(ClusterDistributionManager.java:354)
> at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.initialize(InternalDistributedSystem.java:759)
> at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.access$200(InternalDistributedSystem.java:136)
> at 
> org.apache.geode.distributed.internal.InternalDistributedSystem$Builder.build(InternalDistributedSystem.java:3009)
> at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.connectInternal(InternalDistributedSystem.java:269)
> at 
> org.apache.geode.distributed.DistributedSystem.connect(DistributedSystem.java:159)
> at 
> org.apache.geode.test.dunit.internal.JUnit4DistributedTestCase.getSystem(JUnit4DistributedTestCase.java:181)
> at 
> org.apache.geode.distributed.DistributedMemberDUnitTest$6.run(DistributedMemberDUnitTest.java:339)
> Caused by:
> 
> org.apache.geode.distributed.DistributedSystemDisconnectedException: 
> DistributedSystem is shutting down, caused by 
> org.apache.geode.ForcedDisconnectException: Exiting due to possible network 
> partition event due to loss of 1 cache processes: 
> [172.17.0.14(myName:1):41001]
> at 
> org.apache.geode.distributed.internal.membership.adapter.GMSMembershipManager.directChannelSend(GMSMembershipManager.java:1591)
> at 
> org.apache.geode.distributed.internal.membership.adapter.GMSMembershipManager.send(GMSMembershipManager.java:1751)
> at 
> org.apache.geode.distributed.internal.ClusterDistributionManager.sendViaMembershipManager(ClusterDistributionManager.java:2058)
> at 
> org.apache.geode.distributed.internal.ClusterDistributionManager.sendOutgoing(ClusterDistributionManager.java:1985)
> at 
> org.apache.geode.distributed.internal.StartupOperation.sendStartupMessage(StartupOperation.java:74)
> at 
> org.apache.geode.distributed.internal.ClusterDistributionManager.sendStartupMessage(ClusterDistributionManager.java:1622)
> ... 8 more
> Caused by:
> 

[jira] [Comment Edited] (GEODE-6499) PersistentColocatedPartitionedRegionDUnitTest: Timed out waiting 60000 milliseconds for AsyncInvocation to complete.

2020-04-07 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-6499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17077400#comment-17077400
 ] 

Ivan Godwin edited comment on GEODE-6499 at 4/7/20, 4:48 PM:
-

Four new failures in CI:
 testMissingColocatedChildPRDueToDelayedStart 
[https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1854]
 testMissingColocatedChildPRDueToDelayedStart 
[https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1831]
 testFullTreeOfColocatedChildPRsWithMissingRegions 
[https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1828]
 testMultipleColocatedChildPRsMissingWithSequencedStart 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1743
{code:java}
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest
 > testMissingColocatedChildPRDueToDelayedStart FAILED
java.lang.AssertionError: java.util.concurrent.TimeoutException: Timed out 
waiting 30 milliseconds for AsyncInvocation to complete.
at 
org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:180)
at 
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.testMissingColocatedChildPRDueToDelayedStart(PersistentColocatedPartitionedRegionDistributedTest.java:419)

Caused by:
java.util.concurrent.TimeoutException: Timed out waiting 30 
milliseconds for AsyncInvocation to complete.
at 
org.apache.geode.test.dunit.AsyncInvocation.timeoutIfAlive(AsyncInvocation.java:509)
at 
org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:447)
at 
org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:178)
... 1 more

Caused by:
org.apache.geode.test.dunit.internal.StackTrace: Stack trace for 
vm-0 thread-32
at java.lang.Object.wait(Native Method)
at 
org.apache.geode.internal.cache.persistence.MembershipChangeListener.waitForChange(MembershipChangeListener.java:68)
at 
org.apache.geode.internal.cache.BucketPersistenceAdvisor.initializeMembershipView(BucketPersistenceAdvisor.java:254)
at 
org.apache.geode.internal.cache.ProxyBucketRegion.recoverFromDisk(ProxyBucketRegion.java:491)
at 
org.apache.geode.internal.cache.ProxyBucketRegion.recoverFromDiskRecursively(ProxyBucketRegion.java:406)
at 
org.apache.geode.internal.cache.PRHARedundancyProvider.recoverPersistentBuckets(PRHARedundancyProvider.java:1661)
at 
org.apache.geode.internal.cache.PartitionedRegion.initPRInternals(PartitionedRegion.java:1083)
at 
org.apache.geode.internal.cache.PartitionedRegion.initialize(PartitionedRegion.java:1193)
at 
org.apache.geode.internal.cache.GemFireCacheImpl.createVMRegion(GemFireCacheImpl.java:2971)
at 
org.apache.geode.internal.cache.GemFireCacheImpl.basicCreateRegion(GemFireCacheImpl.java:2869)
at 
org.apache.geode.internal.cache.GemFireCacheImpl.createRegion(GemFireCacheImpl.java:2853)
at 
org.apache.geode.cache.RegionFactory.create(RegionFactory.java:773)
at 
org.apache.geode.internal.cache.InternalRegionFactory.create(InternalRegionFactory.java:75)
at 
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.createChildPR_withPersistence(PersistentColocatedPartitionedRegionDistributedTest.java:1746)
at 
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.validateColocationLogger_withChildRegion(PersistentColocatedPartitionedRegionDistributedTest.java:1922)
at 
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.lambda$testMissingColocatedChildPRDueToDelayedStart$7be3218f$1(PersistentColocatedPartitionedRegionDistributedTest.java:415)

{code}


was (Author: igodwin):
Four new failures in CI:
 testMissingColocatedChildPRDueToDelayedStart 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1854
 testMissingColocatedChildPRDueToDelayedStart 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1831
 testFullTreeOfColocatedChildPRsWithMissingRegions 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1828
 testMultipleColocatedChildPRsMissingWithSequencedStart 

[jira] [Commented] (GEODE-6499) PersistentColocatedPartitionedRegionDUnitTest: Timed out waiting 60000 milliseconds for AsyncInvocation to complete.

2020-04-07 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-6499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17077400#comment-17077400
 ] 

Ivan Godwin commented on GEODE-6499:


Four new failures in CI:
 testMissingColocatedChildPRDueToDelayedStart 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1854
 testMissingColocatedChildPRDueToDelayedStart 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1831
 testFullTreeOfColocatedChildPRsWithMissingRegions 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1828
 testMultipleColocatedChildPRsMissingWithSequencedStart 
[https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1743|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/174]


{code:java}
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest
 > testMissingColocatedChildPRDueToDelayedStart FAILED
java.lang.AssertionError: java.util.concurrent.TimeoutException: Timed out 
waiting 30 milliseconds for AsyncInvocation to complete.
at 
org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:180)
at 
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.testMissingColocatedChildPRDueToDelayedStart(PersistentColocatedPartitionedRegionDistributedTest.java:419)

Caused by:
java.util.concurrent.TimeoutException: Timed out waiting 30 
milliseconds for AsyncInvocation to complete.
at 
org.apache.geode.test.dunit.AsyncInvocation.timeoutIfAlive(AsyncInvocation.java:509)
at 
org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:447)
at 
org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:178)
... 1 more

Caused by:
org.apache.geode.test.dunit.internal.StackTrace: Stack trace for 
vm-0 thread-32
at java.lang.Object.wait(Native Method)
at 
org.apache.geode.internal.cache.persistence.MembershipChangeListener.waitForChange(MembershipChangeListener.java:68)
at 
org.apache.geode.internal.cache.BucketPersistenceAdvisor.initializeMembershipView(BucketPersistenceAdvisor.java:254)
at 
org.apache.geode.internal.cache.ProxyBucketRegion.recoverFromDisk(ProxyBucketRegion.java:491)
at 
org.apache.geode.internal.cache.ProxyBucketRegion.recoverFromDiskRecursively(ProxyBucketRegion.java:406)
at 
org.apache.geode.internal.cache.PRHARedundancyProvider.recoverPersistentBuckets(PRHARedundancyProvider.java:1661)
at 
org.apache.geode.internal.cache.PartitionedRegion.initPRInternals(PartitionedRegion.java:1083)
at 
org.apache.geode.internal.cache.PartitionedRegion.initialize(PartitionedRegion.java:1193)
at 
org.apache.geode.internal.cache.GemFireCacheImpl.createVMRegion(GemFireCacheImpl.java:2971)
at 
org.apache.geode.internal.cache.GemFireCacheImpl.basicCreateRegion(GemFireCacheImpl.java:2869)
at 
org.apache.geode.internal.cache.GemFireCacheImpl.createRegion(GemFireCacheImpl.java:2853)
at 
org.apache.geode.cache.RegionFactory.create(RegionFactory.java:773)
at 
org.apache.geode.internal.cache.InternalRegionFactory.create(InternalRegionFactory.java:75)
at 
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.createChildPR_withPersistence(PersistentColocatedPartitionedRegionDistributedTest.java:1746)
at 
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.validateColocationLogger_withChildRegion(PersistentColocatedPartitionedRegionDistributedTest.java:1922)
at 
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.lambda$testMissingColocatedChildPRDueToDelayedStart$7be3218f$1(PersistentColocatedPartitionedRegionDistributedTest.java:415)

{code}

> PersistentColocatedPartitionedRegionDUnitTest: Timed out waiting 6 
> milliseconds for AsyncInvocation to complete.
> 
>
> Key: GEODE-6499
> URL: https://issues.apache.org/jira/browse/GEODE-6499
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Assignee: Kirk Lund
>Priority: Major
>  Labels: flaky
> Attachments: 

[jira] [Assigned] (GEODE-5428) SUPERFLAKY: DurableClientTestCase.testDurableHAFailover

2020-03-31 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-5428:
--

Assignee: Ivan Godwin

> SUPERFLAKY: DurableClientTestCase.testDurableHAFailover
> ---
>
> Key: GEODE-5428
> URL: https://issues.apache.org/jira/browse/GEODE-5428
> Project: Geode
>  Issue Type: Task
>Reporter: Dan Smith
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky, pull-request-available, swat
> Attachments: Test results - Class 
> org.apache.geode.internal.cache.tier.sockets.DurableClientTestCase.html
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> This test failed frequently over many 200+ runs of DistributedTest. It looks 
> like this test was reenabled recently, See GEODE-3721.
> {noformat}
> 23 failures 
> org.apache.geode.internal.cache.tier.sockets.DurableClientCrashDUnitTest.testDurableHAFailover
>  (91.4179104477612% success rate)
> 19 failures 
> org.apache.geode.internal.cache.tier.sockets.DurableClientTestCase.testDurableHAFailover
>  (92.91044776119402% success rate)
> 2 failures 
> org.apache.geode.internal.cache.tier.sockets.DurableClientSimpleDUnitTest.testDurableHAFailover
>  (99.25373134328358% success rate)
> {noformat}
> {noformat}
> org.apache.geode.internal.cache.tier.sockets.DurableClientTestCase > 
> testDurableHAFailover FAILED
>   
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.cache.tier.sockets.DurableClientTestCase$57.run in 
> VM 2 running on Host 70293b28b05f with 4 VMs
>   
> at org.apache.geode.test.dunit.VM.invoke(VM.java:436)
>   
> at org.apache.geode.test.dunit.VM.invoke(VM.java:405)
>   
> at org.apache.geode.test.dunit.VM.invoke(VM.java:348)
>   
> at 
> org.apache.geode.internal.cache.tier.sockets.DurableClientTestCase.checkPrimaryRecovery(DurableClientTestCase.java:1732)
>   
> at 
> org.apache.geode.internal.cache.tier.sockets.DurableClientTestCase.durableFailover(DurableClientTestCase.java:1247)
>   
> at 
> org.apache.geode.internal.cache.tier.sockets.DurableClientTestCase.testDurableHAFailover(DurableClientTestCase.java:1102)
>   
>   
> Caused by:
>   
> java.lang.AssertionError: Event never occurred after 3 ms: Did 
> not detect primary recovery event during wait period
>   
> at org.junit.Assert.fail(Assert.java:88)
>   
> at 
> org.apache.geode.test.dunit.Wait.waitForCriterion(Wait.java:190)
>   
> at 
> org.apache.geode.internal.cache.tier.sockets.DurableClientTestCase$57.run2(DurableClientTestCase.java:1746)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (GEODE-7935) CI Failure: GridAdvisorDUnitTest.test2by2usingGroups

2020-03-31 Thread Ivan Godwin (Jira)
Ivan Godwin created GEODE-7935:
--

 Summary: CI Failure: GridAdvisorDUnitTest.test2by2usingGroups
 Key: GEODE-7935
 URL: https://issues.apache.org/jira/browse/GEODE-7935
 Project: Geode
  Issue Type: Bug
Reporter: Ivan Godwin


GridAdvisorDUnitTest.test2by2usingGroups failed with the following output:
{code:java}
org.apache.geode.internal.cache.GridAdvisorDUnitTest > test2by2usingGroups 
FAILED
org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.internal.cache.GridAdvisorDUnitTest$$Lambda$75/1898684933.run 
in VM 3 running on Host be2727401e1b with 4 VMs
at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
at 
org.apache.geode.internal.cache.GridAdvisorDUnitTest.test2by2usingGroups(GridAdvisorDUnitTest.java:306)

Caused by:
org.junit.ComparisonFailure: expected:<[0]> but was:<[1]>
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at 
org.apache.geode.internal.cache.GridAdvisorDUnitTest.verifyLocatorStopped(GridAdvisorDUnitTest.java:427)
at 
org.apache.geode.internal.cache.GridAdvisorDUnitTest.lambda$test2by2usingGroups$bb17a952$2(GridAdvisorDUnitTest.java:306)

{code}
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1672
 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1561
 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1504



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-7935) CI Failure: GridAdvisorDUnitTest.test2by2usingGroups

2020-03-31 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-7935:
---
Labels: flaky  (was: )

> CI Failure: GridAdvisorDUnitTest.test2by2usingGroups
> 
>
> Key: GEODE-7935
> URL: https://issues.apache.org/jira/browse/GEODE-7935
> Project: Geode
>  Issue Type: Bug
>Reporter: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> GridAdvisorDUnitTest.test2by2usingGroups failed with the following output:
> {code:java}
> org.apache.geode.internal.cache.GridAdvisorDUnitTest > test2by2usingGroups 
> FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.cache.GridAdvisorDUnitTest$$Lambda$75/1898684933.run
>  in VM 3 running on Host be2727401e1b with 4 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
> at 
> org.apache.geode.internal.cache.GridAdvisorDUnitTest.test2by2usingGroups(GridAdvisorDUnitTest.java:306)
> Caused by:
> org.junit.ComparisonFailure: expected:<[0]> but was:<[1]>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.internal.cache.GridAdvisorDUnitTest.verifyLocatorStopped(GridAdvisorDUnitTest.java:427)
> at 
> org.apache.geode.internal.cache.GridAdvisorDUnitTest.lambda$test2by2usingGroups$bb17a952$2(GridAdvisorDUnitTest.java:306)
> {code}
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1672
>  
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1561
>  
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1504



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-7934) CI Failure: CacheManagementDUnitTest

2020-03-31 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-7934:
---
Labels: flaky  (was: )

> CI Failure: CacheManagementDUnitTest
> 
>
> Key: GEODE-7934
> URL: https://issues.apache.org/jira/browse/GEODE-7934
> Project: Geode
>  Issue Type: Bug
>Reporter: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> CacheManagementDUnitTest.testNotification and 
> CacheManagementDUnitTest.testManagerShutdown have failed with the following 
> output:
>  
> {code:java}
> org.apache.geode.management.CacheManagementDUnitTest > testNotification FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.internal.IdentifiableRunnable.run in VM 0 running 
> on Host 12ab33057072 with 4 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:424)
> at 
> org.apache.geode.management.CacheManagementDUnitTest.verifyNotificationsAndRegionSize(CacheManagementDUnitTest.java:637)
> at 
> org.apache.geode.management.CacheManagementDUnitTest.testNotification(CacheManagementDUnitTest.java:266)
> Caused by:
> org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined as a org.apache.geode.management.CacheManagementDUnitTest 
> expected:<[45]> but was:<[30]> within 300 seconds.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
> at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
> at 
> org.apache.geode.management.CacheManagementDUnitTest.lambda$verifyNotificationsAndRegionSize$aeb9a697$1(CacheManagementDUnitTest.java:638)
> Caused by:
> org.junit.ComparisonFailure: expected:<[45]> but was:<[30]>
> at 
> sun.reflect.GeneratedConstructorAccessor81.newInstance(Unknown Source)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.management.CacheManagementDUnitTest.lambda$null$4(CacheManagementDUnitTest.java:638)
> {code}
>  
>  
>  
> {code:java}
> org.apache.geode.management.CacheManagementDUnitTest > testManagerShutdown 
> FAILEDorg.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.internal.IdentifiableRunnable.run in VM 0 running 
> on Host 9e4a1b86b19b with 4 VMsat 
> org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)at 
> org.apache.geode.test.dunit.VM.invoke(VM.java:424)at 
> org.apache.geode.management.CacheManagementDUnitTest.verifyManagerStopped(CacheManagementDUnitTest.java:377)
> at 
> org.apache.geode.management.CacheManagementDUnitTest.testManagerShutdown(CacheManagementDUnitTest.java:200)
> Caused by:java.lang.AssertionError: Expecting empty 
> but was:<[GemFire:type=Member,member=memberVM-3]>at 
> org.apache.geode.management.CacheManagementDUnitTest.lambda$verifyManagerStopped$36a0fae1$1(CacheManagementDUnitTest.java:391)
> {code}
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1699]
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1676]
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1519
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (GEODE-7934) CI Failure: CacheManagementDUnitTest

2020-03-31 Thread Ivan Godwin (Jira)
Ivan Godwin created GEODE-7934:
--

 Summary: CI Failure: CacheManagementDUnitTest
 Key: GEODE-7934
 URL: https://issues.apache.org/jira/browse/GEODE-7934
 Project: Geode
  Issue Type: Bug
Reporter: Ivan Godwin


CacheManagementDUnitTest.testNotification and 
CacheManagementDUnitTest.testManagerShutdown have failed with the following 
output:

 
{code:java}
org.apache.geode.management.CacheManagementDUnitTest > testNotification FAILED
org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.test.dunit.internal.IdentifiableRunnable.run in VM 0 running 
on Host 12ab33057072 with 4 VMs
at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
at org.apache.geode.test.dunit.VM.invoke(VM.java:424)
at 
org.apache.geode.management.CacheManagementDUnitTest.verifyNotificationsAndRegionSize(CacheManagementDUnitTest.java:637)
at 
org.apache.geode.management.CacheManagementDUnitTest.testNotification(CacheManagementDUnitTest.java:266)

Caused by:
org.awaitility.core.ConditionTimeoutException: Assertion condition 
defined as a org.apache.geode.management.CacheManagementDUnitTest 
expected:<[45]> but was:<[30]> within 300 seconds.
at 
org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
at 
org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
at 
org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
at 
org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
at 
org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
at 
org.apache.geode.management.CacheManagementDUnitTest.lambda$verifyNotificationsAndRegionSize$aeb9a697$1(CacheManagementDUnitTest.java:638)

Caused by:
org.junit.ComparisonFailure: expected:<[45]> but was:<[30]>
at 
sun.reflect.GeneratedConstructorAccessor81.newInstance(Unknown Source)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at 
org.apache.geode.management.CacheManagementDUnitTest.lambda$null$4(CacheManagementDUnitTest.java:638)

{code}
 

 

 
{code:java}
org.apache.geode.management.CacheManagementDUnitTest > testManagerShutdown 
FAILEDorg.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.test.dunit.internal.IdentifiableRunnable.run in VM 0 running 
on Host 9e4a1b86b19b with 4 VMsat 
org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)at 
org.apache.geode.test.dunit.VM.invoke(VM.java:424)at 
org.apache.geode.management.CacheManagementDUnitTest.verifyManagerStopped(CacheManagementDUnitTest.java:377)
at 
org.apache.geode.management.CacheManagementDUnitTest.testManagerShutdown(CacheManagementDUnitTest.java:200)
Caused by:java.lang.AssertionError: Expecting empty but 
was:<[GemFire:type=Member,member=memberVM-3]>at 
org.apache.geode.management.CacheManagementDUnitTest.lambda$verifyManagerStopped$36a0fae1$1(CacheManagementDUnitTest.java:391)

{code}
[https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1699]
[https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1676]
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1519

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (GEODE-7933) CI Failure: AsyncEventQueueStatsDUnitTest.testReplicatedSerialPropagationHA

2020-03-31 Thread Ivan Godwin (Jira)
Ivan Godwin created GEODE-7933:
--

 Summary: CI Failure: 
AsyncEventQueueStatsDUnitTest.testReplicatedSerialPropagationHA
 Key: GEODE-7933
 URL: https://issues.apache.org/jira/browse/GEODE-7933
 Project: Geode
  Issue Type: Bug
Reporter: Ivan Godwin


AsyncEventQueueStatsDUnitTest.testReplicatedSerialPropagationHA failed twice 
with the following output:
{code:java}
org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventQueueStatsDUnitTest > 
testReplicatedSerialPropagationHA FAILED
org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventQueueStatsDUnitTest$$Lambda$79/956830607.run
 in VM 2 running on Host c9aef8033b01 with 5 VMs
at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
at 
org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventQueueStatsDUnitTest.testReplicatedSerialPropagationHA(AsyncEventQueueStatsDUnitTest.java:227)

Caused by:
java.lang.AssertionError: expected:<1> but was:<9972>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at 
org.apache.geode.internal.cache.wan.AsyncEventQueueTestBase.checkAsyncEventQueueStats_Failover(AsyncEventQueueTestBase.java:785)
at 
org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventQueueStatsDUnitTest.lambda$testReplicatedSerialPropagationHA$bb17a952$7(AsyncEventQueueStatsDUnitTest.java:227)

{code}
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1658
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1566



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-7933) CI Failure: AsyncEventQueueStatsDUnitTest.testReplicatedSerialPropagationHA

2020-03-31 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-7933:
---
Labels: flaky  (was: )

> CI Failure: AsyncEventQueueStatsDUnitTest.testReplicatedSerialPropagationHA
> ---
>
> Key: GEODE-7933
> URL: https://issues.apache.org/jira/browse/GEODE-7933
> Project: Geode
>  Issue Type: Bug
>Reporter: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> AsyncEventQueueStatsDUnitTest.testReplicatedSerialPropagationHA failed twice 
> with the following output:
> {code:java}
> org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventQueueStatsDUnitTest 
> > testReplicatedSerialPropagationHA FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventQueueStatsDUnitTest$$Lambda$79/956830607.run
>  in VM 2 running on Host c9aef8033b01 with 5 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
> at 
> org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventQueueStatsDUnitTest.testReplicatedSerialPropagationHA(AsyncEventQueueStatsDUnitTest.java:227)
> Caused by:
> java.lang.AssertionError: expected:<1> but was:<9972>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at org.junit.Assert.assertEquals(Assert.java:631)
> at 
> org.apache.geode.internal.cache.wan.AsyncEventQueueTestBase.checkAsyncEventQueueStats_Failover(AsyncEventQueueTestBase.java:785)
> at 
> org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventQueueStatsDUnitTest.lambda$testReplicatedSerialPropagationHA$bb17a952$7(AsyncEventQueueStatsDUnitTest.java:227)
> {code}
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1658
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1566



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-2458) RegionManagementDUnitTest fails with AssertionError in verifyMemberNotifications

2020-03-31 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17072209#comment-17072209
 ] 

Ivan Godwin commented on GEODE-2458:


More failures from the mass test run:
{code:java}
org.apache.geode.management.RegionManagementDUnitTest > testFixedPRRegionMBean 
FAILED
org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.management.RegionManagementDUnitTest$$Lambda$68/164905474.run 
in VM 0 running on Host 57fec67091fd with 4 VMs
at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
at 
org.apache.geode.management.RegionManagementDUnitTest.testFixedPRRegionMBean(RegionManagementDUnitTest.java:244)

Caused by:
org.awaitility.core.ConditionTimeoutException: Assertion condition 
defined as a lambda expression in 
org.apache.geode.management.RegionManagementDUnitTest that uses int 
Expected size:<6> but was:<4> in:

<[javax.management.Notification[source=172.17.0.9(245)-41001][type=gemfire.distributedsystem.cache.region.created][message=Region
 Created With Name 
/RegionManagementDUnitTest_testFixedPRRegionMBean_partitionedRegion],

javax.management.Notification[source=172.17.0.9(267)-41003][type=gemfire.distributedsystem.cache.region.created][message=Region
 Created With Name 
/RegionManagementDUnitTest_testFixedPRRegionMBean_partitionedRegion],

javax.management.Notification[source=172.17.0.9(245)-41001][type=gemfire.distributedsystem.cache.region.closed][message=Region
 Destroyed/Closed With Name 
/RegionManagementDUnitTest_testFixedPRRegionMBean_partitionedRegion],

javax.management.Notification[source=172.17.0.9(267)-41003][type=gemfire.distributedsystem.cache.region.closed][message=Region
 Destroyed/Closed With Name 
/RegionManagementDUnitTest_testFixedPRRegionMBean_partitionedRegion]]> within 
300 seconds.
at 
org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
at 
org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
at 
org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
at 
org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
at 
org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
at 
org.apache.geode.management.RegionManagementDUnitTest.verifyMemberNotifications(RegionManagementDUnitTest.java:652)
at 
org.apache.geode.management.RegionManagementDUnitTest.lambda$testFixedPRRegionMBean$bb17a952$4(RegionManagementDUnitTest.java:244)

Caused by:
java.lang.AssertionError: 
Expected size:<6> but was:<4> in:

<[javax.management.Notification[source=172.17.0.9(245)-41001][type=gemfire.distributedsystem.cache.region.created][message=Region
 Created With Name 
/RegionManagementDUnitTest_testFixedPRRegionMBean_partitionedRegion],

javax.management.Notification[source=172.17.0.9(267)-41003][type=gemfire.distributedsystem.cache.region.created][message=Region
 Created With Name 
/RegionManagementDUnitTest_testFixedPRRegionMBean_partitionedRegion],

javax.management.Notification[source=172.17.0.9(245)-41001][type=gemfire.distributedsystem.cache.region.closed][message=Region
 Destroyed/Closed With Name 
/RegionManagementDUnitTest_testFixedPRRegionMBean_partitionedRegion],

javax.management.Notification[source=172.17.0.9(267)-41003][type=gemfire.distributedsystem.cache.region.closed][message=Region
 Destroyed/Closed With Name 
/RegionManagementDUnitTest_testFixedPRRegionMBean_partitionedRegion]]>
at 
org.apache.geode.management.RegionManagementDUnitTest.lambda$verifyMemberNotifications$8(RegionManagementDUnitTest.java:652)

{code}
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1701
 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1546

> RegionManagementDUnitTest fails with AssertionError in 
> verifyMemberNotifications
> 
>
> Key: GEODE-2458
> URL: https://issues.apache.org/jira/browse/GEODE-2458
> Project: Geode
>  Issue Type: Bug
>  Components: management, tests
>Reporter: Kirk Lund
>Assignee: Kirk Lund
>Priority: Major
>  Labels: flaky
> Fix For: 1.2.0
>
>
> This appears to be a race condition. The assertion finds 5 members when 6 is 
> expected and then lists the members as part of the assertion message which 
> then shows 6 members.
> {noformat}
> 

[jira] [Updated] (GEODE-2458) RegionManagementDUnitTest fails with AssertionError in verifyMemberNotifications

2020-03-31 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-2458:
---
Labels: flaky  (was: Flaky)

> RegionManagementDUnitTest fails with AssertionError in 
> verifyMemberNotifications
> 
>
> Key: GEODE-2458
> URL: https://issues.apache.org/jira/browse/GEODE-2458
> Project: Geode
>  Issue Type: Bug
>  Components: management, tests
>Reporter: Kirk Lund
>Assignee: Kirk Lund
>Priority: Major
>  Labels: flaky
> Fix For: 1.2.0
>
>
> This appears to be a race condition. The assertion finds 5 members when 6 is 
> expected and then lists the members as part of the assertion message which 
> then shows 6 members.
> {noformat}
> org.apache.geode.management.RegionManagementDUnitTest > 
> testFixedPRRegionMBean FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.NamedRunnable.run in VM 0 running on Host 
> 242824700ff7 with 4 VMs
> at org.apache.geode.test.dunit.VM.invoke(VM.java:377)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:347)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:280)
> at 
> org.apache.geode.management.RegionManagementDUnitTest.verifyMemberNotifications(RegionManagementDUnitTest.java:580)
> at 
> org.apache.geode.management.RegionManagementDUnitTest.testFixedPRRegionMBean(RegionManagementDUnitTest.java:227)
> Caused by:
> java.lang.AssertionError: 
> Expected size:<6> but was:<5> in:
> 
> <[javax.management.Notification[source=172.17.0.4(161)-32770][type=gemfire.distributedsystem.cache.region.created][message=Region
>  Created With Name /MANAGEMENT_FIXED_PR],
> 
> javax.management.Notification[source=172.17.0.4(166)-32771][type=gemfire.distributedsystem.cache.region.created][message=Region
>  Created With Name /MANAGEMENT_FIXED_PR],
> 
> javax.management.Notification[source=172.17.0.4(171)-32772][type=gemfire.distributedsystem.cache.region.created][message=Region
>  Created With Name /MANAGEMENT_FIXED_PR],
> 
> javax.management.Notification[source=172.17.0.4(161)-32770][type=gemfire.distributedsystem.cache.region.closed][message=Region
>  Destroyed/Closed With Name /MANAGEMENT_FIXED_PR],
> 
> javax.management.Notification[source=172.17.0.4(166)-32771][type=gemfire.distributedsystem.cache.region.closed][message=Region
>  Destroyed/Closed With Name /MANAGEMENT_FIXED_PR],
> 
> javax.management.Notification[source=172.17.0.4(171)-32772][type=gemfire.distributedsystem.cache.region.closed][message=Region
>  Destroyed/Closed With Name /MANAGEMENT_FIXED_PR]]>
> at 
> org.apache.geode.management.RegionManagementDUnitTest.lambda$verifyMemberNotifications$3d0515b3$1(RegionManagementDUnitTest.java:582)
> {noformat}
> Each of these tests call verifyMemberNotifications and may fail with this 
> timing failure:
> * testDistributedRegion
> * testFixedPRRegionMBean
> * testPartitionedRegion



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-5547) RegionManagementDUnitTest > testFixedPRRegionMBean FAILED

2020-03-31 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-5547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-5547:
---
Labels: flaky pull-request-available swat  (was: Flaky 
pull-request-available swat)

> RegionManagementDUnitTest > testFixedPRRegionMBean FAILED
> -
>
> Key: GEODE-5547
> URL: https://issues.apache.org/jira/browse/GEODE-5547
> Project: Geode
>  Issue Type: Bug
>Reporter: Jinmei Liao
>Assignee: Kirk Lund
>Priority: Minor
>  Labels: flaky, pull-request-available, swat
> Fix For: 1.7.0
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> recent failure: 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/231#L5b5be314:763
> {noformat}
> org.apache.geode.management.RegionManagementDUnitTest > 
> testFixedPRRegionMBean FAILED
> {noformat}
> {noformat}
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.NamedRunnable.run in VM 0 running on Host 
> 0f4308c1376f with 4 VMs
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:443)
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:412)
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:343)
>  at 
> org.apache.geode.management.RegionManagementDUnitTest.verifyMemberNotifications(RegionManagementDUnitTest.java:565)
>  at 
> org.apache.geode.management.RegionManagementDUnitTest.testFixedPRRegionMBean(RegionManagementDUnitTest.java:209)
>    
>  Caused by:
>  org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda 
> expression in org.apache.geode.management.RegionManagementDUnitTest that uses 
> int 
>  Expected size:<6> but was:<4> in:
>  
> <[javax.management.Notification[source=172.17.0.28(265)-32770][type=gemfire.distributedsystem.cache.region.created][message=Region
>  Created With Name /MANAGEMENT_FIXED_PR],
>  
> javax.management.Notification[source=172.17.0.28(276)-32771][type=gemfire.distributedsystem.cache.region.created][message=Region
>  Created With Name /MANAGEMENT_FIXED_PR],
>  
> javax.management.Notification[source=172.17.0.28(265)-32770][type=gemfire.distributedsystem.cache.region.closed][message=Region
>  Destroyed/Closed With Name /MANAGEMENT_FIXED_PR],
>  
> javax.management.Notification[source=172.17.0.28(276)-32771][type=gemfire.distributedsystem.cache.region.closed][message=Region
>  Destroyed/Closed With Name /MANAGEMENT_FIXED_PR]]> within 2 minutes.
>  at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
>  at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
>  at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
>  at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
>  at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
>  at 
> org.apache.geode.management.RegionManagementDUnitTest.lambda$verifyMemberNotifications$3d0515b3$1(RegionManagementDUnitTest.java:566)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-7460) CI failure: DistributedMemberDUnitTest.testGroupsInAllVMs ForcedDisconnectException Failure

2020-03-31 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17072006#comment-17072006
 ] 

Ivan Godwin commented on GEODE-7460:


Fresh failures in CI:


{code:java}
org.apache.geode.distributed.DistributedMemberDUnitTest > testGroupsInAllVMs 
FAILED
org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.distributed.DistributedMemberDUnitTest$6.run in VM 0 running 
on Host 23742e536e6d with 4 VMs
at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
at 
org.apache.geode.distributed.DistributedMemberDUnitTest.testGroupsInAllVMs(DistributedMemberDUnitTest.java:334)

Caused by:
org.apache.geode.SystemConnectException: One or more peers generated 
exceptions during connection attempt
at 
org.apache.geode.distributed.internal.ClusterDistributionManager.sendStartupMessage(ClusterDistributionManager.java:1627)
at 
org.apache.geode.distributed.internal.ClusterDistributionManager.create(ClusterDistributionManager.java:361)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem.initialize(InternalDistributedSystem.java:779)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem.access$200(InternalDistributedSystem.java:135)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem$Builder.build(InternalDistributedSystem.java:3033)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem.connectInternal(InternalDistributedSystem.java:290)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem.connectInternal(InternalDistributedSystem.java:216)
at 
org.apache.geode.distributed.DistributedSystem.connect(DistributedSystem.java:159)
at 
org.apache.geode.test.dunit.internal.JUnit4DistributedTestCase.getSystem(JUnit4DistributedTestCase.java:180)
at 
org.apache.geode.distributed.DistributedMemberDUnitTest$6.run(DistributedMemberDUnitTest.java:340)

Caused by:

org.apache.geode.distributed.DistributedSystemDisconnectedException: membership 
shutdown, caused by org.apache.geode.ForcedDisconnectException: Exiting due to 
possible network partition event due to loss of 1 cache processes: 
[172.17.0.24(myName:1):41001]
at 
org.apache.geode.distributed.internal.DistributionImpl.checkCancelled(DistributionImpl.java:313)
at 
org.apache.geode.distributed.internal.DistributionImpl.directChannelSend(DistributionImpl.java:360)
at 
org.apache.geode.distributed.internal.DistributionImpl.send(DistributionImpl.java:291)
at 
org.apache.geode.distributed.internal.ClusterDistributionManager.sendViaMembershipManager(ClusterDistributionManager.java:2059)
at 
org.apache.geode.distributed.internal.ClusterDistributionManager.sendOutgoing(ClusterDistributionManager.java:1987)
at 
org.apache.geode.distributed.internal.StartupOperation.sendStartupMessage(StartupOperation.java:74)
at 
org.apache.geode.distributed.internal.ClusterDistributionManager.sendStartupMessage(ClusterDistributionManager.java:1624)
... 9 more

Caused by:
org.apache.geode.ForcedDisconnectException: Exiting due to 
possible network partition event due to loss of 1 cache processes: 
[172.17.0.24(myName:1):41001]
at 
org.apache.geode.distributed.internal.DistributionImpl.checkCancelled(DistributionImpl.java:312)
... 15 more

java.lang.AssertionError: Suspicious strings were written to the log during 
this run.
Fix the strings or use IgnoredException.addIgnoredException to ignore.
---
Found suspect string in log4j at line 563

[fatal 2020/03/29 23:34:45.404 GMT  
tid=165] Possible loss of quorum due to the loss of 1 cache processes: 
[172.17.0.24(myName:1):41001]

---
Found suspect string in log4j at line 565

[fatal 2020/03/29 23:34:45.405 GMT  
tid=165] Membership service failure: Exiting due to possible network partition 
event due to loss of 1 cache processes: [172.17.0.24(myName:1):41001]

org.apache.geode.distributed.internal.membership.api.MemberDisconnectedException:
 Exiting due to possible network partition event due to loss of 1 cache 
processes: [172.17.0.24(myName:1):41001]
at 
org.apache.geode.distributed.internal.membership.gms.GMSMembership$ManagerImpl.forceDisconnect(GMSMembership.java:2007)
at 
org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.forceDisconnect(GMSJoinLeave.java:1085)
at 

[jira] [Assigned] (GEODE-6069) CI Failure: DurableClientTestCase > testDurableNonHAFailover

2020-03-25 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-6069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-6069:
--

Assignee: Ivan Godwin

> CI Failure: DurableClientTestCase > testDurableNonHAFailover
> 
>
> Key: GEODE-6069
> URL: https://issues.apache.org/jira/browse/GEODE-6069
> Project: Geode
>  Issue Type: Bug
>Reporter: Helena Bales
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> Continuous integration failure at
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/111
> Results viewable at
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-build.145/test-results/distributedTest/1542152201/
> Artifacts available at
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-build.145/test-artifacts/1542152201/distributedtestfiles-OpenJDK8-1.9.0-build.145.tgz
> {noformat}
> org.apache.geode.internal.cache.tier.sockets.DurableClientTestCase > 
> testDurableNonHAFailover FAILED
>   
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.cache.tier.sockets.DurableClientTestCase$5.run in 
> VM 2 running on Host a66cfeab7ff0 with 4 VMs
>   
> at org.apache.geode.test.dunit.VM.invoke(VM.java:433)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:402)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:361)
> at 
> org.apache.geode.internal.cache.tier.sockets.DurableClientTestCase.durableFailover(DurableClientTestCase.java:512)
> at 
> org.apache.geode.internal.cache.tier.sockets.DurableClientTestCase.testDurableNonHAFailover(DurableClientTestCase.java:421)
>   
> Caused by:
> java.lang.AssertionError: 
> Expecting actual not to be null
> at 
> org.apache.geode.internal.cache.tier.sockets.DurableClientTestCase$5.run2(DurableClientTestCase.java:519)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-6819) CI failure: PartitionedRegionSingleHopDUnitTest. testMetadataIsSameOnAllServersAndClients

2020-03-25 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-6819:
--

Assignee: Kirk Lund  (was: Ivan Godwin)

> CI failure: PartitionedRegionSingleHopDUnitTest. 
> testMetadataIsSameOnAllServersAndClients
> -
>
> Key: GEODE-6819
> URL: https://issues.apache.org/jira/browse/GEODE-6819
> Project: Geode
>  Issue Type: Bug
>  Components: client/server
>Reporter: Bruce J Schuchardt
>Assignee: Kirk Lund
>Priority: Major
>  Labels: flaky
> Fix For: 1.12.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {noformat}
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest > 
> testMetadataIsSameOnAllServersAndClients FAILED
> org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined in public void 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients()
>  bucket copies are not created within 300 seconds.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
> at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
> at 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients(PartitionedRegionSingleHopDUnitTest.java:849)
> Caused by:
> java.lang.AssertionError: bucket copies are not created{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-6819) CI failure: PartitionedRegionSingleHopDUnitTest. testMetadataIsSameOnAllServersAndClients

2020-03-24 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-6819:
--

Assignee: Ivan Godwin

> CI failure: PartitionedRegionSingleHopDUnitTest. 
> testMetadataIsSameOnAllServersAndClients
> -
>
> Key: GEODE-6819
> URL: https://issues.apache.org/jira/browse/GEODE-6819
> Project: Geode
>  Issue Type: Bug
>  Components: client/server
>Reporter: Bruce J Schuchardt
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
> Fix For: 1.12.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {noformat}
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest > 
> testMetadataIsSameOnAllServersAndClients FAILED
> org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined in public void 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients()
>  bucket copies are not created within 300 seconds.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
> at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
> at 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients(PartitionedRegionSingleHopDUnitTest.java:849)
> Caused by:
> java.lang.AssertionError: bucket copies are not created{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (GEODE-7889) CI Failure: CloseConnectionTest.sharedSenderShouldRecoverFromClosedSocket

2020-03-24 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin resolved GEODE-7889.

Fix Version/s: 1.13.0
   Resolution: Fixed

> CI Failure: CloseConnectionTest.sharedSenderShouldRecoverFromClosedSocket 
> --
>
> Key: GEODE-7889
> URL: https://issues.apache.org/jira/browse/GEODE-7889
> Project: Geode
>  Issue Type: Bug
>Reporter: Ivan Godwin
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
> Fix For: 1.13.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
>  
> Failed with the following exception:
> {code:java}
> org.apache.geode.internal.tcp.CloseConnectionTest > 
> sharedSenderShouldRecoverFromClosedSocket FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.tcp.CloseConnectionTest$$Lambda$33/1407663190.run 
> in VM 1 running on Host 7418acf65cfc with 4 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
> at 
> org.apache.geode.internal.tcp.CloseConnectionTest.sharedSenderShouldRecoverFromClosedSocket(CloseConnectionTest.java:62)
> Caused by:
> org.junit.ComparisonFailure: expected:<[2]> but was:<[1]>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.internal.tcp.CloseConnectionTest.lambda$sharedSenderShouldRecoverFromClosedSocket$bb17a952$5(CloseConnectionTest.java:64)
> {code}
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1214
>  
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1209
>  
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1202
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-7889) CI Failure: CloseConnectionTest.sharedSenderShouldRecoverFromClosedSocket

2020-03-24 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-7889:
---
Labels: flaky  (was: )

> CI Failure: CloseConnectionTest.sharedSenderShouldRecoverFromClosedSocket 
> --
>
> Key: GEODE-7889
> URL: https://issues.apache.org/jira/browse/GEODE-7889
> Project: Geode
>  Issue Type: Bug
>Reporter: Ivan Godwin
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
>  
> Failed with the following exception:
> {code:java}
> org.apache.geode.internal.tcp.CloseConnectionTest > 
> sharedSenderShouldRecoverFromClosedSocket FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.tcp.CloseConnectionTest$$Lambda$33/1407663190.run 
> in VM 1 running on Host 7418acf65cfc with 4 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
> at 
> org.apache.geode.internal.tcp.CloseConnectionTest.sharedSenderShouldRecoverFromClosedSocket(CloseConnectionTest.java:62)
> Caused by:
> org.junit.ComparisonFailure: expected:<[2]> but was:<[1]>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.internal.tcp.CloseConnectionTest.lambda$sharedSenderShouldRecoverFromClosedSocket$bb17a952$5(CloseConnectionTest.java:64)
> {code}
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1214
>  
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1209
>  
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1202
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7902) CI Failure: DeploymentManagementRedployDUnitTest.redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators Assertion Failure

2020-03-23 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7902:
--

Assignee: Jinmei Liao  (was: Ivan Godwin)

> CI Failure: 
> DeploymentManagementRedployDUnitTest.redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators
>  Assertion Failure
> 
>
> Key: GEODE-7902
> URL: https://issues.apache.org/jira/browse/GEODE-7902
> Project: Geode
>  Issue Type: Bug
>Reporter: Ivan Godwin
>Assignee: Jinmei Liao
>Priority: Major
>
> Four failures occurred in recent runs of the new test:
> {code:java}
> org.apache.geode.management.internal.rest.DeploymentManagementRedployDUnitTest
>  > redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.management.internal.rest.DeploymentManagementRedployDUnitTest$$Lambda$109/1334041298.run
>  in VM 1 running on Host 58d73054f62c with 4 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
> at 
> org.apache.geode.test.junit.rules.VMProvider.invoke(VMProvider.java:94)
> at 
> org.apache.geode.management.internal.rest.DeploymentManagementRedployDUnitTest.redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators(DeploymentManagementRedployDUnitTest.java:148)
> Caused by:
> org.junit.ComparisonFailure: expected:<"Version[2]"> but 
> was:<"Version[1]">
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.management.internal.rest.DeploymentManagementRedployDUnitTest.assertThatFunctionHasVersion(DeploymentManagementRedployDUnitTest.java:222)
> at 
> org.apache.geode.management.internal.rest.DeploymentManagementRedployDUnitTest.lambda$redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators$bb17a952$6(DeploymentManagementRedployDUnitTest.java:148)
> {code}
> redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1496
>  redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1459
>  redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1453
>  redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators 
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1435]
> Test class and filename also look like they have a typo.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7902) CI Failure: DeploymentManagementRedployDUnitTest.redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators Assertion Failure

2020-03-23 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7902:
--

Assignee: Ivan Godwin

> CI Failure: 
> DeploymentManagementRedployDUnitTest.redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators
>  Assertion Failure
> 
>
> Key: GEODE-7902
> URL: https://issues.apache.org/jira/browse/GEODE-7902
> Project: Geode
>  Issue Type: Bug
>Reporter: Ivan Godwin
>Assignee: Ivan Godwin
>Priority: Major
>
> Four failures occurred in recent runs of the new test:
> {code:java}
> org.apache.geode.management.internal.rest.DeploymentManagementRedployDUnitTest
>  > redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.management.internal.rest.DeploymentManagementRedployDUnitTest$$Lambda$109/1334041298.run
>  in VM 1 running on Host 58d73054f62c with 4 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
> at 
> org.apache.geode.test.junit.rules.VMProvider.invoke(VMProvider.java:94)
> at 
> org.apache.geode.management.internal.rest.DeploymentManagementRedployDUnitTest.redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators(DeploymentManagementRedployDUnitTest.java:148)
> Caused by:
> org.junit.ComparisonFailure: expected:<"Version[2]"> but 
> was:<"Version[1]">
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.management.internal.rest.DeploymentManagementRedployDUnitTest.assertThatFunctionHasVersion(DeploymentManagementRedployDUnitTest.java:222)
> at 
> org.apache.geode.management.internal.rest.DeploymentManagementRedployDUnitTest.lambda$redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators$bb17a952$6(DeploymentManagementRedployDUnitTest.java:148)
> {code}
> redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1496
>  redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1459
>  redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1453
>  redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators 
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1435]
> Test class and filename also look like they have a typo.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (GEODE-7902) CI Failure: DeploymentManagementRedployDUnitTest.redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators Assertion Failure

2020-03-23 Thread Ivan Godwin (Jira)
Ivan Godwin created GEODE-7902:
--

 Summary: CI Failure: 
DeploymentManagementRedployDUnitTest.redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators
 Assertion Failure
 Key: GEODE-7902
 URL: https://issues.apache.org/jira/browse/GEODE-7902
 Project: Geode
  Issue Type: Bug
Reporter: Ivan Godwin


Four failures occurred in recent runs of the new test:
{code:java}
org.apache.geode.management.internal.rest.DeploymentManagementRedployDUnitTest 
> redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators FAILED
org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.management.internal.rest.DeploymentManagementRedployDUnitTest$$Lambda$109/1334041298.run
 in VM 1 running on Host 58d73054f62c with 4 VMs
at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
at 
org.apache.geode.test.junit.rules.VMProvider.invoke(VMProvider.java:94)
at 
org.apache.geode.management.internal.rest.DeploymentManagementRedployDUnitTest.redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators(DeploymentManagementRedployDUnitTest.java:148)

Caused by:
org.junit.ComparisonFailure: expected:<"Version[2]"> but 
was:<"Version[1]">
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at 
org.apache.geode.management.internal.rest.DeploymentManagementRedployDUnitTest.assertThatFunctionHasVersion(DeploymentManagementRedployDUnitTest.java:222)
at 
org.apache.geode.management.internal.rest.DeploymentManagementRedployDUnitTest.lambda$redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators$bb17a952$6(DeploymentManagementRedployDUnitTest.java:148)

{code}
redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1496
 redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1459
 redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1453
 redeployJarsWithNewVersionsOfFunctionsAndMultipleLocators 
[https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1435]

Test class and filename also look like they have a typo.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-7098) Tomcat8SessionsClientServerDUnitTest fails with ConnectException

2020-03-23 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064947#comment-17064947
 ] 

Ivan Godwin commented on GEODE-7098:


New failures:
testExtraSessionsNotCreated 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1401
 testMultipleAttributeUpdates 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1447

> Tomcat8SessionsClientServerDUnitTest fails with ConnectException
> 
>
> Key: GEODE-7098
> URL: https://issues.apache.org/jira/browse/GEODE-7098
> Project: Geode
>  Issue Type: Bug
>Reporter: Benjamin P Ross
>Assignee: Mark Hanson
>Priority: Major
>  Labels: flaky
>
> We've seen Tomcat8SessionsClientServerDUnitTest.testExtraSessionsNotCreated 
> fail with
> a ConnectException
> org.apache.geode.modules.session.Tomcat8SessionsClientServerDUnitTest > 
> testExtraSessionsNotCreated FAILED
> java.net.ConnectException: Connection refused (Connection refused)
> Caused by:
> java.net.ConnectException: Connection refused (Connection refused)
> This could be an environmental error, but if a pattern develops it could be 
> due to a flaky test.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7889) CI Failure: CloseConnectionTest.sharedSenderShouldRecoverFromClosedSocket

2020-03-18 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7889:
--

Assignee: Ivan Godwin

> CI Failure: CloseConnectionTest.sharedSenderShouldRecoverFromClosedSocket 
> --
>
> Key: GEODE-7889
> URL: https://issues.apache.org/jira/browse/GEODE-7889
> Project: Geode
>  Issue Type: Bug
>Reporter: Ivan Godwin
>Assignee: Ivan Godwin
>Priority: Major
>
>  
> Failed with the following exception:
> {code:java}
> org.apache.geode.internal.tcp.CloseConnectionTest > 
> sharedSenderShouldRecoverFromClosedSocket FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.tcp.CloseConnectionTest$$Lambda$33/1407663190.run 
> in VM 1 running on Host 7418acf65cfc with 4 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
> at 
> org.apache.geode.internal.tcp.CloseConnectionTest.sharedSenderShouldRecoverFromClosedSocket(CloseConnectionTest.java:62)
> Caused by:
> org.junit.ComparisonFailure: expected:<[2]> but was:<[1]>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.internal.tcp.CloseConnectionTest.lambda$sharedSenderShouldRecoverFromClosedSocket$bb17a952$5(CloseConnectionTest.java:64)
> {code}
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1214
>  
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1209
>  
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1202
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (GEODE-7889) CI Failure: CloseConnectionTest.sharedSenderShouldRecoverFromClosedSocket

2020-03-17 Thread Ivan Godwin (Jira)
Ivan Godwin created GEODE-7889:
--

 Summary: CI Failure: 
CloseConnectionTest.sharedSenderShouldRecoverFromClosedSocket 
 Key: GEODE-7889
 URL: https://issues.apache.org/jira/browse/GEODE-7889
 Project: Geode
  Issue Type: Bug
Reporter: Ivan Godwin


 

Failed with the following exception:
{code:java}
org.apache.geode.internal.tcp.CloseConnectionTest > 
sharedSenderShouldRecoverFromClosedSocket FAILED
org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.internal.tcp.CloseConnectionTest$$Lambda$33/1407663190.run in 
VM 1 running on Host 7418acf65cfc with 4 VMs
at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
at 
org.apache.geode.internal.tcp.CloseConnectionTest.sharedSenderShouldRecoverFromClosedSocket(CloseConnectionTest.java:62)

Caused by:
org.junit.ComparisonFailure: expected:<[2]> but was:<[1]>
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at 
org.apache.geode.internal.tcp.CloseConnectionTest.lambda$sharedSenderShouldRecoverFromClosedSocket$bb17a952$5(CloseConnectionTest.java:64)

{code}
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1214
 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1209
 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1202

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7317) PartitionedRegionDelayedRecoveryDUnitTest.testStartupDelay failed with AssertionError: Create region should not have waited to recover redundancy

2020-03-17 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7317:
--

Assignee: (was: Ivan Godwin)

> PartitionedRegionDelayedRecoveryDUnitTest.testStartupDelay failed with 
> AssertionError: Create region should not have waited to recover redundancy
> -
>
> Key: GEODE-7317
> URL: https://issues.apache.org/jira/browse/GEODE-7317
> Project: Geode
>  Issue Type: Bug
>  Components: regions
>Reporter: Eric Shu
>Priority: Major
>  Labels: flaky
>
> org.apache.geode.internal.cache.PartitionedRegionDelayedRecoveryDUnitTest > 
> testStartupDelay FAILED
> java.lang.AssertionError: Create region should not have waited to recover 
> redundancy. Elapsed=8026
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at 
> org.apache.geode.internal.cache.PartitionedRegionDelayedRecoveryDUnitTest.testStartupDelay(PartitionedRegionDelayedRecoveryDUnitTest.java:261)
> Test run location:
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=  Test Results URI 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.11.0-SNAPSHOT.0221/test-results/distributedTest/1571334780/
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-7513) PersistentColocatedPartitionedRegionDistributedTest.testFullTreeOfColocatedChildPRsWithMissingRegions fails with org.mockito.exceptions.verification.NoInteractionsWante

2020-03-17 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1706#comment-1706
 ] 

Ivan Godwin commented on GEODE-7513:


Two timeouts occurred. Will continue to watch.
 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1272
 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1227


{code:java}
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest
 > testFullTreeOfColocatedChildPRsWithMissingRegions FAILED
java.lang.AssertionError: java.util.concurrent.TimeoutException: Timed out 
waiting 30 milliseconds for AsyncInvocation to complete.
at 
org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:180)
at 
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.testFullTreeOfColocatedChildPRsWithMissingRegions(PersistentColocatedPartitionedRegionDistributedTest.java:767)

Caused by:
java.util.concurrent.TimeoutException: Timed out waiting 30 
milliseconds for AsyncInvocation to complete.
at 
org.apache.geode.test.dunit.AsyncInvocation.timeoutIfAlive(AsyncInvocation.java:509)
at 
org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:447)
at 
org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:178)
... 1 more

Caused by:
org.apache.geode.test.dunit.internal.StackTrace: Stack trace for 
vm-0 thread-32
at java.lang.Thread.sleep(Native Method)
at 
org.mockito.internal.verification.VerificationOverTimeImpl.sleep(VerificationOverTimeImpl.java:117)
at 
org.mockito.internal.verification.VerificationOverTimeImpl.handleVerifyException(VerificationOverTimeImpl.java:100)
at 
org.mockito.internal.verification.VerificationOverTimeImpl.verify(VerificationOverTimeImpl.java:86)
at 
org.mockito.internal.verification.VerificationWrapper.verify(VerificationWrapper.java:19)
at 
org.mockito.internal.verification.MockAwareVerificationMode.verify(MockAwareVerificationMode.java:27)
at 
org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:72)
at 
org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29)
at 
org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:35)
at 
org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:63)
at 
org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:49)
at 
org.mockito.internal.creation.bytebuddy.MockMethodInterceptor$DispatcherDefaultingToRealMethod.interceptAbstract(MockMethodInterceptor.java:128)
at 
org.mockito.codegen.Consumer$MockitoMock$222718958.accept(Unknown Source)
at 
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.validateColocationLogger_withChildRegionTree(PersistentColocatedPartitionedRegionDistributedTest.java:1956)
at 
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.lambda$testFullTreeOfColocatedChildPRsWithMissingRegions$43440a77$1(PersistentColocatedPartitionedRegionDistributedTest.java:763)

{code}

> PersistentColocatedPartitionedRegionDistributedTest.testFullTreeOfColocatedChildPRsWithMissingRegions
>  fails with org.mockito.exceptions.verification.NoInteractionsWanted
> -
>
> Key: GEODE-7513
> URL: https://issues.apache.org/jira/browse/GEODE-7513
> Project: Geode
>  Issue Type: Bug
>  Components: core, tests
>Reporter: Kirk Lund
>Assignee: Kirk Lund
>Priority: Major
>  Labels: flaky
> Fix For: 1.13.0
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Failed in CI 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/1330:
> {noformat}
> org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest
>  > testFullTreeOfColocatedChildPRsWithMissingRegions FAILED
> java.lang.AssertionError: An exception occurred during asynchronous 
> invocation.
> at 
> org.apache.geode.test.dunit.AsyncInvocation.checkException(AsyncInvocation.java:297)
> at 
> 

[jira] [Assigned] (GEODE-7603) RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers

2020-03-17 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7603:
--

Assignee: (was: Ivan Godwin)

> RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers
> 
>
> Key: GEODE-7603
> URL: https://issues.apache.org/jira/browse/GEODE-7603
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Priority: Major
>  Labels: flaky
>
> RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers
>  failed twice as a part of the mass test run.
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/2160]
>  
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/2130]
>  
> {noformat}
> 10:56:44org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest
>  > testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers FAILED
> 10:56:44java.lang.AssertionError: [List check last element] 
> 10:56:44Expecting:
> 10:56:44 <"0">
> 10:56:44not to be equal to:
> 10:56:44 <"0">
> 10:56:44at 
> org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.assertPrimariesTransfered(RepeatedRebalanceDUnitTest.java:204)
> 10:56:44at 
> org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers(RepeatedRebalanceDUnitTest.java:124)
> 11:06:20
> 11:06:20352 tests completed, 1 failed, 5 skipped
> 11:06:22
> 11:06:22> Task :geode-gfsh:distributedTest FAILED
> 11:54:40
> 11:54:40> Task :geode-core:distributedTest
> 11:54:40{noformat}
>  
> {noformat}
> 22:06:33org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest
>  > testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers FAILED
> 22:06:33java.lang.AssertionError: [List check last element] 
> 22:06:33Expecting:
> 22:06:33 <"0">
> 22:06:33not to be equal to:
> 22:06:33 <"0">
> 22:06:33at 
> org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.assertPrimariesTransfered(RepeatedRebalanceDUnitTest.java:204)
> 22:06:33at 
> org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers(RepeatedRebalanceDUnitTest.java:124)
> 22:16:05 {noformat}
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-7603) RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers

2020-03-17 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17061078#comment-17061078
 ] 

Ivan Godwin commented on GEODE-7603:


Refactored, but still failing occasionally with following exception:
{code:java}
java.lang.AssertionError: [List check last element] 
Expecting:
 <"0">
not to be equal to:
 <"0">

at 
org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.assertPrimariesTransfered(RepeatedRebalanceDUnitTest.java:296)
at 
org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers(RepeatedRebalanceDUnitTest.java:225)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:566)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at 
org.apache.geode.test.dunit.rules.AbstractDistributedRule$1.evaluate(AbstractDistributedRule.java:59)
at 
org.apache.geode.test.junit.rules.DescribedExternalResource$1.evaluate(DescribedExternalResource.java:40)
at 
org.apache.geode.test.junit.rules.serializable.SerializableTemporaryFolder$1.evaluate(SerializableTemporaryFolder.java:124)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
at 
org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
at 
org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:566)
at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at 
org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
at 
org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
at 
org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:566)
at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at 

[jira] [Assigned] (GEODE-6819) CI failure: PartitionedRegionSingleHopDUnitTest. testMetadataIsSameOnAllServersAndClients

2020-03-17 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-6819:
--

Assignee: (was: Ivan Godwin)

> CI failure: PartitionedRegionSingleHopDUnitTest. 
> testMetadataIsSameOnAllServersAndClients
> -
>
> Key: GEODE-6819
> URL: https://issues.apache.org/jira/browse/GEODE-6819
> Project: Geode
>  Issue Type: Bug
>  Components: client/server
>Reporter: Bruce J Schuchardt
>Priority: Major
>  Labels: flaky
> Fix For: 1.12.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {noformat}
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest > 
> testMetadataIsSameOnAllServersAndClients FAILED
> org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined in public void 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients()
>  bucket copies are not created within 300 seconds.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
> at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
> at 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients(PartitionedRegionSingleHopDUnitTest.java:849)
> Caused by:
> java.lang.AssertionError: bucket copies are not created{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-7871) CI Failure: ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInLocatorKey Failed

2020-03-16 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-7871:
---
Labels: flaky  (was: )

> CI Failure: 
> ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInLocatorKey
>  Failed
> 
>
> Key: GEODE-7871
> URL: https://issues.apache.org/jira/browse/GEODE-7871
> Project: Geode
>  Issue Type: Bug
>Reporter: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> ClientServerHostNameVerificationDistributedTest > 
> expectConnectionFailureWhenNoHostNameInLocatorKey failed with the following 
> output:
> {code:java}
> org.apache.geode.cache.client.internal.ClientServerHostNameVerificationDistributedTest
>  > expectConnectionFailureWhenNoHostNameInLocatorKey FAILED
> java.lang.AssertionError: Suspicious strings were written to the log 
> during this run.
> Fix the strings or use IgnoredException.addIgnoredException to ignore.
> ---
> Found suspect string in log4j at line 3602
> [fatal 2020/03/12 02:42:26.780 GMT  tid=94] Uncaught 
> exception in thread Thread[unused p2p reader,5,RMI Runtime]
> org.apache.geode.distributed.DistributedSystemDisconnectedException: 
> Distribution manager on 172.17.0.14(server-2:95):41002 started at Thu Mar 
> 12 02:42:11 GMT 2020: Message distribution has terminated
>   at 
> org.apache.geode.distributed.internal.ClusterDistributionManager$Stopper.generateCancelledException(ClusterDistributionManager.java:2872)
>   at 
> org.apache.geode.internal.tcp.TCPConduit$Stopper.generateCancelledException(TCPConduit.java:1004)
>   at 
> org.apache.geode.CancelCriterion.checkCancelInProgress(CancelCriterion.java:83)
>   at 
> org.apache.geode.internal.tcp.Connection.readMessages(Connection.java:1666)
>   at org.apache.geode.internal.tcp.Connection.run(Connection.java:1446)
>   at java.base/java.lang.Thread.run(Thread.java:834)
> {code}
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/1621



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-7460) CI failure: DistributedMemberDUnitTest.testGroupsInAllVMs Failure

2020-03-13 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058970#comment-17058970
 ] 

Ivan Godwin commented on GEODE-7460:


Failures in CI with following output:
{code:java}
org.apache.geode.distributed.DistributedMemberDUnitTest > testGroupsInAllVMs 
FAILEDorg.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.distributed.DistributedMemberDUnitTest$6.run in VM 0 running 
on Host b8a929243fc3 with 4 VMsat 
org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)at 
org.apache.geode.test.dunit.VM.invoke(VM.java:437)at 
org.apache.geode.distributed.DistributedMemberDUnitTest.testGroupsInAllVMs(DistributedMemberDUnitTest.java:334)
Caused by:org.apache.geode.SystemConnectException: One or more 
peers generated exceptions during connection attemptat 
org.apache.geode.distributed.internal.ClusterDistributionManager.sendStartupMessage(ClusterDistributionManager.java:1626)
at 
org.apache.geode.distributed.internal.ClusterDistributionManager.create(ClusterDistributionManager.java:361)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem.initialize(InternalDistributedSystem.java:779)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem.access$200(InternalDistributedSystem.java:135)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem$Builder.build(InternalDistributedSystem.java:3036)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem.connectInternal(InternalDistributedSystem.java:290)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem.connectInternal(InternalDistributedSystem.java:216)
at 
org.apache.geode.distributed.DistributedSystem.connect(DistributedSystem.java:159)
at 
org.apache.geode.test.dunit.internal.JUnit4DistributedTestCase.getSystem(JUnit4DistributedTestCase.java:180)
at 
org.apache.geode.distributed.DistributedMemberDUnitTest$6.run(DistributedMemberDUnitTest.java:340)
Caused by:
org.apache.geode.distributed.DistributedSystemDisconnectedException: membership 
shutdown, caused by org.apache.geode.ForcedDisconnectException: Exiting due to 
possible network partition event due to loss of 1 cache processes: 
[172.17.0.16(myName:1):41001]at 
org.apache.geode.distributed.internal.DistributionImpl.checkCancelled(DistributionImpl.java:311)
at 
org.apache.geode.distributed.internal.DistributionImpl.directChannelSend(DistributionImpl.java:358)
at 
org.apache.geode.distributed.internal.DistributionImpl.send(DistributionImpl.java:289)
at 
org.apache.geode.distributed.internal.ClusterDistributionManager.sendViaMembershipManager(ClusterDistributionManager.java:2058)
at 
org.apache.geode.distributed.internal.ClusterDistributionManager.sendOutgoing(ClusterDistributionManager.java:1986)
at 
org.apache.geode.distributed.internal.StartupOperation.sendStartupMessage(StartupOperation.java:74)
at 
org.apache.geode.distributed.internal.ClusterDistributionManager.sendStartupMessage(ClusterDistributionManager.java:1623)
... 9 more
Caused by:
org.apache.geode.ForcedDisconnectException: Exiting due to possible network 
partition event due to loss of 1 cache processes: 
[172.17.0.16(myName:1):41001]at 
org.apache.geode.distributed.internal.DistributionImpl.checkCancelled(DistributionImpl.java:310)
... 15 more
java.lang.AssertionError: Suspicious strings were written to the log during 
this run.Fix the strings or use IgnoredException.addIgnoredException to 
ignore.
---
Found suspect string in log4j at line 563
[fatal 2020/03/13 04:25:48.675 GMT  
tid=165] Possible loss of quorum due to the loss of 1 cache processes: 
[172.17.0.16(myName:1):41001]
---
Found suspect string in log4j at line 565
[fatal 2020/03/13 04:25:48.675 GMT  
tid=165] Membership service failure: Exiting due to possible network partition 
event due to loss of 1 cache processes: [172.17.0.16(myName:1):41001]
org.apache.geode.distributed.internal.membership.api.MemberDisconnectedException:
 Exiting due to possible network partition event due to loss of 1 cache 
processes: [172.17.0.16(myName:1):41001]at 
org.apache.geode.distributed.internal.membership.gms.GMSMembership$ManagerImpl.forceDisconnect(GMSMembership.java:2007)
  at 
org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.forceDisconnect(GMSJoinLeave.java:1085)
 at 

[jira] [Updated] (GEODE-7878) CI Failure: ProductUseLogDUnitTest.testMembershipMonitoring

2020-03-13 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-7878:
---
Labels: flaky  (was: )

> CI Failure: ProductUseLogDUnitTest.testMembershipMonitoring
> ---
>
> Key: GEODE-7878
> URL: https://issues.apache.org/jira/browse/GEODE-7878
> Project: Geode
>  Issue Type: Bug
>Reporter: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> Failed with following:
> {code:java}
> org.apache.geode.distributed.internal.ProductUseLogDUnitTest > 
> testMembershipMonitoring FAILEDjava.lang.AssertionError: expected 
> locator22317views.log to have a queue count of 1at 
> org.junit.Assert.fail(Assert.java:88)at 
> org.junit.Assert.assertTrue(Assert.java:41)at 
> org.apache.geode.distributed.internal.ProductUseLogDUnitTest.testMembershipMonitoring(ProductUseLogDUnitTest.java:133)
> {code}
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1000



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (GEODE-7878) CI Failure: ProductUseLogDUnitTest.testMembershipMonitoring

2020-03-13 Thread Ivan Godwin (Jira)
Ivan Godwin created GEODE-7878:
--

 Summary: CI Failure: 
ProductUseLogDUnitTest.testMembershipMonitoring
 Key: GEODE-7878
 URL: https://issues.apache.org/jira/browse/GEODE-7878
 Project: Geode
  Issue Type: Bug
Reporter: Ivan Godwin


Failed with following:
{code:java}
org.apache.geode.distributed.internal.ProductUseLogDUnitTest > 
testMembershipMonitoring FAILEDjava.lang.AssertionError: expected 
locator22317views.log to have a queue count of 1at 
org.junit.Assert.fail(Assert.java:88)at 
org.junit.Assert.assertTrue(Assert.java:41)at 
org.apache.geode.distributed.internal.ProductUseLogDUnitTest.testMembershipMonitoring(ProductUseLogDUnitTest.java:133)

{code}
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1000



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Reopened] (GEODE-7781) TCPConduitDUnitTest.basicAcceptConnection fails

2020-03-13 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reopened GEODE-7781:

  Assignee: (was: Mark Hanson)

> TCPConduitDUnitTest.basicAcceptConnection fails
> ---
>
> Key: GEODE-7781
> URL: https://issues.apache.org/jira/browse/GEODE-7781
> Project: Geode
>  Issue Type: Bug
>  Components: core
>Affects Versions: 1.12.0
>Reporter: Ivan Godwin
>Priority: Major
>  Labels: flaky
> Fix For: 1.13.0
>
>
> TCPConduitDUnitTest.basicAcceptConnection failed with the following 
> stacktrace:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1557
> {code:java}
> org.apache.geode.internal.tcp.TCPConduitDUnitTest > basicAcceptConnection[0] 
> FAILED 
> org.apache.geode.distributed.DistributedSystemDisconnectedException: 
> Distribution manager on 172.17.0.10(1:locator):41001 started at Fri 
> Feb 07 21:28:15 GMT 2020: for testing, caused by 
> org.apache.geode.ForcedDisconnectException: for testing
> Caused by:
> org.apache.geode.ForcedDisconnectException: for testing
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-7781) TCPConduitDUnitTest.basicAcceptConnection fails

2020-03-13 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058949#comment-17058949
 ] 

Ivan Godwin commented on GEODE-7781:


Another failure occurred in CI: 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1142


{code:java}
org.apache.geode.internal.tcp.TCPConduitDUnitTest > basicAcceptConnection[1] 
FAILED
org.apache.geode.distributed.DistributedSystemDisconnectedException: 
Distribution manager on 172.17.0.4(1:locator):41001 started at Thu Mar 
12 23:21:18 GMT 2020: for testing, caused by 
org.apache.geode.ForcedDisconnectException: for testing

Caused by:
org.apache.geode.ForcedDisconnectException: for testing

{code}

> TCPConduitDUnitTest.basicAcceptConnection fails
> ---
>
> Key: GEODE-7781
> URL: https://issues.apache.org/jira/browse/GEODE-7781
> Project: Geode
>  Issue Type: Bug
>  Components: core
>Affects Versions: 1.12.0
>Reporter: Ivan Godwin
>Assignee: Mark Hanson
>Priority: Major
>  Labels: flaky
> Fix For: 1.13.0
>
>
> TCPConduitDUnitTest.basicAcceptConnection failed with the following 
> stacktrace:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1557
> {code:java}
> org.apache.geode.internal.tcp.TCPConduitDUnitTest > basicAcceptConnection[0] 
> FAILED 
> org.apache.geode.distributed.DistributedSystemDisconnectedException: 
> Distribution manager on 172.17.0.10(1:locator):41001 started at Fri 
> Feb 07 21:28:15 GMT 2020: for testing, caused by 
> org.apache.geode.ForcedDisconnectException: for testing
> Caused by:
> org.apache.geode.ForcedDisconnectException: for testing
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (GEODE-7873) CI Failure: DeployJarWithSSLDUnitTest.deployJarWithMultipleLocators

2020-03-12 Thread Ivan Godwin (Jira)
Ivan Godwin created GEODE-7873:
--

 Summary: CI Failure: 
DeployJarWithSSLDUnitTest.deployJarWithMultipleLocators
 Key: GEODE-7873
 URL: https://issues.apache.org/jira/browse/GEODE-7873
 Project: Geode
  Issue Type: Bug
Reporter: Ivan Godwin


DeployJarWithSSLDUnitTest > deployJarWithMultipleLocators failed with the 
following output:
{code:java}
org.apache.geode.management.internal.configuration.DeployJarWithSSLDUnitTest > 
deployJarWithMultipleLocators FAILEDjava.lang.AssertionError: Suspicious 
strings were written to the log during this run.Fix the strings or use 
IgnoredException.addIgnoredException to ignore.
---
Found suspect string in log4j at line 1966
[fatal 2020/03/11 17:43:42.352 GMT  tid=82] Uncaught 
exception in thread Thread[unused p2p reader,5,RMI Runtime]
org.apache.geode.distributed.DistributedSystemDisconnectedException: 
Distribution manager on 172.17.0.9(server-2:123):41002 started at Wed Mar 
11 17:43:37 GMT 2020: Message distribution has terminated at 
org.apache.geode.distributed.internal.ClusterDistributionManager$Stopper.generateCancelledException(ClusterDistributionManager.java:2872)
at 
org.apache.geode.internal.tcp.TCPConduit$Stopper.generateCancelledException(TCPConduit.java:1004)
at 
org.apache.geode.CancelCriterion.checkCancelInProgress(CancelCriterion.java:83) 
 at 
org.apache.geode.internal.tcp.Connection.readMessages(Connection.java:1666) 
 at org.apache.geode.internal.tcp.Connection.run(Connection.java:1446)  
 at java.lang.Thread.run(Thread.java:748)
---
Found suspect string in log4j at line 1975
[fatal 2020/03/11 17:43:42.362 GMT  tid=65] Uncaught 
exception in thread Thread[unused p2p reader,5,RMI Runtime]
org.apache.geode.distributed.DistributedSystemDisconnectedException: 
Distribution manager on 172.17.0.9(server-2:123):41002 started at Wed Mar 
11 17:43:37 GMT 2020: Message distribution has terminated at 
org.apache.geode.distributed.internal.ClusterDistributionManager$Stopper.generateCancelledException(ClusterDistributionManager.java:2872)
at 
org.apache.geode.internal.tcp.TCPConduit$Stopper.generateCancelledException(TCPConduit.java:1004)
at 
org.apache.geode.CancelCriterion.checkCancelInProgress(CancelCriterion.java:83) 
 at 
org.apache.geode.internal.tcp.Connection.readMessages(Connection.java:1666) 
 at org.apache.geode.internal.tcp.Connection.run(Connection.java:1446)  
 at java.lang.Thread.run(Thread.java:748)

{code}
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1637



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Reopened] (GEODE-6499) PersistentColocatedPartitionedRegionDUnitTest: Timed out waiting 60000 milliseconds for AsyncInvocation to complete.

2020-03-12 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-6499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reopened GEODE-6499:


> PersistentColocatedPartitionedRegionDUnitTest: Timed out waiting 6 
> milliseconds for AsyncInvocation to complete.
> 
>
> Key: GEODE-6499
> URL: https://issues.apache.org/jira/browse/GEODE-6499
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Assignee: Kirk Lund
>Priority: Major
>  Labels: flaky
> Fix For: 1.12.0
>
> Attachments: PersistentColocatedPartitionedRegionDUnitTest.tgz
>
>
> {noformat}
>  
> Task :geode-core:distributedTest
>  
> org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest
>  > testHierarchyOfColocatedChildPRsMissingGrandchild FAILED
>  java.util.concurrent.TimeoutException: Timed out waiting 6 milliseconds 
> for AsyncInvocation to complete.
>  at 
> org.apache.geode.test.dunit.AsyncInvocation.timeoutIfAlive(AsyncInvocation.java:462)
>  at org.apache.geode.test.dunit.AsyncInvocation.get(AsyncInvocation.java:412)
>  at 
> org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest.testHierarchyOfColocatedChildPRsMissingGrandchild(PersistentColocatedPartitionedRegionDUnitTest.java:979)
>  
>  
> org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest
>  > testMultipleColocatedChildPRsMissingWithSequencedStart FAILED
>  java.util.concurrent.TimeoutException: Timed out waiting 6 milliseconds 
> for AsyncInvocation to complete.
>  at 
> org.apache.geode.test.dunit.AsyncInvocation.timeoutIfAlive(AsyncInvocation.java:462)
>  at org.apache.geode.test.dunit.AsyncInvocation.get(AsyncInvocation.java:412)
>  at 
> org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest.testMultipleColocatedChildPRsMissingWithSequencedStart(PersistentColocatedPartitionedRegionDUnitTest.java:865)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-6499) PersistentColocatedPartitionedRegionDUnitTest: Timed out waiting 60000 milliseconds for AsyncInvocation to complete.

2020-03-12 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-6499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058137#comment-17058137
 ] 

Ivan Godwin commented on GEODE-6499:


Failed in CI 
([https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1638)
 with following 
output:|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1638):]
{code:java}
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest
 > testMissingColocatedChildPRDueToDelayedStart FAILED
java.lang.AssertionError: java.util.concurrent.TimeoutException: Timed out 
waiting 30 milliseconds for AsyncInvocation to complete.
at 
org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:180)
at 
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.testMissingColocatedChildPRDueToDelayedStart(PersistentColocatedPartitionedRegionDistributedTest.java:419)

Caused by:
java.util.concurrent.TimeoutException: Timed out waiting 30 
milliseconds for AsyncInvocation to complete.
at 
org.apache.geode.test.dunit.AsyncInvocation.timeoutIfAlive(AsyncInvocation.java:509)
at 
org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:447)
at 
org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:178)
... 1 more

Caused by:
org.apache.geode.test.dunit.internal.StackTrace: Stack trace for 
vm-0 thread-32
at java.lang.Object.wait(Native Method)
at 
org.apache.geode.internal.cache.persistence.MembershipChangeListener.waitForChange(MembershipChangeListener.java:68)
at 
org.apache.geode.internal.cache.BucketPersistenceAdvisor.initializeMembershipView(BucketPersistenceAdvisor.java:254)
at 
org.apache.geode.internal.cache.ProxyBucketRegion.recoverFromDisk(ProxyBucketRegion.java:491)
at 
org.apache.geode.internal.cache.ProxyBucketRegion.recoverFromDiskRecursively(ProxyBucketRegion.java:406)
at 
org.apache.geode.internal.cache.PRHARedundancyProvider.recoverPersistentBuckets(PRHARedundancyProvider.java:1661)
at 
org.apache.geode.internal.cache.PartitionedRegion.initPRInternals(PartitionedRegion.java:1083)
at 
org.apache.geode.internal.cache.PartitionedRegion.initialize(PartitionedRegion.java:1193)
at 
org.apache.geode.internal.cache.GemFireCacheImpl.createVMRegion(GemFireCacheImpl.java:2971)
at 
org.apache.geode.internal.cache.GemFireCacheImpl.basicCreateRegion(GemFireCacheImpl.java:2869)
at 
org.apache.geode.internal.cache.GemFireCacheImpl.createRegion(GemFireCacheImpl.java:2853)
at 
org.apache.geode.cache.RegionFactory.create(RegionFactory.java:773)
at 
org.apache.geode.internal.cache.InternalRegionFactory.create(InternalRegionFactory.java:75)
at 
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.createChildPR_withPersistence(PersistentColocatedPartitionedRegionDistributedTest.java:1746)
at 
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.validateColocationLogger_withChildRegion(PersistentColocatedPartitionedRegionDistributedTest.java:1922)
at 
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.lambda$testMissingColocatedChildPRDueToDelayedStart$7be3218f$1(PersistentColocatedPartitionedRegionDistributedTest.java:415)

{code}

> PersistentColocatedPartitionedRegionDUnitTest: Timed out waiting 6 
> milliseconds for AsyncInvocation to complete.
> 
>
> Key: GEODE-6499
> URL: https://issues.apache.org/jira/browse/GEODE-6499
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Assignee: Kirk Lund
>Priority: Major
>  Labels: flaky
> Fix For: 1.12.0
>
> Attachments: PersistentColocatedPartitionedRegionDUnitTest.tgz
>
>
> {noformat}
>  
> Task :geode-core:distributedTest
>  
> org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest
>  > testHierarchyOfColocatedChildPRsMissingGrandchild FAILED
>  java.util.concurrent.TimeoutException: Timed out waiting 6 milliseconds 
> for AsyncInvocation to complete.
>  at 
> org.apache.geode.test.dunit.AsyncInvocation.timeoutIfAlive(AsyncInvocation.java:462)
>  at 

[jira] [Created] (GEODE-7871) CI Failure: ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInLocatorKey Failed

2020-03-12 Thread Ivan Godwin (Jira)
Ivan Godwin created GEODE-7871:
--

 Summary: CI Failure: 
ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInLocatorKey
 Failed
 Key: GEODE-7871
 URL: https://issues.apache.org/jira/browse/GEODE-7871
 Project: Geode
  Issue Type: Bug
Reporter: Ivan Godwin


ClientServerHostNameVerificationDistributedTest > 
expectConnectionFailureWhenNoHostNameInLocatorKey failed with the following 
output:


{code:java}
org.apache.geode.cache.client.internal.ClientServerHostNameVerificationDistributedTest
 > expectConnectionFailureWhenNoHostNameInLocatorKey FAILED
java.lang.AssertionError: Suspicious strings were written to the log during 
this run.
Fix the strings or use IgnoredException.addIgnoredException to ignore.
---
Found suspect string in log4j at line 3602

[fatal 2020/03/12 02:42:26.780 GMT  tid=94] Uncaught 
exception in thread Thread[unused p2p reader,5,RMI Runtime]
org.apache.geode.distributed.DistributedSystemDisconnectedException: 
Distribution manager on 172.17.0.14(server-2:95):41002 started at Thu Mar 
12 02:42:11 GMT 2020: Message distribution has terminated
at 
org.apache.geode.distributed.internal.ClusterDistributionManager$Stopper.generateCancelledException(ClusterDistributionManager.java:2872)
at 
org.apache.geode.internal.tcp.TCPConduit$Stopper.generateCancelledException(TCPConduit.java:1004)
at 
org.apache.geode.CancelCriterion.checkCancelInProgress(CancelCriterion.java:83)
at 
org.apache.geode.internal.tcp.Connection.readMessages(Connection.java:1666)
at org.apache.geode.internal.tcp.Connection.run(Connection.java:1446)
at java.base/java.lang.Thread.run(Thread.java:834)

{code}
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/1621



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7317) PartitionedRegionDelayedRecoveryDUnitTest.testStartupDelay failed with AssertionError: Create region should not have waited to recover redundancy

2020-02-24 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7317:
--

Assignee: Ivan Godwin

> PartitionedRegionDelayedRecoveryDUnitTest.testStartupDelay failed with 
> AssertionError: Create region should not have waited to recover redundancy
> -
>
> Key: GEODE-7317
> URL: https://issues.apache.org/jira/browse/GEODE-7317
> Project: Geode
>  Issue Type: Bug
>  Components: regions
>Reporter: Eric Shu
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> org.apache.geode.internal.cache.PartitionedRegionDelayedRecoveryDUnitTest > 
> testStartupDelay FAILED
> java.lang.AssertionError: Create region should not have waited to recover 
> redundancy. Elapsed=8026
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at 
> org.apache.geode.internal.cache.PartitionedRegionDelayedRecoveryDUnitTest.testStartupDelay(PartitionedRegionDelayedRecoveryDUnitTest.java:261)
> Test run location:
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=  Test Results URI 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.11.0-SNAPSHOT.0221/test-results/distributedTest/1571334780/
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-7317) PartitionedRegionDelayedRecoveryDUnitTest.testStartupDelay failed with AssertionError: Create region should not have waited to recover redundancy

2020-02-24 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-7317:
---
Labels: flaky  (was: )

> PartitionedRegionDelayedRecoveryDUnitTest.testStartupDelay failed with 
> AssertionError: Create region should not have waited to recover redundancy
> -
>
> Key: GEODE-7317
> URL: https://issues.apache.org/jira/browse/GEODE-7317
> Project: Geode
>  Issue Type: Bug
>  Components: regions
>Reporter: Eric Shu
>Priority: Major
>  Labels: flaky
>
> org.apache.geode.internal.cache.PartitionedRegionDelayedRecoveryDUnitTest > 
> testStartupDelay FAILED
> java.lang.AssertionError: Create region should not have waited to recover 
> redundancy. Elapsed=8026
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at 
> org.apache.geode.internal.cache.PartitionedRegionDelayedRecoveryDUnitTest.testStartupDelay(PartitionedRegionDelayedRecoveryDUnitTest.java:261)
> Test run location:
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=  Test Results URI 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.11.0-SNAPSHOT.0221/test-results/distributedTest/1571334780/
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7603) RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers

2020-02-13 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7603:
--

Assignee: Ivan Godwin

> RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers
> 
>
> Key: GEODE-7603
> URL: https://issues.apache.org/jira/browse/GEODE-7603
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers
>  failed twice as a part of the mass test run.
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/2160]
>  
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/2130]
>  
> {noformat}
> 10:56:44org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest
>  > testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers FAILED
> 10:56:44java.lang.AssertionError: [List check last element] 
> 10:56:44Expecting:
> 10:56:44 <"0">
> 10:56:44not to be equal to:
> 10:56:44 <"0">
> 10:56:44at 
> org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.assertPrimariesTransfered(RepeatedRebalanceDUnitTest.java:204)
> 10:56:44at 
> org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers(RepeatedRebalanceDUnitTest.java:124)
> 11:06:20
> 11:06:20352 tests completed, 1 failed, 5 skipped
> 11:06:22
> 11:06:22> Task :geode-gfsh:distributedTest FAILED
> 11:54:40
> 11:54:40> Task :geode-core:distributedTest
> 11:54:40{noformat}
>  
> {noformat}
> 22:06:33org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest
>  > testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers FAILED
> 22:06:33java.lang.AssertionError: [List check last element] 
> 22:06:33Expecting:
> 22:06:33 <"0">
> 22:06:33not to be equal to:
> 22:06:33 <"0">
> 22:06:33at 
> org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.assertPrimariesTransfered(RepeatedRebalanceDUnitTest.java:204)
> 22:06:33at 
> org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers(RepeatedRebalanceDUnitTest.java:124)
> 22:16:05 {noformat}
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (GEODE-6070) CI Failure: ShutdownCommandOverHttpDUnitTest > testShutdownAll

2020-02-11 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-6070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin resolved GEODE-6070.

Fix Version/s: 1.13.0
   Resolution: Fixed

> CI Failure: ShutdownCommandOverHttpDUnitTest > testShutdownAll
> --
>
> Key: GEODE-6070
> URL: https://issues.apache.org/jira/browse/GEODE-6070
> Project: Geode
>  Issue Type: Bug
>Reporter: Helena Bales
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: GeodeCommons, flaky
> Fix For: 1.13.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Failed with stacktrace:
> {noformat}
> org.apache.geode.management.internal.cli.commands.ShutdownCommandOverHttpDUnitTest
>  > testShutdownAll FAILED
> java.lang.AssertionError: Suspicious strings were written to the log 
> during this run.
> Fix the strings or use IgnoredException.addIgnoredException to ignore.
> ---
> Found suspect string in log4j at line 302
> org.apache.geode.distributed.DistributedSystemDisconnectedException: 
> Distribution manager on 172.17.0.3(server-1:496):41002 started at Thu Nov 
> 15 19:47:58 UTC 2018: Message distribution has terminated
> {noformat}
> Test results can be found here:
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-build.158/test-results/distributedTest/1542315851/classes/org.apache.geode.management.internal.cli.commands.ShutdownCommandOverHttpDUnitTest.html#testShutdownAll
>  
> Test Artifacts can be found here:
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-build.158/test-artifacts/1542315851/distributedtestfiles-OpenJDK8-1.9.0-build.158.tgz



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-4263) CI Failure: ResourceManagerWithQueryMonitorDUnitTest. testRM* are failing

2020-02-07 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-4263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17032750#comment-17032750
 ] 

Ivan Godwin commented on GEODE-4263:


Failed again:

[https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1557]
{code:java}
org.apache.geode.cache.query.dunit.ResourceManagerWithQueryMonitorDUnitTest > 
testRMButDisabledQueryMonitorForLowMemAndNoTimeoutSetOnServer FAILED
java.lang.AssertionError: queryExecution.getResult() threw Exception 
java.lang.AssertionError: An exception occurred during asynchronous invocation.
at org.junit.Assert.fail(Assert.java:88)
at 
org.apache.geode.cache.query.dunit.ResourceManagerWithQueryMonitorDUnitTest.doTestCriticalHeapAndQueryTimeout(ResourceManagerWithQueryMonitorDUnitTest.java:848)
at 
org.apache.geode.cache.query.dunit.ResourceManagerWithQueryMonitorDUnitTest.doCriticalMemoryHitTestOnServer(ResourceManagerWithQueryMonitorDUnitTest.java:699)
at 
org.apache.geode.cache.query.dunit.ResourceManagerWithQueryMonitorDUnitTest.testRMButDisabledQueryMonitorForLowMemAndNoTimeoutSetOnServer(ResourceManagerWithQueryMonitorDUnitTest.java:224)

{code}

> CI Failure: ResourceManagerWithQueryMonitorDUnitTest. testRM* are failing
> -
>
> Key: GEODE-4263
> URL: https://issues.apache.org/jira/browse/GEODE-4263
> Project: Geode
>  Issue Type: Bug
>  Components: querying
>Reporter: Nabarun Nag
>Assignee: Mark Hanson
>Priority: Major
>  Labels: flaky
>
> {noformat}
> java.lang.AssertionError: queryExecution.getResult() threw Exception 
> java.lang.AssertionError: An exception occurred during asynchronous 
> invocation.
>   at org.junit.Assert.fail(Assert.java:88)
>   at 
> org.apache.geode.cache.query.dunit.ResourceManagerWithQueryMonitorDUnitTest.doTestCriticalHeapAndQueryTimeout(ResourceManagerWithQueryMonitorDUnitTest.java:738)
>   at 
> org.apache.geode.cache.query.dunit.ResourceManagerWithQueryMonitorDUnitTest.doCriticalMemoryHitTest(ResourceManagerWithQueryMonitorDUnitTest.java:321)
>   at 
> org.apache.geode.cache.query.dunit.ResourceManagerWithQueryMonitorDUnitTest.testRMAndTimeoutSet(ResourceManagerWithQueryMonitorDUnitTest.java:157)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> 

[jira] [Created] (GEODE-7781) CI Failure: TCPConduitDUnitTest.basicAcceptConnection

2020-02-07 Thread Ivan Godwin (Jira)
Ivan Godwin created GEODE-7781:
--

 Summary: CI Failure: TCPConduitDUnitTest.basicAcceptConnection
 Key: GEODE-7781
 URL: https://issues.apache.org/jira/browse/GEODE-7781
 Project: Geode
  Issue Type: Bug
  Components: core
Reporter: Ivan Godwin


TCPConduitDUnitTest.basicAcceptConnection failed with the following stacktrace:

https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1557


{code:java}
org.apache.geode.internal.tcp.TCPConduitDUnitTest > basicAcceptConnection[0] 
FAILED 
org.apache.geode.distributed.DistributedSystemDisconnectedException: 
Distribution manager on 172.17.0.10(1:locator):41001 started at Fri Feb 
07 21:28:15 GMT 2020: for testing, caused by 
org.apache.geode.ForcedDisconnectException: for testing
Caused by:
org.apache.geode.ForcedDisconnectException: for testing
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-7632) PartitionedRegionSingleHopDUnitTest has two failing tests..

2020-02-04 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17030213#comment-17030213
 ] 

Ivan Godwin commented on GEODE-7632:


Fixed by following:

commit fd9fde82c0be266e23a63b21a0d0c872464ec952
Author: Ivan Godwin 
Date: Wed Jan 29 12:42:43 2020 -0800

GEODE-6819: Fix PartitionedRegionSingleHopDUnitTest (#4645)

* GEODE-6819: Remove sleeps and most deprecations

* No longer extending JUnit4CacheTestCase
 * Remove all calls to sleep
 * Use UniversalMembershipListenerAdapter with CountDownLatch to gate client

* Restart CI PR pipelines

> PartitionedRegionSingleHopDUnitTest has two failing tests..
> ---
>
> Key: GEODE-7632
> URL: https://issues.apache.org/jira/browse/GEODE-7632
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
> Fix For: 1.12.0
>
>
> testMetadataIsSameOnAllServersAndClientsHA     
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/2381]
>  
> testMetadataIsSameOnAllServersAndClients       
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/2282]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Issue Comment Deleted] (GEODE-6819) CI failure: PartitionedRegionSingleHopDUnitTest. testMetadataIsSameOnAllServersAndClients

2020-02-04 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-6819:
---
Comment: was deleted

(was: Fixed by following:

commit fd9fde82c0be266e23a63b21a0d0c872464ec952
Author: Ivan Godwin 
Date: Wed Jan 29 12:42:43 2020 -0800

GEODE-6819: Fix PartitionedRegionSingleHopDUnitTest (#4645)

* GEODE-6819: Remove sleeps and most deprecations

* No longer extending JUnit4CacheTestCase
 * Remove all calls to sleep
 * Use UniversalMembershipListenerAdapter with CountDownLatch to gate client

* Restart CI PR pipelines)

> CI failure: PartitionedRegionSingleHopDUnitTest. 
> testMetadataIsSameOnAllServersAndClients
> -
>
> Key: GEODE-6819
> URL: https://issues.apache.org/jira/browse/GEODE-6819
> Project: Geode
>  Issue Type: Bug
>  Components: client/server
>Reporter: Bruce J Schuchardt
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
> Fix For: 1.12.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {noformat}
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest > 
> testMetadataIsSameOnAllServersAndClients FAILED
> org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined in public void 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients()
>  bucket copies are not created within 300 seconds.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
> at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
> at 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients(PartitionedRegionSingleHopDUnitTest.java:849)
> Caused by:
> java.lang.AssertionError: bucket copies are not created{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-6819) CI failure: PartitionedRegionSingleHopDUnitTest. testMetadataIsSameOnAllServersAndClients

2020-02-04 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-6819:
---

Fixed by following:

commit fd9fde82c0be266e23a63b21a0d0c872464ec952
Author: Ivan Godwin 
Date: Wed Jan 29 12:42:43 2020 -0800

GEODE-6819: Fix PartitionedRegionSingleHopDUnitTest (#4645)

* GEODE-6819: Remove sleeps and most deprecations

* No longer extending JUnit4CacheTestCase
 * Remove all calls to sleep
 * Use UniversalMembershipListenerAdapter with CountDownLatch to gate client

* Restart CI PR pipelines

> CI failure: PartitionedRegionSingleHopDUnitTest. 
> testMetadataIsSameOnAllServersAndClients
> -
>
> Key: GEODE-6819
> URL: https://issues.apache.org/jira/browse/GEODE-6819
> Project: Geode
>  Issue Type: Bug
>  Components: client/server
>Reporter: Bruce J Schuchardt
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
> Fix For: 1.12.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {noformat}
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest > 
> testMetadataIsSameOnAllServersAndClients FAILED
> org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined in public void 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients()
>  bucket copies are not created within 300 seconds.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
> at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
> at 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients(PartitionedRegionSingleHopDUnitTest.java:849)
> Caused by:
> java.lang.AssertionError: bucket copies are not created{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (GEODE-7516) RebalanceWithRedundancyDUnitTest.returnCorrectResultsWhenIndexUpdateHappensIntheMiddleofGII(PARTITION_REDUNDANT)

2020-02-04 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin resolved GEODE-7516.

Fix Version/s: 1.12.0
   Resolution: Fixed

Fixed by following commit:

commit 9f4d70b849d7f7094fc78e589587bd28be65f122
Author: Juan José Ramos 
Date: Fri Jan 17 14:24:35 2020 -0800

GEODE-7703: Catch IndexWriter Exceptions (#4597)

The IndexWriter initialization might fail when other threads are
 updating the fileAndChunkRegion, which can be triggered by other normal
 operations (query, event listener, close, reindex, etc.). This doesn't
 happen often and, instead of propagating the exception to the caller
 and failing, Geode now catches it and returns null to let the callers
 retry.

- Added unit and distrbuted tests.
 - Return null instead of re-throwing the IOException while building
 the Lucene IndexWriter.

Co-authored-by: Xiaojian Zhou 

> RebalanceWithRedundancyDUnitTest.returnCorrectResultsWhenIndexUpdateHappensIntheMiddleofGII(PARTITION_REDUNDANT)
>  
> -
>
> Key: GEODE-7516
> URL: https://issues.apache.org/jira/browse/GEODE-7516
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
> Fix For: 1.12.0
>
>
> Test failures in mass test runs
> {noformat}
>  
> returnCorrectResultsWhenIndexUpdateHappensIntheMiddleofGII(PARTITION_REDUNDANT)
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1879
>  
> returnCorrectResultsWhenIndexUpdateHappensIntheMiddleofGII(PARTITION_REDUNDANT)
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1808{noformat}
> {noformat}
> Stack trace from first test failure listed
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.cache.lucene.LuceneQueriesAccessorBase$$Lambda$44/1008073793.run
>  in VM 3 running on Host 963109d98c34 with 4 VMs
>   at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
>   at 
> org.apache.geode.cache.lucene.LuceneQueriesAccessorBase.executeTextSearch(LuceneQueriesAccessorBase.java:110)
>   at 
> org.apache.geode.cache.lucene.RebalanceWithRedundancyDUnitTest.returnCorrectResultsWhenIndexUpdateHappensIntheMiddleofGII(RebalanceWithRedundancyDUnitTest.java:169)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> junitparams.internal.InvokeParameterisedMethod.evaluate(InvokeParameterisedMethod.java:234)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at 
> junitparams.internal.ParameterisedTestMethodRunner.runMethodInvoker(ParameterisedTestMethodRunner.java:47)
>   at 
> junitparams.internal.ParameterisedTestMethodRunner.runTestMethod(ParameterisedTestMethodRunner.java:40)
>   at 
> junitparams.internal.ParameterisedTestClassRunner.runParameterisedTest(ParameterisedTestClassRunner.java:146)
>   at junitparams.JUnitParamsRunner.runChild(JUnitParamsRunner.java:446)
>   at junitparams.JUnitParamsRunner.runChild(JUnitParamsRunner.java:393)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> 

[jira] [Assigned] (GEODE-7516) RebalanceWithRedundancyDUnitTest.returnCorrectResultsWhenIndexUpdateHappensIntheMiddleofGII(PARTITION_REDUNDANT)

2020-02-04 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7516:
--

Assignee: Ivan Godwin

> RebalanceWithRedundancyDUnitTest.returnCorrectResultsWhenIndexUpdateHappensIntheMiddleofGII(PARTITION_REDUNDANT)
>  
> -
>
> Key: GEODE-7516
> URL: https://issues.apache.org/jira/browse/GEODE-7516
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> Test failures in mass test runs
> {noformat}
>  
> returnCorrectResultsWhenIndexUpdateHappensIntheMiddleofGII(PARTITION_REDUNDANT)
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1879
>  
> returnCorrectResultsWhenIndexUpdateHappensIntheMiddleofGII(PARTITION_REDUNDANT)
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1808{noformat}
> {noformat}
> Stack trace from first test failure listed
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.cache.lucene.LuceneQueriesAccessorBase$$Lambda$44/1008073793.run
>  in VM 3 running on Host 963109d98c34 with 4 VMs
>   at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
>   at 
> org.apache.geode.cache.lucene.LuceneQueriesAccessorBase.executeTextSearch(LuceneQueriesAccessorBase.java:110)
>   at 
> org.apache.geode.cache.lucene.RebalanceWithRedundancyDUnitTest.returnCorrectResultsWhenIndexUpdateHappensIntheMiddleofGII(RebalanceWithRedundancyDUnitTest.java:169)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> junitparams.internal.InvokeParameterisedMethod.evaluate(InvokeParameterisedMethod.java:234)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at 
> junitparams.internal.ParameterisedTestMethodRunner.runMethodInvoker(ParameterisedTestMethodRunner.java:47)
>   at 
> junitparams.internal.ParameterisedTestMethodRunner.runTestMethod(ParameterisedTestMethodRunner.java:40)
>   at 
> junitparams.internal.ParameterisedTestClassRunner.runParameterisedTest(ParameterisedTestClassRunner.java:146)
>   at junitparams.JUnitParamsRunner.runChild(JUnitParamsRunner.java:446)
>   at junitparams.JUnitParamsRunner.runChild(JUnitParamsRunner.java:393)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
>   at 
> org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> 

[jira] [Assigned] (GEODE-6070) CI Failure: ShutdownCommandOverHttpDUnitTest > testShutdownAll

2020-02-04 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-6070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-6070:
--

Assignee: Ivan Godwin

> CI Failure: ShutdownCommandOverHttpDUnitTest > testShutdownAll
> --
>
> Key: GEODE-6070
> URL: https://issues.apache.org/jira/browse/GEODE-6070
> Project: Geode
>  Issue Type: Bug
>Reporter: Helena Bales
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: GeodeCommons, flaky
>
> Failed with stacktrace:
> {noformat}
> org.apache.geode.management.internal.cli.commands.ShutdownCommandOverHttpDUnitTest
>  > testShutdownAll FAILED
> java.lang.AssertionError: Suspicious strings were written to the log 
> during this run.
> Fix the strings or use IgnoredException.addIgnoredException to ignore.
> ---
> Found suspect string in log4j at line 302
> org.apache.geode.distributed.DistributedSystemDisconnectedException: 
> Distribution manager on 172.17.0.3(server-1:496):41002 started at Thu Nov 
> 15 19:47:58 UTC 2018: Message distribution has terminated
> {noformat}
> Test results can be found here:
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-build.158/test-results/distributedTest/1542315851/classes/org.apache.geode.management.internal.cli.commands.ShutdownCommandOverHttpDUnitTest.html#testShutdownAll
>  
> Test Artifacts can be found here:
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-build.158/test-artifacts/1542315851/distributedtestfiles-OpenJDK8-1.9.0-build.158.tgz



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7603) RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers

2020-02-04 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7603:
--

Assignee: (was: Ivan Godwin)

> RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers
> 
>
> Key: GEODE-7603
> URL: https://issues.apache.org/jira/browse/GEODE-7603
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Priority: Major
>  Labels: flaky
>
> RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers
>  failed twice as a part of the mass test run.
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/2160]
>  
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/2130]
>  
> {noformat}
> 10:56:44org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest
>  > testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers FAILED
> 10:56:44java.lang.AssertionError: [List check last element] 
> 10:56:44Expecting:
> 10:56:44 <"0">
> 10:56:44not to be equal to:
> 10:56:44 <"0">
> 10:56:44at 
> org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.assertPrimariesTransfered(RepeatedRebalanceDUnitTest.java:204)
> 10:56:44at 
> org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers(RepeatedRebalanceDUnitTest.java:124)
> 11:06:20
> 11:06:20352 tests completed, 1 failed, 5 skipped
> 11:06:22
> 11:06:22> Task :geode-gfsh:distributedTest FAILED
> 11:54:40
> 11:54:40> Task :geode-core:distributedTest
> 11:54:40{noformat}
>  
> {noformat}
> 22:06:33org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest
>  > testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers FAILED
> 22:06:33java.lang.AssertionError: [List check last element] 
> 22:06:33Expecting:
> 22:06:33 <"0">
> 22:06:33not to be equal to:
> 22:06:33 <"0">
> 22:06:33at 
> org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.assertPrimariesTransfered(RepeatedRebalanceDUnitTest.java:204)
> 22:06:33at 
> org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers(RepeatedRebalanceDUnitTest.java:124)
> 22:16:05 {noformat}
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7516) RebalanceWithRedundancyDUnitTest.returnCorrectResultsWhenIndexUpdateHappensIntheMiddleofGII(PARTITION_REDUNDANT)

2020-02-04 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7516:
--

Assignee: (was: Ivan Godwin)

> RebalanceWithRedundancyDUnitTest.returnCorrectResultsWhenIndexUpdateHappensIntheMiddleofGII(PARTITION_REDUNDANT)
>  
> -
>
> Key: GEODE-7516
> URL: https://issues.apache.org/jira/browse/GEODE-7516
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Priority: Major
>  Labels: flaky
>
> Test failures in mass test runs
> {noformat}
>  
> returnCorrectResultsWhenIndexUpdateHappensIntheMiddleofGII(PARTITION_REDUNDANT)
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1879
>  
> returnCorrectResultsWhenIndexUpdateHappensIntheMiddleofGII(PARTITION_REDUNDANT)
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1808{noformat}
> {noformat}
> Stack trace from first test failure listed
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.cache.lucene.LuceneQueriesAccessorBase$$Lambda$44/1008073793.run
>  in VM 3 running on Host 963109d98c34 with 4 VMs
>   at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
>   at 
> org.apache.geode.cache.lucene.LuceneQueriesAccessorBase.executeTextSearch(LuceneQueriesAccessorBase.java:110)
>   at 
> org.apache.geode.cache.lucene.RebalanceWithRedundancyDUnitTest.returnCorrectResultsWhenIndexUpdateHappensIntheMiddleofGII(RebalanceWithRedundancyDUnitTest.java:169)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> junitparams.internal.InvokeParameterisedMethod.evaluate(InvokeParameterisedMethod.java:234)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at 
> junitparams.internal.ParameterisedTestMethodRunner.runMethodInvoker(ParameterisedTestMethodRunner.java:47)
>   at 
> junitparams.internal.ParameterisedTestMethodRunner.runTestMethod(ParameterisedTestMethodRunner.java:40)
>   at 
> junitparams.internal.ParameterisedTestClassRunner.runParameterisedTest(ParameterisedTestClassRunner.java:146)
>   at junitparams.JUnitParamsRunner.runChild(JUnitParamsRunner.java:446)
>   at junitparams.JUnitParamsRunner.runChild(JUnitParamsRunner.java:393)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
>   at 
> org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>

[jira] [Updated] (GEODE-6819) CI failure: PartitionedRegionSingleHopDUnitTest. testMetadataIsSameOnAllServersAndClients

2020-02-04 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-6819:
---
Fix Version/s: 1.12.0

> CI failure: PartitionedRegionSingleHopDUnitTest. 
> testMetadataIsSameOnAllServersAndClients
> -
>
> Key: GEODE-6819
> URL: https://issues.apache.org/jira/browse/GEODE-6819
> Project: Geode
>  Issue Type: Bug
>  Components: client/server
>Reporter: Bruce J Schuchardt
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
> Fix For: 1.12.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {noformat}
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest > 
> testMetadataIsSameOnAllServersAndClients FAILED
> org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined in public void 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients()
>  bucket copies are not created within 300 seconds.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
> at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
> at 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients(PartitionedRegionSingleHopDUnitTest.java:849)
> Caused by:
> java.lang.AssertionError: bucket copies are not created{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-7115) CI Failure: CreateRegionCommandPersistsConfigurationDUnitTest > createRegionWithColocation

2020-02-04 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-7115:
---
Fix Version/s: 1.12.0

> CI Failure: CreateRegionCommandPersistsConfigurationDUnitTest > 
> createRegionWithColocation
> --
>
> Key: GEODE-7115
> URL: https://issues.apache.org/jira/browse/GEODE-7115
> Project: Geode
>  Issue Type: Bug
>  Components: management
>Reporter: Donal Evans
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
> Fix For: 1.12.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1015
> org.apache.geode.management.internal.cli.commands.CreateRegionCommandPersistsConfigurationDUnitTest
>  > createRegionWithColocation FAILED
> org.junit.ComparisonFailure: [Specify a valid region path for 
> colocated-with. Region /createRegionWithColocation not found.
> ] expected:<[OK]> but was:<[ERROR]>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.test.junit.assertions.CommandResultAssert.statusIsSuccess(CommandResultAssert.java:104)
> at 
> org.apache.geode.management.internal.cli.commands.CreateRegionCommandPersistsConfigurationDUnitTest.createRegionWithColocation(CreateRegionCommandPersistsConfigurationDUnitTest.java:442)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Closed] (GEODE-6012) Invalid package listed in Dockerfile

2020-02-04 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-6012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin closed GEODE-6012.
--

> Invalid package listed in Dockerfile
> 
>
> Key: GEODE-6012
> URL: https://issues.apache.org/jira/browse/GEODE-6012
> Project: Geode
>  Issue Type: Task
>  Components: native client
>Reporter: Ivan Godwin
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The current version of docker/Dockerfile lists libc+\+api-dev as one of the 
> packages to be installed. This package does not exist, and prevents an image 
> from being built. The entry needs to be replaced with the intended package 
> name, libc++abi-dev.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-7210) RedundancyLevelPart1DUnitTest.testRedundancySpecifiedNonPrimaryEPFailsDetectionByCCU fails intermittently with CacheClientProxy was not fulfilled

2020-02-04 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-7210:
---
Fix Version/s: 1.12.0

> RedundancyLevelPart1DUnitTest.testRedundancySpecifiedNonPrimaryEPFailsDetectionByCCU
>  fails intermittently with CacheClientProxy was not fulfilled
> -
>
> Key: GEODE-7210
> URL: https://issues.apache.org/jira/browse/GEODE-7210
> Project: Geode
>  Issue Type: Bug
>  Components: client/server
>Reporter: Darrel Schneider
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
> Fix For: 1.12.0
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> It failed in this run: 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1098
> {noformat}
> org.apache.geode.internal.cache.tier.sockets.RedundancyLevelPart1DUnitTest > 
> testRedundancySpecifiedNonPrimaryEPFailsDetectionByCCU FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.cache.tier.sockets.RedundancyLevelPart1DUnitTest$$Lambda$180/1742098249.run
>  in VM 2 running on Host 672aa6424308 with 4 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:579)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:406)
> at 
> org.apache.geode.internal.cache.tier.sockets.RedundancyLevelPart1DUnitTest.testRedundancySpecifiedNonPrimaryEPFailsDetectionByCCU(RedundancyLevelPart1DUnitTest.java:237)
> Caused by:
> org.awaitility.core.ConditionTimeoutException: Condition with lambda 
> expression in 
> org.apache.geode.internal.cache.tier.sockets.RedundancyLevelTestBase that 
> uses org.apache.geode.internal.cache.tier.sockets.CacheClientProxy was not 
> fulfilled within 300 seconds.
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-7517) JMXMBeanReconnectDUnitTest.testLocalBeans_MaintainServerAndCrashLocator

2020-02-04 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-7517:
---
Fix Version/s: 1.12.0

> JMXMBeanReconnectDUnitTest.testLocalBeans_MaintainServerAndCrashLocator
> ---
>
> Key: GEODE-7517
> URL: https://issues.apache.org/jira/browse/GEODE-7517
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
> Fix For: 1.12.0
>
>
> Failures found during mass test runs.
> {noformat}
>  testLocalBeans_MaintainServerAndCrashLocator   
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1940
>  testLocalBeans_MaintainServerAndCrashLocator   
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1845
>  {noformat}
> Stack trace from 1940 run
> {noformat}
> org.awaitility.core.ConditionTimeoutException: Condition with alias 'Locators 
> must agree on the state of the system' didn't complete within 300 seconds 
> because assertion condition defined as a lambda expression in 
> org.apache.geode.management.JMXMBeanReconnectDUnitTest 
> Expecting:
>   <[GemFire:service=Region,name="/test-region-1",type=Distributed,
> GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Distributed,
> GemFire:service=AccessControl,type=Distributed,
> GemFire:service=FileUploader,type=Distributed,
> GemFire:service=System,type=Distributed,
> 
> GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Member,member=locator-0,
> 
> GemFire:service=DiskStore,name=cluster_config,type=Member,member=locator-0,
> GemFire:service=Locator,type=Member,member=locator-0,
> GemFire:type=Member,member=locator-0,
> 
> GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Member,member=locator-1,
> 
> GemFire:service=DiskStore,name=cluster_config,type=Member,member=locator-1,
> GemFire:service=Locator,type=Member,member=locator-1,
> GemFire:type=Member,member=locator-1,
> GemFire:service=Region,name="/test-region-1",type=Member,member=server-2,
> GemFire:service=CacheServer,port=42991,type=Member,member=server-2,
> GemFire:type=Member,member=server-2,
> GemFire:service=Region,name="/test-region-1",type=Member,member=server-3,
> GemFire:service=CacheServer,port=41287,type=Member,member=server-3,
> GemFire:type=Member,member=server-3]>
> to contain exactly (and in same order):
>   <[GemFire:service=Region,name="/test-region-1",type=Distributed,
> GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Distributed,
> GemFire:service=AccessControl,type=Distributed,
> GemFire:service=FileUploader,type=Distributed,
> GemFire:service=System,type=Distributed,
> GemFire:service=Locator,type=Member,member=locator-0,
> GemFire:type=Member,member=locator-0,
> 
> GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Member,member=locator-1,
> 
> GemFire:service=DiskStore,name=cluster_config,type=Member,member=locator-1,
> GemFire:service=Locator,type=Member,member=locator-1,
> GemFire:type=Member,member=locator-1,
> GemFire:service=Region,name="/test-region-1",type=Member,member=server-2,
> GemFire:service=CacheServer,port=42991,type=Member,member=server-2,
> GemFire:type=Member,member=server-2,
> GemFire:service=Region,name="/test-region-1",type=Member,member=server-3,
> GemFire:service=CacheServer,port=41287,type=Member,member=server-3,
> GemFire:type=Member,member=server-3]>
> but some elements were not expected:
>   
> <[GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Member,member=locator-0,
> 
> GemFire:service=DiskStore,name=cluster_config,type=Member,member=locator-0]>
> .
>   at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
>   at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
>   at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
>   at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
>   at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
>   at 
> org.apache.geode.management.JMXMBeanReconnectDUnitTest.before(JMXMBeanReconnectDUnitTest.java:94)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   

[jira] [Updated] (GEODE-5407) CI failure: JMXMBeanReconnectDUnitTest.testRemoteBeanKnowledge_MaintainServerAndCrashLocator and testLocalBeans_MaintainServerAndCrashLocator

2020-02-04 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-5407:
---
Fix Version/s: 1.12.0

> CI failure: 
> JMXMBeanReconnectDUnitTest.testRemoteBeanKnowledge_MaintainServerAndCrashLocator
>  and testLocalBeans_MaintainServerAndCrashLocator
> -
>
> Key: GEODE-5407
> URL: https://issues.apache.org/jira/browse/GEODE-5407
> Project: Geode
>  Issue Type: Bug
>  Components: ci, jmx, management
>Reporter: Jinmei Liao
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky, swat
> Fix For: 1.12.0
>
> Attachments: Test results - Class 
> org.apache.geode.management.JMXMBeanReconnectDUnitTest.html, screenshot-1.png
>
>  Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> org.apache.geode.management.JMXMBeanReconnectDUnitTest > 
> testRemoteBeanKnowledge_MaintainServerAndCrashLocator FAILED
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:249]
>  org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.rules.MemberVM$$Lambda$73/2140274979.run in VM 0 
> running on Host 640ab3da6905 with 4 VMs
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:250]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:436)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:251]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:405)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:252]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:348)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:253]
>  at 
> org.apache.geode.test.dunit.rules.MemberVM.waitTilLocatorFullyReconnected(MemberVM.java:113)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:254]
>  at 
> org.apache.geode.management.JMXMBeanReconnectDUnitTest.testRemoteBeanKnowledge_MaintainServerAndCrashLocator(JMXMBeanReconnectDUnitTest.java:161)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:255]
>  
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:256]
>  Caused by:
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:257]
>  org.awaitility.core.ConditionTimeoutException: Condition with 
> org.apache.geode.test.dunit.rules.MemberVM was not fulfilled within 30 
> seconds.
>  
> org.apache.geode.management.JMXMBeanReconnectDUnitTest > 
> testLocalBeans_MaintainServerAndCrashLocator FAILED
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:260]
>  org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.rules.MemberVM$$Lambda$73/2140274979.run in VM 0 
> running on Host 640ab3da6905 with 4 VMs
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:261]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:436)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:262]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:405)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:263]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:348)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:264]
>  at 
> org.apache.geode.test.dunit.rules.MemberVM.waitTilLocatorFullyReconnected(MemberVM.java:113)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:265]
>  at 
> org.apache.geode.management.JMXMBeanReconnectDUnitTest.testLocalBeans_MaintainServerAndCrashLocator(JMXMBeanReconnectDUnitTest.java:112)
>  
>  Caused by:
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:268]
>  org.awaitility.core.ConditionTimeoutException: Condition with 
> org.apache.geode.test.dunit.rules.MemberVM was not fulfilled within 30 
> seconds.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (GEODE-7116) CI Failure: PartitionedRegionSingleHopDUnitTest > testServerLocationRemovalThroughPing

2020-01-29 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin resolved GEODE-7116.

Resolution: Fixed

Resolved in following commit:



commit fd9fde82c0be266e23a63b21a0d0c872464ec952
Author: Ivan Godwin 
Date: Wed Jan 29 12:42:43 2020 -0800

GEODE-6819: Fix PartitionedRegionSingleHopDUnitTest (#4645)

* No longer extending JUnit4CacheTestCase
 * Remove all calls to sleep
 * Use UniversalMembershipListenerAdapter with CountDownLatch to gate client

> CI Failure: PartitionedRegionSingleHopDUnitTest > 
> testServerLocationRemovalThroughPing
> --
>
> Key: GEODE-7116
> URL: https://issues.apache.org/jira/browse/GEODE-7116
> Project: Geode
>  Issue Type: Bug
>Reporter: Donal Evans
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/1008
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest > 
> testServerLocationRemovalThroughPing FAILED
> java.lang.AssertionError: expected:<4> but was:<0>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at org.junit.Assert.assertEquals(Assert.java:631)
> at 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testServerLocationRemovalThroughPing(PartitionedRegionSingleHopDUnitTest.java:679)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7603) RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers

2020-01-29 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7603:
--

Assignee: Ivan Godwin

> RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers
> 
>
> Key: GEODE-7603
> URL: https://issues.apache.org/jira/browse/GEODE-7603
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers
>  failed twice as a part of the mass test run.
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/2160]
>  
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/2130]
>  
> {noformat}
> 10:56:44org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest
>  > testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers FAILED
> 10:56:44java.lang.AssertionError: [List check last element] 
> 10:56:44Expecting:
> 10:56:44 <"0">
> 10:56:44not to be equal to:
> 10:56:44 <"0">
> 10:56:44at 
> org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.assertPrimariesTransfered(RepeatedRebalanceDUnitTest.java:204)
> 10:56:44at 
> org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers(RepeatedRebalanceDUnitTest.java:124)
> 11:06:20
> 11:06:20352 tests completed, 1 failed, 5 skipped
> 11:06:22
> 11:06:22> Task :geode-gfsh:distributedTest FAILED
> 11:54:40
> 11:54:40> Task :geode-core:distributedTest
> 11:54:40{noformat}
>  
> {noformat}
> 22:06:33org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest
>  > testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers FAILED
> 22:06:33java.lang.AssertionError: [List check last element] 
> 22:06:33Expecting:
> 22:06:33 <"0">
> 22:06:33not to be equal to:
> 22:06:33 <"0">
> 22:06:33at 
> org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.assertPrimariesTransfered(RepeatedRebalanceDUnitTest.java:204)
> 22:06:33at 
> org.apache.geode.management.internal.cli.commands.RepeatedRebalanceDUnitTest.testSecondRebalanceIsNotNecessaryWithAddedAndRestartedMembers(RepeatedRebalanceDUnitTest.java:124)
> 22:16:05 {noformat}
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (GEODE-6819) CI failure: PartitionedRegionSingleHopDUnitTest. testMetadataIsSameOnAllServersAndClients

2020-01-29 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin resolved GEODE-6819.

Resolution: Fixed

> CI failure: PartitionedRegionSingleHopDUnitTest. 
> testMetadataIsSameOnAllServersAndClients
> -
>
> Key: GEODE-6819
> URL: https://issues.apache.org/jira/browse/GEODE-6819
> Project: Geode
>  Issue Type: Bug
>  Components: client/server
>Reporter: Bruce J Schuchardt
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {noformat}
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest > 
> testMetadataIsSameOnAllServersAndClients FAILED
> org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined in public void 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients()
>  bucket copies are not created within 300 seconds.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
> at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
> at 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients(PartitionedRegionSingleHopDUnitTest.java:849)
> Caused by:
> java.lang.AssertionError: bucket copies are not created{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7116) CI Failure: PartitionedRegionSingleHopDUnitTest > testServerLocationRemovalThroughPing

2020-01-21 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7116:
--

Assignee: Ivan Godwin

> CI Failure: PartitionedRegionSingleHopDUnitTest > 
> testServerLocationRemovalThroughPing
> --
>
> Key: GEODE-7116
> URL: https://issues.apache.org/jira/browse/GEODE-7116
> Project: Geode
>  Issue Type: Bug
>Reporter: Donal Evans
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/1008
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest > 
> testServerLocationRemovalThroughPing FAILED
> java.lang.AssertionError: expected:<4> but was:<0>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at org.junit.Assert.assertEquals(Assert.java:631)
> at 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testServerLocationRemovalThroughPing(PartitionedRegionSingleHopDUnitTest.java:679)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-6819) CI failure: PartitionedRegionSingleHopDUnitTest. testMetadataIsSameOnAllServersAndClients

2020-01-21 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-6819:
--

Assignee: Ivan Godwin

> CI failure: PartitionedRegionSingleHopDUnitTest. 
> testMetadataIsSameOnAllServersAndClients
> -
>
> Key: GEODE-6819
> URL: https://issues.apache.org/jira/browse/GEODE-6819
> Project: Geode
>  Issue Type: Bug
>  Components: client/server
>Reporter: Bruce J Schuchardt
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> {noformat}
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest > 
> testMetadataIsSameOnAllServersAndClients FAILED
> org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined in public void 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients()
>  bucket copies are not created within 300 seconds.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
> at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
> at 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients(PartitionedRegionSingleHopDUnitTest.java:849)
> Caused by:
> java.lang.AssertionError: bucket copies are not created{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (GEODE-7115) CI Failure: CreateRegionCommandPersistsConfigurationDUnitTest > createRegionWithColocation

2020-01-21 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin resolved GEODE-7115.

Resolution: Fixed

> CI Failure: CreateRegionCommandPersistsConfigurationDUnitTest > 
> createRegionWithColocation
> --
>
> Key: GEODE-7115
> URL: https://issues.apache.org/jira/browse/GEODE-7115
> Project: Geode
>  Issue Type: Bug
>  Components: management
>Reporter: Donal Evans
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1015
> org.apache.geode.management.internal.cli.commands.CreateRegionCommandPersistsConfigurationDUnitTest
>  > createRegionWithColocation FAILED
> org.junit.ComparisonFailure: [Specify a valid region path for 
> colocated-with. Region /createRegionWithColocation not found.
> ] expected:<[OK]> but was:<[ERROR]>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.test.junit.assertions.CommandResultAssert.statusIsSuccess(CommandResultAssert.java:104)
> at 
> org.apache.geode.management.internal.cli.commands.CreateRegionCommandPersistsConfigurationDUnitTest.createRegionWithColocation(CreateRegionCommandPersistsConfigurationDUnitTest.java:442)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-6819) CI failure: PartitionedRegionSingleHopDUnitTest. testMetadataIsSameOnAllServersAndClients

2020-01-16 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-6819:
--

Assignee: (was: Ivan Godwin)

> CI failure: PartitionedRegionSingleHopDUnitTest. 
> testMetadataIsSameOnAllServersAndClients
> -
>
> Key: GEODE-6819
> URL: https://issues.apache.org/jira/browse/GEODE-6819
> Project: Geode
>  Issue Type: Bug
>  Components: client/server
>Reporter: Bruce J Schuchardt
>Priority: Major
>  Labels: flaky
>
> {noformat}
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest > 
> testMetadataIsSameOnAllServersAndClients FAILED
> org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined in public void 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients()
>  bucket copies are not created within 300 seconds.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
> at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
> at 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients(PartitionedRegionSingleHopDUnitTest.java:849)
> Caused by:
> java.lang.AssertionError: bucket copies are not created{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7116) CI Failure: PartitionedRegionSingleHopDUnitTest > testServerLocationRemovalThroughPing

2020-01-16 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7116:
--

Assignee: (was: Ivan Godwin)

> CI Failure: PartitionedRegionSingleHopDUnitTest > 
> testServerLocationRemovalThroughPing
> --
>
> Key: GEODE-7116
> URL: https://issues.apache.org/jira/browse/GEODE-7116
> Project: Geode
>  Issue Type: Bug
>Reporter: Donal Evans
>Priority: Major
>  Labels: flaky
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/1008
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest > 
> testServerLocationRemovalThroughPing FAILED
> java.lang.AssertionError: expected:<4> but was:<0>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at org.junit.Assert.assertEquals(Assert.java:631)
> at 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testServerLocationRemovalThroughPing(PartitionedRegionSingleHopDUnitTest.java:679)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7116) CI Failure: PartitionedRegionSingleHopDUnitTest > testServerLocationRemovalThroughPing

2020-01-14 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7116:
--

Assignee: Ivan Godwin

> CI Failure: PartitionedRegionSingleHopDUnitTest > 
> testServerLocationRemovalThroughPing
> --
>
> Key: GEODE-7116
> URL: https://issues.apache.org/jira/browse/GEODE-7116
> Project: Geode
>  Issue Type: Bug
>Reporter: Donal Evans
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/1008
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest > 
> testServerLocationRemovalThroughPing FAILED
> java.lang.AssertionError: expected:<4> but was:<0>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at org.junit.Assert.assertEquals(Assert.java:631)
> at 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testServerLocationRemovalThroughPing(PartitionedRegionSingleHopDUnitTest.java:679)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-6819) CI failure: PartitionedRegionSingleHopDUnitTest. testMetadataIsSameOnAllServersAndClients

2020-01-14 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-6819:
--

Assignee: Ivan Godwin

> CI failure: PartitionedRegionSingleHopDUnitTest. 
> testMetadataIsSameOnAllServersAndClients
> -
>
> Key: GEODE-6819
> URL: https://issues.apache.org/jira/browse/GEODE-6819
> Project: Geode
>  Issue Type: Bug
>  Components: client/server
>Reporter: Bruce J Schuchardt
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> {noformat}
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest > 
> testMetadataIsSameOnAllServersAndClients FAILED
> org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined in public void 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients()
>  bucket copies are not created within 300 seconds.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
> at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
> at 
> org.apache.geode.internal.cache.PartitionedRegionSingleHopDUnitTest.testMetadataIsSameOnAllServersAndClients(PartitionedRegionSingleHopDUnitTest.java:849)
> Caused by:
> java.lang.AssertionError: bucket copies are not created{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (GEODE-5407) CI failure: JMXMBeanReconnectDUnitTest.testRemoteBeanKnowledge_MaintainServerAndCrashLocator and testLocalBeans_MaintainServerAndCrashLocator

2020-01-14 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin resolved GEODE-5407.

Resolution: Fixed

> CI failure: 
> JMXMBeanReconnectDUnitTest.testRemoteBeanKnowledge_MaintainServerAndCrashLocator
>  and testLocalBeans_MaintainServerAndCrashLocator
> -
>
> Key: GEODE-5407
> URL: https://issues.apache.org/jira/browse/GEODE-5407
> Project: Geode
>  Issue Type: Bug
>  Components: ci, jmx, management
>Reporter: Jinmei Liao
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky, swat
> Attachments: Test results - Class 
> org.apache.geode.management.JMXMBeanReconnectDUnitTest.html, screenshot-1.png
>
>  Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> org.apache.geode.management.JMXMBeanReconnectDUnitTest > 
> testRemoteBeanKnowledge_MaintainServerAndCrashLocator FAILED
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:249]
>  org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.rules.MemberVM$$Lambda$73/2140274979.run in VM 0 
> running on Host 640ab3da6905 with 4 VMs
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:250]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:436)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:251]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:405)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:252]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:348)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:253]
>  at 
> org.apache.geode.test.dunit.rules.MemberVM.waitTilLocatorFullyReconnected(MemberVM.java:113)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:254]
>  at 
> org.apache.geode.management.JMXMBeanReconnectDUnitTest.testRemoteBeanKnowledge_MaintainServerAndCrashLocator(JMXMBeanReconnectDUnitTest.java:161)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:255]
>  
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:256]
>  Caused by:
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:257]
>  org.awaitility.core.ConditionTimeoutException: Condition with 
> org.apache.geode.test.dunit.rules.MemberVM was not fulfilled within 30 
> seconds.
>  
> org.apache.geode.management.JMXMBeanReconnectDUnitTest > 
> testLocalBeans_MaintainServerAndCrashLocator FAILED
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:260]
>  org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.rules.MemberVM$$Lambda$73/2140274979.run in VM 0 
> running on Host 640ab3da6905 with 4 VMs
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:261]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:436)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:262]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:405)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:263]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:348)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:264]
>  at 
> org.apache.geode.test.dunit.rules.MemberVM.waitTilLocatorFullyReconnected(MemberVM.java:113)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:265]
>  at 
> org.apache.geode.management.JMXMBeanReconnectDUnitTest.testLocalBeans_MaintainServerAndCrashLocator(JMXMBeanReconnectDUnitTest.java:112)
>  
>  Caused by:
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:268]
>  org.awaitility.core.ConditionTimeoutException: Condition with 
> org.apache.geode.test.dunit.rules.MemberVM was not fulfilled within 30 
> seconds.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (GEODE-7517) JMXMBeanReconnectDUnitTest.testLocalBeans_MaintainServerAndCrashLocator

2020-01-14 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin resolved GEODE-7517.

Resolution: Fixed

Fixed with following commit:


Commit 21fce819826f79e6f52adb829a5b2636a1213d9a in geode's branch 
refs/heads/develop from Kirk Lund
 [ [https://gitbox.apache.org/repos/asf?p=geode.git;h=21fce81] ]

GEODE-5407: Fix JMXMBeanReconnectDUnitTest
 * Rewrite test with standard Geode and JMX APIs
 * Use CountDownLatch instead of Blackboard
 * Use SharedErrorCollector for remote listener errors
 * Always consistently use Awaitility before checking GemFire MXBeans

Co-authored-by: Ivan Godwin 

> JMXMBeanReconnectDUnitTest.testLocalBeans_MaintainServerAndCrashLocator
> ---
>
> Key: GEODE-7517
> URL: https://issues.apache.org/jira/browse/GEODE-7517
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> Failures found during mass test runs.
> {noformat}
>  testLocalBeans_MaintainServerAndCrashLocator   
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1940
>  testLocalBeans_MaintainServerAndCrashLocator   
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1845
>  {noformat}
> Stack trace from 1940 run
> {noformat}
> org.awaitility.core.ConditionTimeoutException: Condition with alias 'Locators 
> must agree on the state of the system' didn't complete within 300 seconds 
> because assertion condition defined as a lambda expression in 
> org.apache.geode.management.JMXMBeanReconnectDUnitTest 
> Expecting:
>   <[GemFire:service=Region,name="/test-region-1",type=Distributed,
> GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Distributed,
> GemFire:service=AccessControl,type=Distributed,
> GemFire:service=FileUploader,type=Distributed,
> GemFire:service=System,type=Distributed,
> 
> GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Member,member=locator-0,
> 
> GemFire:service=DiskStore,name=cluster_config,type=Member,member=locator-0,
> GemFire:service=Locator,type=Member,member=locator-0,
> GemFire:type=Member,member=locator-0,
> 
> GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Member,member=locator-1,
> 
> GemFire:service=DiskStore,name=cluster_config,type=Member,member=locator-1,
> GemFire:service=Locator,type=Member,member=locator-1,
> GemFire:type=Member,member=locator-1,
> GemFire:service=Region,name="/test-region-1",type=Member,member=server-2,
> GemFire:service=CacheServer,port=42991,type=Member,member=server-2,
> GemFire:type=Member,member=server-2,
> GemFire:service=Region,name="/test-region-1",type=Member,member=server-3,
> GemFire:service=CacheServer,port=41287,type=Member,member=server-3,
> GemFire:type=Member,member=server-3]>
> to contain exactly (and in same order):
>   <[GemFire:service=Region,name="/test-region-1",type=Distributed,
> GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Distributed,
> GemFire:service=AccessControl,type=Distributed,
> GemFire:service=FileUploader,type=Distributed,
> GemFire:service=System,type=Distributed,
> GemFire:service=Locator,type=Member,member=locator-0,
> GemFire:type=Member,member=locator-0,
> 
> GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Member,member=locator-1,
> 
> GemFire:service=DiskStore,name=cluster_config,type=Member,member=locator-1,
> GemFire:service=Locator,type=Member,member=locator-1,
> GemFire:type=Member,member=locator-1,
> GemFire:service=Region,name="/test-region-1",type=Member,member=server-2,
> GemFire:service=CacheServer,port=42991,type=Member,member=server-2,
> GemFire:type=Member,member=server-2,
> GemFire:service=Region,name="/test-region-1",type=Member,member=server-3,
> GemFire:service=CacheServer,port=41287,type=Member,member=server-3,
> GemFire:type=Member,member=server-3]>
> but some elements were not expected:
>   
> <[GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Member,member=locator-0,
> 
> GemFire:service=DiskStore,name=cluster_config,type=Member,member=locator-0]>
> .
>   at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
>   at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
>   at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
>   at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
>   at 
> 

[jira] [Assigned] (GEODE-7115) CI Failure: CreateRegionCommandPersistsConfigurationDUnitTest > createRegionWithColocation

2020-01-13 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7115:
--

Assignee: Ivan Godwin

> CI Failure: CreateRegionCommandPersistsConfigurationDUnitTest > 
> createRegionWithColocation
> --
>
> Key: GEODE-7115
> URL: https://issues.apache.org/jira/browse/GEODE-7115
> Project: Geode
>  Issue Type: Bug
>  Components: management
>Reporter: Donal Evans
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1015
> org.apache.geode.management.internal.cli.commands.CreateRegionCommandPersistsConfigurationDUnitTest
>  > createRegionWithColocation FAILED
> org.junit.ComparisonFailure: [Specify a valid region path for 
> colocated-with. Region /createRegionWithColocation not found.
> ] expected:<[OK]> but was:<[ERROR]>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.test.junit.assertions.CommandResultAssert.statusIsSuccess(CommandResultAssert.java:104)
> at 
> org.apache.geode.management.internal.cli.commands.CreateRegionCommandPersistsConfigurationDUnitTest.createRegionWithColocation(CreateRegionCommandPersistsConfigurationDUnitTest.java:442)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-6504) CI: RegionExpirationIntegrationTest > increaseRegionTtl[EMPTY] FAILED

2020-01-09 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-6504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17012315#comment-17012315
 ] 

Ivan Godwin commented on GEODE-6504:


Seen again.

https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsCoreIntegrationTestOpenJDK11/builds/686

> CI: RegionExpirationIntegrationTest > increaseRegionTtl[EMPTY] FAILED
> -
>
> Key: GEODE-6504
> URL: https://issues.apache.org/jira/browse/GEODE-6504
> Project: Geode
>  Issue Type: Bug
>  Components: expiration
>Reporter: Mark Hanson
>Assignee: Kirk Lund
>Priority: Major
> Attachments: RegionExpirationIntegrationTest.log
>
>
> CI failure:  see attached log.
>  
> Failed on WindowsIntegrationTestOpenJDK11  
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK11/builds/272]
> {noformat}
> org.apache.geode.cache.RegionExpirationIntegrationTest > 
> increaseRegionTtl[EMPTY] FAILED
> java.lang.AssertionError: 
> Expecting:
>  <7L>
> to be greater than or equal to:
>  <8L> 
> at 
> org.apache.geode.cache.RegionExpirationIntegrationTest.increaseRegionTtl(RegionExpirationIntegrationTest.java:88)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-7664) CI Failure: ClientClusterManagementServiceDUnitTest > deleteRegionOnSpecificGroup

2020-01-09 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-7664:
---
Labels: Flaky  (was: )

> CI Failure: ClientClusterManagementServiceDUnitTest > 
> deleteRegionOnSpecificGroup
> -
>
> Key: GEODE-7664
> URL: https://issues.apache.org/jira/browse/GEODE-7664
> Project: Geode
>  Issue Type: Bug
>Reporter: Ivan Godwin
>Priority: Major
>  Labels: Flaky
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/1454
>  
> {code:java}
> org.apache.geode.management.client.ClientClusterManagementServiceDUnitTest > 
> deleteRegionOnSpecificGroup FAILEDjava.lang.AssertionError: Suspicious 
> strings were written to the log during this run.Fix the strings or use 
> IgnoredException.addIgnoredException to ignore.
> ---
> Found suspect string in log4j at line 1874
> [error 2020/01/09 18:52:37.224 GMT  
> tid=353] 
> org.apache.geode.internal.cache.DistributedRegion[path='/region2';scope=DISTRIBUTED_ACK';dataPolicy=REPLICATE;
>  concurrencyChecksEnabled]
> org.apache.geode.cache.RegionDestroyedException: 
> org.apache.geode.internal.cache.DistributedRegion[path='/region2';scope=DISTRIBUTED_ACK';dataPolicy=REPLICATE;
>  concurrencyChecksEnabled] at 
> org.apache.geode.internal.cache.LocalRegion.checkRegionDestroyed(LocalRegion.java:7296)
>   at 
> org.apache.geode.internal.cache.LocalRegion.checkReadiness(LocalRegion.java:2750)
> at 
> org.apache.geode.internal.cache.LocalRegion.size(LocalRegion.java:8256)  
> at 
> org.apache.geode.management.internal.configuration.realizers.RegionConfigRealizer.get(RegionConfigRealizer.java:307)
>  at 
> org.apache.geode.management.internal.configuration.realizers.RegionConfigRealizer.get(RegionConfigRealizer.java:48)
>   at 
> org.apache.geode.management.internal.configuration.realizers.ConfigurationRealizer.exists(ConfigurationRealizer.java:35)
>  at 
> org.apache.geode.management.internal.functions.CacheRealizationFunction.executeUpdate(CacheRealizationFunction.java:130)
>  at 
> org.apache.geode.management.internal.functions.CacheRealizationFunction.execute(CacheRealizationFunction.java:79)
> at 
> org.apache.geode.internal.cache.MemberFunctionStreamingMessage.process(MemberFunctionStreamingMessage.java:201)
>   at 
> org.apache.geode.distributed.internal.DistributionMessage.scheduleAction(DistributionMessage.java:394)
>at 
> org.apache.geode.distributed.internal.DistributionMessage$1.run(DistributionMessage.java:458)
> at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at 
> org.apache.geode.distributed.internal.ClusterOperationExecutors.runUntilShutdown(ClusterOperationExecutors.java:449)
>  at 
> org.apache.geode.distributed.internal.ClusterOperationExecutors.doFunctionExecutionThread(ClusterOperationExecutors.java:379)
> at 
> org.apache.geode.logging.internal.executors.LoggingThreadFactory.lambda$newThread$0(LoggingThreadFactory.java:119)
>at java.base/java.lang.Thread.run(Thread.java:834)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (GEODE-7664) CI Failure: ClientClusterManagementServiceDUnitTest > deleteRegionOnSpecificGroup

2020-01-09 Thread Ivan Godwin (Jira)
Ivan Godwin created GEODE-7664:
--

 Summary: CI Failure: ClientClusterManagementServiceDUnitTest > 
deleteRegionOnSpecificGroup
 Key: GEODE-7664
 URL: https://issues.apache.org/jira/browse/GEODE-7664
 Project: Geode
  Issue Type: Bug
Reporter: Ivan Godwin


https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/1454
 
{code:java}
org.apache.geode.management.client.ClientClusterManagementServiceDUnitTest > 
deleteRegionOnSpecificGroup FAILEDjava.lang.AssertionError: Suspicious 
strings were written to the log during this run.Fix the strings or use 
IgnoredException.addIgnoredException to ignore.
---
Found suspect string in log4j at line 1874
[error 2020/01/09 18:52:37.224 GMT  tid=353] 
org.apache.geode.internal.cache.DistributedRegion[path='/region2';scope=DISTRIBUTED_ACK';dataPolicy=REPLICATE;
 concurrencyChecksEnabled]org.apache.geode.cache.RegionDestroyedException: 
org.apache.geode.internal.cache.DistributedRegion[path='/region2';scope=DISTRIBUTED_ACK';dataPolicy=REPLICATE;
 concurrencyChecksEnabled]   at 
org.apache.geode.internal.cache.LocalRegion.checkRegionDestroyed(LocalRegion.java:7296)
  at 
org.apache.geode.internal.cache.LocalRegion.checkReadiness(LocalRegion.java:2750)
at 
org.apache.geode.internal.cache.LocalRegion.size(LocalRegion.java:8256)  at 
org.apache.geode.management.internal.configuration.realizers.RegionConfigRealizer.get(RegionConfigRealizer.java:307)
 at 
org.apache.geode.management.internal.configuration.realizers.RegionConfigRealizer.get(RegionConfigRealizer.java:48)
  at 
org.apache.geode.management.internal.configuration.realizers.ConfigurationRealizer.exists(ConfigurationRealizer.java:35)
 at 
org.apache.geode.management.internal.functions.CacheRealizationFunction.executeUpdate(CacheRealizationFunction.java:130)
 at 
org.apache.geode.management.internal.functions.CacheRealizationFunction.execute(CacheRealizationFunction.java:79)
at 
org.apache.geode.internal.cache.MemberFunctionStreamingMessage.process(MemberFunctionStreamingMessage.java:201)
  at 
org.apache.geode.distributed.internal.DistributionMessage.scheduleAction(DistributionMessage.java:394)
   at 
org.apache.geode.distributed.internal.DistributionMessage$1.run(DistributionMessage.java:458)
at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at 
org.apache.geode.distributed.internal.ClusterOperationExecutors.runUntilShutdown(ClusterOperationExecutors.java:449)
 at 
org.apache.geode.distributed.internal.ClusterOperationExecutors.doFunctionExecutionThread(ClusterOperationExecutors.java:379)
at 
org.apache.geode.logging.internal.executors.LoggingThreadFactory.lambda$newThread$0(LoggingThreadFactory.java:119)
   at java.base/java.lang.Thread.run(Thread.java:834)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-7577) Server is not logging about waiting for missing persistent members

2020-01-09 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin updated GEODE-7577:
---
Labels: flaky  (was: )

> Server is not logging about waiting for missing persistent members
> --
>
> Key: GEODE-7577
> URL: https://issues.apache.org/jira/browse/GEODE-7577
> Project: Geode
>  Issue Type: Bug
>  Components: persistence
>Reporter: Kirk Lund
>Assignee: Kirk Lund
>Priority: Major
>  Labels: flaky
> Fix For: 1.12.0
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> During startup, a Server is supposed to log when it is waiting for missing 
> persistent members. Somehow, this log message is no longer being logged.
> The log message looks like:
> "Region %s has potentially stale data. It is waiting for another member to 
> recover the latest data.%sMy persistent id:%s%s%sMembers with potentially new 
> data:%s%s%sUse the gfsh show missing-disk-stores command to see all disk 
> stores that are being waited on by other members."
> Passing equal numbers into MembershipChangeListener for warningDelay and 
> pollDuration seems to be the main cause.
> I also noticed that the formatting of the message was broken when 
> LocalizedStrings were removed from Geode.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Reopened] (GEODE-7577) Server is not logging about waiting for missing persistent members

2020-01-09 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reopened GEODE-7577:


A failure occurred during a run of the new acceptance test:


{code:java}
org.apache.geode.cache.persistence.MissingDiskStoreAcceptanceTest > 
waitingForMembersMessageIsLogged FAILED
java.lang.AssertionError: Process started by [c2d702b6d7f45746: gfsh -e 
start locator --name=locator 
--dir=C:\Users\geode\AppData\Local\Temp\junit2170625527871955206\locator 
--port=20973 --locators=localhost[20973] -e start server --name=server1 
--dir=C:\Users\geode\AppData\Local\Temp\junit2170625527871955206\server1 
--locators=localhost[20973] --server-port=20974 -e start server --name=server2 
--dir=C:\Users\geode\AppData\Local\Temp\junit2170625527871955206\server2 
--locators=localhost[20973] --server-port=20975 -e create region 
--name=myRegion --type=REPLICATE_PERSISTENT] did not exit after 4 MINUTES
at 
org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:134)
at 
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:128)
at 
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:114)
at 
org.apache.geode.cache.persistence.MissingDiskStoreAcceptanceTest.setUp(MissingDiskStoreAcceptanceTest.java:103)


{code}

> Server is not logging about waiting for missing persistent members
> --
>
> Key: GEODE-7577
> URL: https://issues.apache.org/jira/browse/GEODE-7577
> Project: Geode
>  Issue Type: Bug
>  Components: persistence
>Reporter: Kirk Lund
>Assignee: Kirk Lund
>Priority: Major
> Fix For: 1.12.0
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> During startup, a Server is supposed to log when it is waiting for missing 
> persistent members. Somehow, this log message is no longer being logged.
> The log message looks like:
> "Region %s has potentially stale data. It is waiting for another member to 
> recover the latest data.%sMy persistent id:%s%s%sMembers with potentially new 
> data:%s%s%sUse the gfsh show missing-disk-stores command to see all disk 
> stores that are being waited on by other members."
> Passing equal numbers into MembershipChangeListener for warningDelay and 
> pollDuration seems to be the main cause.
> I also noticed that the formatting of the message was broken when 
> LocalizedStrings were removed from Geode.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (GEODE-7210) RedundancyLevelPart1DUnitTest.testRedundancySpecifiedNonPrimaryEPFailsDetectionByCCU fails intermittently with CacheClientProxy was not fulfilled

2020-01-08 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin resolved GEODE-7210.

Resolution: Fixed

> RedundancyLevelPart1DUnitTest.testRedundancySpecifiedNonPrimaryEPFailsDetectionByCCU
>  fails intermittently with CacheClientProxy was not fulfilled
> -
>
> Key: GEODE-7210
> URL: https://issues.apache.org/jira/browse/GEODE-7210
> Project: Geode
>  Issue Type: Bug
>  Components: client/server
>Reporter: Darrel Schneider
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> It failed in this run: 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1098
> {noformat}
> org.apache.geode.internal.cache.tier.sockets.RedundancyLevelPart1DUnitTest > 
> testRedundancySpecifiedNonPrimaryEPFailsDetectionByCCU FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.cache.tier.sockets.RedundancyLevelPart1DUnitTest$$Lambda$180/1742098249.run
>  in VM 2 running on Host 672aa6424308 with 4 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:579)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:406)
> at 
> org.apache.geode.internal.cache.tier.sockets.RedundancyLevelPart1DUnitTest.testRedundancySpecifiedNonPrimaryEPFailsDetectionByCCU(RedundancyLevelPart1DUnitTest.java:237)
> Caused by:
> org.awaitility.core.ConditionTimeoutException: Condition with lambda 
> expression in 
> org.apache.geode.internal.cache.tier.sockets.RedundancyLevelTestBase that 
> uses org.apache.geode.internal.cache.tier.sockets.CacheClientProxy was not 
> fulfilled within 300 seconds.
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7210) RedundancyLevelPart1DUnitTest.testRedundancySpecifiedNonPrimaryEPFailsDetectionByCCU fails intermittently with CacheClientProxy was not fulfilled

2019-12-18 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7210:
--

Assignee: Ivan Godwin

> RedundancyLevelPart1DUnitTest.testRedundancySpecifiedNonPrimaryEPFailsDetectionByCCU
>  fails intermittently with CacheClientProxy was not fulfilled
> -
>
> Key: GEODE-7210
> URL: https://issues.apache.org/jira/browse/GEODE-7210
> Project: Geode
>  Issue Type: Bug
>  Components: client/server
>Reporter: Darrel Schneider
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> It failed in this run: 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1098
> {noformat}
> org.apache.geode.internal.cache.tier.sockets.RedundancyLevelPart1DUnitTest > 
> testRedundancySpecifiedNonPrimaryEPFailsDetectionByCCU FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.cache.tier.sockets.RedundancyLevelPart1DUnitTest$$Lambda$180/1742098249.run
>  in VM 2 running on Host 672aa6424308 with 4 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:579)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:406)
> at 
> org.apache.geode.internal.cache.tier.sockets.RedundancyLevelPart1DUnitTest.testRedundancySpecifiedNonPrimaryEPFailsDetectionByCCU(RedundancyLevelPart1DUnitTest.java:237)
> Caused by:
> org.awaitility.core.ConditionTimeoutException: Condition with lambda 
> expression in 
> org.apache.geode.internal.cache.tier.sockets.RedundancyLevelTestBase that 
> uses org.apache.geode.internal.cache.tier.sockets.CacheClientProxy was not 
> fulfilled within 300 seconds.
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-7525) CI failure: NPE in MBeanProxyFactory.removeAllProxies

2019-12-13 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16995804#comment-16995804
 ] 

Ivan Godwin commented on GEODE-7525:


NPE encountered during 
PdxTypeGenerationDUnitTest.testNoConflictsWhenGeneratingPdxTypesFromJSONOnMultipleServers


{code:java}
org.apache.geode.pdx.PdxTypeGenerationDUnitTest > 
testNoConflictsWhenGeneratingPdxTypesFromJSONOnMultipleServers FAILED
java.lang.AssertionError: Suspicious strings were written to the log during 
this run.
Fix the strings or use IgnoredException.addIgnoredException to ignore.
---

Found suspect string in log4j at line 12
[fatal 2019/12/12 23:25:51.142 GMT  tid=182] Uncaught 
exception in thread Thread[FederatingManager3,5,RMI Runtime]
java.lang.NullPointerException
at 
org.apache.geode.management.internal.MBeanProxyFactory.removeAllProxies(MBeanProxyFactory.java:130)
at 
org.apache.geode.management.internal.FederatingManager.removeMemberArtifacts(FederatingManager.java:338)
at 
org.apache.geode.management.internal.FederatingManager$RemoveMemberTask.run(FederatingManager.java:580)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
{code}
 

See 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1396

 

 

> CI failure: NPE in MBeanProxyFactory.removeAllProxies
> -
>
> Key: GEODE-7525
> URL: https://issues.apache.org/jira/browse/GEODE-7525
> Project: Geode
>  Issue Type: Bug
>  Components: management
>Reporter: Bruce J Schuchardt
>Priority: Major
>
> There was an NPE suspect string in 
> RebalanceCommandDUnitTest.testWithOneGoodAndOneBadRegionName that caused the 
> test to fail.  The NPE is in code recently modified for GEODE-7330.
>  
> {noformat}
> [fatal 2019/12/03 01:08:33.744 GMT  tid=851] Uncaught 
> exception in thread Thread[FederatingManager3,5,RMI Runtime]
> 17:08:34java.lang.NullPointerException
> 17:08:34  at 
> org.apache.geode.management.internal.MBeanProxyFactory.removeAllProxies(MBeanProxyFactory.java:130)
> 17:08:34  at 
> org.apache.geode.management.internal.FederatingManager.removeMemberArtifacts(FederatingManager.java:338)
> 17:08:34  at 
> org.apache.geode.management.internal.FederatingManager$RemoveMemberTask.run(FederatingManager.java:580)
> 17:08:34  at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> 17:08:34  at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> 17:08:34  at java.base/java.lang.Thread.run(Thread.java:834)
> 18:27:42 {noformat}
>  
> See 
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/1336]
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (GEODE-7469) RedundancyLevelPart3DUnitTest has some test failures

2019-12-10 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin resolved GEODE-7469.

Resolution: Fixed

Fix has been merged to develop:


{code:java}
commit 6d5494eab4f8c1b62023e223cf4039c6347a4a3c
Author: Ivan Godwin 
Date:   Tue Dec 10 11:24:05 2019 -0800

GEODE-7469: Fix RedundancyLevelPart3DUnitTest (#)

Changes made to address flakiness:

- Inline super
- Implement Serializable
- Use Dunit rules DistributedRule and CacheRule
- Use AssertJ
- Use setup and teardown methods
- Use latch instead of sleep
{code}

> RedundancyLevelPart3DUnitTest has some test failures
> 
>
> Key: GEODE-7469
> URL: https://issues.apache.org/jira/browse/GEODE-7469
> Project: Geode
>  Issue Type: Bug
>  Components: ci, tests
>Reporter: Mark Hanson
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> {noformat}
> testRegisterInterestAndMakePrimaryWithFullRedundancy   
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1689
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1683
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1673
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1641
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1668
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1658
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1657
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1588
>  
> testRegisterInterestAndMakePrimaryWithRedundancyOne
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1691
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1606
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1549
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1545
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (GEODE-7517) JMXMBeanReconnectDUnitTest.testLocalBeans_MaintainServerAndCrashLocator

2019-12-10 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-7517:
--

Assignee: Ivan Godwin

> JMXMBeanReconnectDUnitTest.testLocalBeans_MaintainServerAndCrashLocator
> ---
>
> Key: GEODE-7517
> URL: https://issues.apache.org/jira/browse/GEODE-7517
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>
> Failures found during mass test runs.
> {noformat}
>  testLocalBeans_MaintainServerAndCrashLocator   
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1940
>  testLocalBeans_MaintainServerAndCrashLocator   
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1845
>  {noformat}
> Stack trace from 1940 run
> {noformat}
> org.awaitility.core.ConditionTimeoutException: Condition with alias 'Locators 
> must agree on the state of the system' didn't complete within 300 seconds 
> because assertion condition defined as a lambda expression in 
> org.apache.geode.management.JMXMBeanReconnectDUnitTest 
> Expecting:
>   <[GemFire:service=Region,name="/test-region-1",type=Distributed,
> GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Distributed,
> GemFire:service=AccessControl,type=Distributed,
> GemFire:service=FileUploader,type=Distributed,
> GemFire:service=System,type=Distributed,
> 
> GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Member,member=locator-0,
> 
> GemFire:service=DiskStore,name=cluster_config,type=Member,member=locator-0,
> GemFire:service=Locator,type=Member,member=locator-0,
> GemFire:type=Member,member=locator-0,
> 
> GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Member,member=locator-1,
> 
> GemFire:service=DiskStore,name=cluster_config,type=Member,member=locator-1,
> GemFire:service=Locator,type=Member,member=locator-1,
> GemFire:type=Member,member=locator-1,
> GemFire:service=Region,name="/test-region-1",type=Member,member=server-2,
> GemFire:service=CacheServer,port=42991,type=Member,member=server-2,
> GemFire:type=Member,member=server-2,
> GemFire:service=Region,name="/test-region-1",type=Member,member=server-3,
> GemFire:service=CacheServer,port=41287,type=Member,member=server-3,
> GemFire:type=Member,member=server-3]>
> to contain exactly (and in same order):
>   <[GemFire:service=Region,name="/test-region-1",type=Distributed,
> GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Distributed,
> GemFire:service=AccessControl,type=Distributed,
> GemFire:service=FileUploader,type=Distributed,
> GemFire:service=System,type=Distributed,
> GemFire:service=Locator,type=Member,member=locator-0,
> GemFire:type=Member,member=locator-0,
> 
> GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Member,member=locator-1,
> 
> GemFire:service=DiskStore,name=cluster_config,type=Member,member=locator-1,
> GemFire:service=Locator,type=Member,member=locator-1,
> GemFire:type=Member,member=locator-1,
> GemFire:service=Region,name="/test-region-1",type=Member,member=server-2,
> GemFire:service=CacheServer,port=42991,type=Member,member=server-2,
> GemFire:type=Member,member=server-2,
> GemFire:service=Region,name="/test-region-1",type=Member,member=server-3,
> GemFire:service=CacheServer,port=41287,type=Member,member=server-3,
> GemFire:type=Member,member=server-3]>
> but some elements were not expected:
>   
> <[GemFire:service=LockService,name=__CLUSTER_CONFIG_LS,type=Member,member=locator-0,
> 
> GemFire:service=DiskStore,name=cluster_config,type=Member,member=locator-0]>
> .
>   at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
>   at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
>   at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
>   at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
>   at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
>   at 
> org.apache.geode.management.JMXMBeanReconnectDUnitTest.before(JMXMBeanReconnectDUnitTest.java:94)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> 

[jira] [Assigned] (GEODE-5407) CI failure: JMXMBeanReconnectDUnitTest.testRemoteBeanKnowledge_MaintainServerAndCrashLocator and testLocalBeans_MaintainServerAndCrashLocator

2019-12-10 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-5407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin reassigned GEODE-5407:
--

Assignee: Ivan Godwin

> CI failure: 
> JMXMBeanReconnectDUnitTest.testRemoteBeanKnowledge_MaintainServerAndCrashLocator
>  and testLocalBeans_MaintainServerAndCrashLocator
> -
>
> Key: GEODE-5407
> URL: https://issues.apache.org/jira/browse/GEODE-5407
> Project: Geode
>  Issue Type: Bug
>  Components: ci, jmx, management
>Reporter: Jinmei Liao
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky, swat
> Attachments: Test results - Class 
> org.apache.geode.management.JMXMBeanReconnectDUnitTest.html, screenshot-1.png
>
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> org.apache.geode.management.JMXMBeanReconnectDUnitTest > 
> testRemoteBeanKnowledge_MaintainServerAndCrashLocator FAILED
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:249]
>  org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.rules.MemberVM$$Lambda$73/2140274979.run in VM 0 
> running on Host 640ab3da6905 with 4 VMs
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:250]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:436)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:251]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:405)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:252]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:348)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:253]
>  at 
> org.apache.geode.test.dunit.rules.MemberVM.waitTilLocatorFullyReconnected(MemberVM.java:113)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:254]
>  at 
> org.apache.geode.management.JMXMBeanReconnectDUnitTest.testRemoteBeanKnowledge_MaintainServerAndCrashLocator(JMXMBeanReconnectDUnitTest.java:161)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:255]
>  
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:256]
>  Caused by:
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:257]
>  org.awaitility.core.ConditionTimeoutException: Condition with 
> org.apache.geode.test.dunit.rules.MemberVM was not fulfilled within 30 
> seconds.
>  
> org.apache.geode.management.JMXMBeanReconnectDUnitTest > 
> testLocalBeans_MaintainServerAndCrashLocator FAILED
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:260]
>  org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.rules.MemberVM$$Lambda$73/2140274979.run in VM 0 
> running on Host 640ab3da6905 with 4 VMs
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:261]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:436)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:262]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:405)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:263]
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:348)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:264]
>  at 
> org.apache.geode.test.dunit.rules.MemberVM.waitTilLocatorFullyReconnected(MemberVM.java:113)
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:265]
>  at 
> org.apache.geode.management.JMXMBeanReconnectDUnitTest.testLocalBeans_MaintainServerAndCrashLocator(JMXMBeanReconnectDUnitTest.java:112)
>  
>  Caused by:
> [ 
> |https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/103#L5b401925:268]
>  org.awaitility.core.ConditionTimeoutException: Condition with 
> org.apache.geode.test.dunit.rules.MemberVM was not fulfilled within 30 
> seconds.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (GEODE-7474) NetSearchMessagingDUnitTest.testNetSearchFailoverFromReplicate

2019-12-09 Thread Ivan Godwin (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-7474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16991843#comment-16991843
 ] 

Ivan Godwin edited comment on GEODE-7474 at 12/9/19 6:45 PM:
-

Fix has been merged to develop:

 
{code:java}
commit d1eaf7d53d2ea8435e90355487e53e7412d3cb54
Author: Ivan Godwin 
Date:   Mon Dec 9 10:33:03 2019 -0800

GEODE-7474: Fix NetSearchMessagingDUnitTest (#4432)

Changes made to address flakiness.

- Implement Serializable
- Use DistributedRule
- Use CacheRule
{code}
 

 


was (Author: igodwin):
Fix has been merged to develop:

commit d1eaf7d53d2ea8435e90355487e53e7412d3cb54
Author: Ivan Godwin 
Date: Mon Dec 9 10:33:03 2019 -0800

GEODE-7474: Fix NetSearchMessagingDUnitTest (#4432)

Changes made to address flakiness.

- Implement Serializable
 - Use DistributedRule
 - Use CacheRule

> NetSearchMessagingDUnitTest.testNetSearchFailoverFromReplicate
> --
>
> Key: GEODE-7474
> URL: https://issues.apache.org/jira/browse/GEODE-7474
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1665]
>  
> {noformat}
> org.apache.geode.internal.cache.NetSearchMessagingDUnitTest > 
> testNetSearchFailoverFromReplicate FAILED
> 19:13:08java.lang.AssertionError: Suspicious strings were written to the 
> log during this run.
> 19:13:08Fix the strings or use IgnoredException.addIgnoredException to 
> ignore.
> 19:13:08
> ---
> 19:13:08Found suspect string in log4j at line 2385
> 19:13:08
> 19:13:08[fatal 2019/11/18 03:13:06.977 GMT  thread 2> tid=207] Uncaught exception in thread Thread[Geode Failure 
> Detection thread 2,5,RMI Runtime]
> 19:13:08java.util.concurrent.RejectedExecutionException: Task 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor$$Lambda$226/1317859019@1274aba9
>  rejected from java.util.concurrent.ThreadPoolExecutor@100274c7[Shutting 
> down, pool size = 3, active threads = 3, queued tasks = 0, completed tasks = 
> 7]
> 19:13:08  at 
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
> 19:13:08  at 
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
> 19:13:08  at 
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379)
> 19:13:08  at 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.checkIfAvailable(GMSHealthMonitor.java:1295)
> 19:13:08  at 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.processMessage(GMSHealthMonitor.java:1232)
> 19:13:08  at 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.sendSuspectRequest(GMSHealthMonitor.java:1478)
> 19:13:08  at 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.initiateSuspicion(GMSHealthMonitor.java:477)
> 19:13:08  at 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.lambda$checkMember$0(GMSHealthMonitor.java:461)
> 19:13:08  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> 19:13:08  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> 19:13:08  at java.lang.Thread.run(Thread.java:748)
> 19:13:08
> 19:13:08
> ---
> 19:13:08Found suspect string in log4j at line 2399
> 19:13:08
> 19:13:08[fatal 2019/11/18 03:13:06.976 GMT  thread 4> tid=226] Uncaught exception in thread Thread[Geode Failure 
> Detection thread 4,5,RMI Runtime]
> 19:13:08java.util.concurrent.RejectedExecutionException: Task 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor$$Lambda$226/1317859019@143de298
>  rejected from java.util.concurrent.ThreadPoolExecutor@100274c7[Shutting 
> down, pool size = 3, active threads = 3, queued tasks = 0, completed tasks = 
> 7]
> 19:13:08  at 
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
> 19:13:08  at 
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
> 19:13:08  at 
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379)
> 19:13:08  at 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.checkIfAvailable(GMSHealthMonitor.java:1295)
> 19:13:08  at 
> 

[jira] [Resolved] (GEODE-7474) NetSearchMessagingDUnitTest.testNetSearchFailoverFromReplicate

2019-12-09 Thread Ivan Godwin (Jira)


 [ 
https://issues.apache.org/jira/browse/GEODE-7474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Godwin resolved GEODE-7474.

Resolution: Fixed

Fix has been merged to develop:

commit d1eaf7d53d2ea8435e90355487e53e7412d3cb54
Author: Ivan Godwin 
Date: Mon Dec 9 10:33:03 2019 -0800

GEODE-7474: Fix NetSearchMessagingDUnitTest (#4432)

Changes made to address flakiness.

- Implement Serializable
 - Use DistributedRule
 - Use CacheRule

> NetSearchMessagingDUnitTest.testNetSearchFailoverFromReplicate
> --
>
> Key: GEODE-7474
> URL: https://issues.apache.org/jira/browse/GEODE-7474
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Mark Hanson
>Assignee: Ivan Godwin
>Priority: Major
>  Labels: flaky
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1665]
>  
> {noformat}
> org.apache.geode.internal.cache.NetSearchMessagingDUnitTest > 
> testNetSearchFailoverFromReplicate FAILED
> 19:13:08java.lang.AssertionError: Suspicious strings were written to the 
> log during this run.
> 19:13:08Fix the strings or use IgnoredException.addIgnoredException to 
> ignore.
> 19:13:08
> ---
> 19:13:08Found suspect string in log4j at line 2385
> 19:13:08
> 19:13:08[fatal 2019/11/18 03:13:06.977 GMT  thread 2> tid=207] Uncaught exception in thread Thread[Geode Failure 
> Detection thread 2,5,RMI Runtime]
> 19:13:08java.util.concurrent.RejectedExecutionException: Task 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor$$Lambda$226/1317859019@1274aba9
>  rejected from java.util.concurrent.ThreadPoolExecutor@100274c7[Shutting 
> down, pool size = 3, active threads = 3, queued tasks = 0, completed tasks = 
> 7]
> 19:13:08  at 
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
> 19:13:08  at 
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
> 19:13:08  at 
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379)
> 19:13:08  at 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.checkIfAvailable(GMSHealthMonitor.java:1295)
> 19:13:08  at 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.processMessage(GMSHealthMonitor.java:1232)
> 19:13:08  at 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.sendSuspectRequest(GMSHealthMonitor.java:1478)
> 19:13:08  at 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.initiateSuspicion(GMSHealthMonitor.java:477)
> 19:13:08  at 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.lambda$checkMember$0(GMSHealthMonitor.java:461)
> 19:13:08  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> 19:13:08  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> 19:13:08  at java.lang.Thread.run(Thread.java:748)
> 19:13:08
> 19:13:08
> ---
> 19:13:08Found suspect string in log4j at line 2399
> 19:13:08
> 19:13:08[fatal 2019/11/18 03:13:06.976 GMT  thread 4> tid=226] Uncaught exception in thread Thread[Geode Failure 
> Detection thread 4,5,RMI Runtime]
> 19:13:08java.util.concurrent.RejectedExecutionException: Task 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor$$Lambda$226/1317859019@143de298
>  rejected from java.util.concurrent.ThreadPoolExecutor@100274c7[Shutting 
> down, pool size = 3, active threads = 3, queued tasks = 0, completed tasks = 
> 7]
> 19:13:08  at 
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
> 19:13:08  at 
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
> 19:13:08  at 
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379)
> 19:13:08  at 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.checkIfAvailable(GMSHealthMonitor.java:1295)
> 19:13:08  at 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.processMessage(GMSHealthMonitor.java:1232)
> 19:13:08  at 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.sendSuspectRequest(GMSHealthMonitor.java:1478)
> 19:13:08  at 
> org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.initiateSuspicion(GMSHealthMonitor.java:477)
> 19:13:08  at 
> 

  1   2   >