[jira] [Assigned] (GEODE-9235) Allow members binding to all addresses

2021-10-21 Thread Alberto Bustamante Reyes (Jira)


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

Alberto Bustamante Reyes reassigned GEODE-9235:
---

Assignee: (was: Alberto Bustamante Reyes)

> Allow members binding to all addresses
> --
>
> Key: GEODE-9235
> URL: https://issues.apache.org/jira/browse/GEODE-9235
> Project: Geode
>  Issue Type: Improvement
>Reporter: Alberto Bustamante Reyes
>Priority: Major
>  Labels: pull-request-available
>
> *AS A* geode contributor
> *I WANT TO* be able to start members with option "bind-address=0.0.0.0", 
> "bind-address=::" or "bind-address=*" 
> *SO THAT* all TCP endpoints are bound to all interfaces.
> It is not currently possible to start cluster members binding to all 
> interfaces. That is using "bind-address=0.0.0.0" for ipv4 or 
> "bind-address=::" for ipv6.
> Geode binds the locator and server traffic port by default to 0.0.0.0, but 
> the membership ports are bound by default to the local address.
> Changing the default membership binding is not the best option, as it could 
> cause problems in existing Geode deployments. But using 
> "bind-address=0.0.0.0", "bind-address=::" or "bind-address=*" should be 
> accepted.
> There is a use case that needs this binding, that is using Istio with Geode. 
> One of the requirements set by Istio towards applications trying to integrate 
> with it is that the application listening ports need to be bound to 0.0.0.0 
> address (which listens on all interfaces).



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


[jira] [Commented] (GEODE-9428) CI Failure: NativeRedisAcceptanceTest fails with CLUSTERDOWN error

2021-10-21 Thread Geode Integration (Jira)


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

Geode Integration commented on GEODE-9428:
--

Seen in [acceptance-test-openjdk11 
#293|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/acceptance-test-openjdk11/builds/293]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0607/test-results/acceptanceTest/1634783613/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0607/test-artifacts/1634783613/acceptancetestfiles-openjdk11-1.15.0-build.0607.tgz].

> CI Failure: NativeRedisAcceptanceTest fails with CLUSTERDOWN error
> --
>
> Key: GEODE-9428
> URL: https://issues.apache.org/jira/browse/GEODE-9428
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Reporter: Hale Bales
>Priority: Major
>
> *This ticket tracks failures seen in NativeRedisAcceptanceTests due to 
> non-Geode code. It is closed because no work will be done in the Geode 
> project to fix this issue. If the issue becomes unbearable, a bug should be 
> opened with Redis: 
> [https://github.com/redis/redis/issues|https://github.com/redis/redis/issues*]*
> CI run is here: 
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/acceptance-test-openjdk11/builds/82#L60e11384:311]
> {code:java}
> org.apache.geode.redis.internal.executor.string.PSetEXNativeRedisAcceptanceTest
>  > testPSetEX FAILED
> redis.clients.jedis.exceptions.JedisClusterException: CLUSTERDOWN The 
> cluster is down
> at redis.clients.jedis.Protocol.processError(Protocol.java:125)
> at redis.clients.jedis.Protocol.process(Protocol.java:169)
> at redis.clients.jedis.Protocol.read(Protocol.java:223)
> at 
> redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:352)
> at 
> redis.clients.jedis.Connection.getStatusCodeReply(Connection.java:270)
> at redis.clients.jedis.Jedis.psetex(Jedis.java:3616)
> at redis.clients.jedis.JedisCluster$30.execute(JedisCluster.java:572)
> at redis.clients.jedis.JedisCluster$30.execute(JedisCluster.java:569)
> at 
> redis.clients.jedis.JedisClusterCommand.runWithRetries(JedisClusterCommand.java:121)
> at 
> redis.clients.jedis.JedisClusterCommand.run(JedisClusterCommand.java:45)
> at redis.clients.jedis.JedisCluster.psetex(JedisCluster.java:574)
> at 
> org.apache.geode.redis.internal.executor.string.AbstractPSetEXIntegrationTest.testPSetEX(AbstractPSetEXIntegrationTest.java:54)
> 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:59)
> at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
> 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.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> at 
> org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
> at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
> at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
> at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
> at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
> at 
> org.apache.geode.redis.NativeRedisClusterTestRule$1.evaluate(NativeRedisClusterTestRule.java:120)
> at 
> org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> 

[jira] [Commented] (GEODE-9428) CI Failure: NativeRedisAcceptanceTest fails with CLUSTERDOWN error

2021-10-21 Thread Geode Integration (Jira)


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

Geode Integration commented on GEODE-9428:
--

Seen in [acceptance-test-openjdk11 
#294|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/acceptance-test-openjdk11/builds/294]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0607/test-results/acceptanceTest/1634796515/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0607/test-artifacts/1634796515/acceptancetestfiles-openjdk11-1.15.0-build.0607.tgz].

> CI Failure: NativeRedisAcceptanceTest fails with CLUSTERDOWN error
> --
>
> Key: GEODE-9428
> URL: https://issues.apache.org/jira/browse/GEODE-9428
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Reporter: Hale Bales
>Priority: Major
>
> *This ticket tracks failures seen in NativeRedisAcceptanceTests due to 
> non-Geode code. It is closed because no work will be done in the Geode 
> project to fix this issue. If the issue becomes unbearable, a bug should be 
> opened with Redis: 
> [https://github.com/redis/redis/issues|https://github.com/redis/redis/issues*]*
> CI run is here: 
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/acceptance-test-openjdk11/builds/82#L60e11384:311]
> {code:java}
> org.apache.geode.redis.internal.executor.string.PSetEXNativeRedisAcceptanceTest
>  > testPSetEX FAILED
> redis.clients.jedis.exceptions.JedisClusterException: CLUSTERDOWN The 
> cluster is down
> at redis.clients.jedis.Protocol.processError(Protocol.java:125)
> at redis.clients.jedis.Protocol.process(Protocol.java:169)
> at redis.clients.jedis.Protocol.read(Protocol.java:223)
> at 
> redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:352)
> at 
> redis.clients.jedis.Connection.getStatusCodeReply(Connection.java:270)
> at redis.clients.jedis.Jedis.psetex(Jedis.java:3616)
> at redis.clients.jedis.JedisCluster$30.execute(JedisCluster.java:572)
> at redis.clients.jedis.JedisCluster$30.execute(JedisCluster.java:569)
> at 
> redis.clients.jedis.JedisClusterCommand.runWithRetries(JedisClusterCommand.java:121)
> at 
> redis.clients.jedis.JedisClusterCommand.run(JedisClusterCommand.java:45)
> at redis.clients.jedis.JedisCluster.psetex(JedisCluster.java:574)
> at 
> org.apache.geode.redis.internal.executor.string.AbstractPSetEXIntegrationTest.testPSetEX(AbstractPSetEXIntegrationTest.java:54)
> 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:59)
> at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
> 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.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> at 
> org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
> at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
> at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
> at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
> at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
> at 
> org.apache.geode.redis.NativeRedisClusterTestRule$1.evaluate(NativeRedisClusterTestRule.java:120)
> at 
> org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> 

[jira] [Commented] (GEODE-9737) CI failure in TomcatSessionBackwardsCompatibilityTomcat7079WithOldModulesMixedWithCurrentCanDoPutFromCurrentModuleTest

2021-10-21 Thread Geode Integration (Jira)


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

Geode Integration commented on GEODE-9737:
--

Seen in [upgrade-test-openjdk11 
#288|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/upgrade-test-openjdk11/builds/288]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0598/test-results/upgradeTest/1634610941/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0598/test-artifacts/1634610941/upgradetestfiles-openjdk11-1.15.0-build.0598.tgz].

> CI failure in 
> TomcatSessionBackwardsCompatibilityTomcat7079WithOldModulesMixedWithCurrentCanDoPutFromCurrentModuleTest
> --
>
> Key: GEODE-9737
> URL: https://issues.apache.org/jira/browse/GEODE-9737
> Project: Geode
>  Issue Type: Bug
>  Components: http session
>Affects Versions: 1.15.0
>Reporter: Kamilla Aslami
>Priority: Major
>  Labels: needsTriage
>
> {noformat}
> TomcatSessionBackwardsCompatibilityTomcat7079WithOldModulesMixedWithCurrentCanDoPutFromCurrentModuleTest
>  > test[0] FAILED
> java.lang.RuntimeException: Something very bad happened when trying to 
> start container 
> TOMCAT7_client-server_test0_1_dd13a1a6-effb-4430-8ccd-ee6c9142938c_
> at 
> org.apache.geode.session.tests.ContainerManager.startContainer(ContainerManager.java:82)
> at 
> org.apache.geode.session.tests.ContainerManager.startContainers(ContainerManager.java:93)
> at 
> org.apache.geode.session.tests.ContainerManager.startAllInactiveContainers(ContainerManager.java:101)
> at 
> org.apache.geode.session.tests.TomcatSessionBackwardsCompatibilityTestBase.doPutAndGetSessionOnAllClients(TomcatSessionBackwardsCompatibilityTestBase.java:187)
> at 
> org.apache.geode.session.tests.TomcatSessionBackwardsCompatibilityTomcat7079WithOldModulesMixedWithCurrentCanDoPutFromCurrentModuleTest.test(TomcatSessionBackwardsCompatibilityTomcat7079WithOldModulesMixedWithCurrentCanDoPutFromCurrentModuleTest.java:36)
> Caused by:
> java.lang.RuntimeException: Something very bad happened to this 
> container when starting. Check the cargo_logs folder for container logs.
> at 
> org.apache.geode.session.tests.ServerContainer.start(ServerContainer.java:220)
> at 
> org.apache.geode.session.tests.ContainerManager.startContainer(ContainerManager.java:79)
> ... 4 more
> Caused by:
> org.codehaus.cargo.container.ContainerException: Deployable 
> [http://localhost:26322/cargocpc/index.html] failed to finish deploying 
> within the timeout period [12]. The Deployable state is thus unknown.
> at 
> org.codehaus.cargo.container.spi.deployer.DeployerWatchdog.watch(DeployerWatchdog.java:111)
> at 
> org.codehaus.cargo.container.spi.AbstractLocalContainer.waitForCompletion(AbstractLocalContainer.java:387)
> at 
> org.codehaus.cargo.container.spi.AbstractLocalContainer.start(AbstractLocalContainer.java:234)
> at 
> org.apache.geode.session.tests.ServerContainer.start(ServerContainer.java:218)
> ... 5 more
> {noformat}



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


[jira] [Resolved] (GEODE-9714) CI: QueryConfigurationServiceConstraintsDistributedTest failed with java.io.InvalidClassException: org.apache.shiro.session.StoppedSessionException

2021-10-21 Thread Kirk Lund (Jira)


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

Kirk Lund resolved GEODE-9714.
--
Fix Version/s: 1.15.0
   Resolution: Fixed

> CI: QueryConfigurationServiceConstraintsDistributedTest failed with 
> java.io.InvalidClassException: 
> org.apache.shiro.session.StoppedSessionException
> ---
>
> Key: GEODE-9714
> URL: https://issues.apache.org/jira/browse/GEODE-9714
> Project: Geode
>  Issue Type: Bug
>Affects Versions: 1.12.0, 1.13.0, 1.14.0, 1.15.0
>Reporter: Xiaojian Zhou
>Assignee: Kirk Lund
>Priority: Major
>  Labels: GeodeOperationAPI, pull-request-available
> Fix For: 1.15.0
>
>
> https://hydradb.hdb.gemfire-ci.info/hdb/testresult/11899355
> {code:java}
> QueryConfigurationServiceConstraintsDistributedTest > [10] 
> indexesShouldNotBeAffectedByMethodAuthorizerChangeAfterRegionOperationOnClientWhenIndexedExpressionContainsMethodsAllowedByTheNewAuthorizer(RegionType:REPLICATE;Operation:DESTROY)
>  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 'dunit_suspect-vm2.log' at line 357
> [fatal 2021/10/09 19:11:41.270 UTC  
> tid=33] Serialization filter is rejecting class 
> org.apache.shiro.session.StoppedSessionException
> java.io.InvalidClassException: 
> org.apache.shiro.session.StoppedSessionException
>   at 
> org.apache.geode.internal.ObjectInputStreamFilterWrapper.lambda$createSerializationFilter$0(ObjectInputStreamFilterWrapper.java:215)
>   at com.sun.proxy.$Proxy44.checkInput(Unknown Source)
>   at java.io.ObjectInputStream.filterCheck(ObjectInputStream.java:1315)
>   at 
> java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1996)
>   at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1850)
>   at 
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2160)
>   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1667)
>   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:503)
>   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:461)
>   at 
> org.apache.geode.internal.InternalDataSerializer.readSerializable(InternalDataSerializer.java:2695)
>   at 
> org.apache.geode.internal.InternalDataSerializer.basicReadObject(InternalDataSerializer.java:2639)
>   at org.apache.geode.DataSerializer.readObject(DataSerializer.java:2864)
>   at 
> org.apache.geode.internal.util.BlobHelper.deserializeBlob(BlobHelper.java:102)
>   at 
> org.apache.geode.internal.cache.tier.sockets.CacheServerHelper.deserialize(CacheServerHelper.java:73)
>   at 
> org.apache.geode.internal.cache.tier.sockets.Part.getObject(Part.java:354)
>   at 
> org.apache.geode.internal.cache.tier.sockets.Part.getObject(Part.java:362)
>   at 
> org.apache.geode.cache.client.internal.AbstractOp.processAck(AbstractOp.java:258)
>   at 
> org.apache.geode.cache.client.internal.DestroyOp$DestroyOpImpl.processResponse(DestroyOp.java:176)
>   at 
> org.apache.geode.cache.client.internal.AbstractOp.attemptReadResponse(AbstractOp.java:212)
>   at 
> org.apache.geode.cache.client.internal.AbstractOp.attempt(AbstractOp.java:387)
>   at 
> org.apache.geode.cache.client.internal.ConnectionImpl.execute(ConnectionImpl.java:284)
>   at 
> org.apache.geode.cache.client.internal.pooling.PooledConnection.execute(PooledConnection.java:358)
>   at 
> org.apache.geode.cache.client.internal.OpExecutorImpl.executeWithPossibleReAuthentication(OpExecutorImpl.java:757)
>   at 
> org.apache.geode.cache.client.internal.OpExecutorImpl.execute(OpExecutorImpl.java:150)
>   at 
> org.apache.geode.cache.client.internal.OpExecutorImpl.execute(OpExecutorImpl.java:120)
>   at 
> org.apache.geode.cache.client.internal.PoolImpl.execute(PoolImpl.java:801)
>   at 
> org.apache.geode.cache.client.internal.DestroyOp.execute(DestroyOp.java:87)
>   at 
> org.apache.geode.cache.client.internal.ServerRegionProxy.destroy(ServerRegionProxy.java:195)
>   at 
> org.apache.geode.internal.cache.LocalRegion.serverDestroy(LocalRegion.java:3095)
>   at 
> org.apache.geode.internal.cache.LocalRegion.cacheWriteBeforeDestroy(LocalRegion.java:2972)
>   at 
> org.apache.geode.internal.cache.ProxyRegionMap.destroy(ProxyRegionMap.java:172)
>   at 
> org.apache.geode.internal.cache.LocalRegion.mapDestroy(LocalRegion.java:6507)
>   at 
> org.apache.geode.internal.cache.LocalRegion.mapDestr

[jira] [Assigned] (GEODE-9748) CI failure: LuceneClientSecurityPostProcessingDUnitTest sees UnknownSessionException

2021-10-21 Thread Kirk Lund (Jira)


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

Kirk Lund reassigned GEODE-9748:


Assignee: Kirk Lund

> CI failure: LuceneClientSecurityPostProcessingDUnitTest sees 
> UnknownSessionException
> 
>
> Key: GEODE-9748
> URL: https://issues.apache.org/jira/browse/GEODE-9748
> Project: Geode
>  Issue Type: Bug
>  Components: lucene
>Affects Versions: 1.15.0
>Reporter: Bill Burcham
>Assignee: Kirk Lund
>Priority: Major
>  Labels: GeodeOperationAPI, needsTriage
>
> {noformat}
> LuceneClientSecurityPostProcessingDUnitTest > verifyPostProcessing 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 'dunit_suspect-vm3.log' at line 367
> [fatal 2021/10/16 02:02:52.677 UTC  
> tid=33] Serialization filter is rejecting class 
> org.apache.shiro.session.UnknownSessionException
> java.io.InvalidClassException: 
> org.apache.shiro.session.UnknownSessionException
>   at 
> org.apache.geode.internal.ObjectInputStreamFilterWrapper.lambda$createSerializationFilter$0(ObjectInputStreamFilterWrapper.java:215)
>   at com.sun.proxy.$Proxy35.checkInput(Unknown Source)
>   at java.io.ObjectInputStream.filterCheck(ObjectInputStream.java:1315)
>   at 
> java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1996)
>   at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1850)
>   at 
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2160)
>   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1667)
>   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:503)
>   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:461)
>   at 
> org.apache.geode.internal.InternalDataSerializer.readSerializable(InternalDataSerializer.java:2708)
>   at 
> org.apache.geode.internal.InternalDataSerializer.basicReadObject(InternalDataSerializer.java:2652)
>   at org.apache.geode.DataSerializer.readObject(DataSerializer.java:2864)
>   at 
> org.apache.geode.internal.util.BlobHelper.deserializeBlob(BlobHelper.java:102)
>   at 
> org.apache.geode.internal.cache.tier.sockets.CacheServerHelper.deserialize(CacheServerHelper.java:73)
>   at 
> org.apache.geode.internal.cache.tier.sockets.Part.getObject(Part.java:354)
>   at 
> org.apache.geode.internal.cache.tier.sockets.Part.getObject(Part.java:362)
>   at 
> org.apache.geode.cache.client.internal.ExecuteRegionFunctionOp$ExecuteRegionFunctionOpImpl.processResponse(ExecuteRegionFunctionOp.java:424)
>   at 
> org.apache.geode.cache.client.internal.AbstractOp.processResponse(AbstractOp.java:227)
>   at 
> org.apache.geode.cache.client.internal.AbstractOp.attemptReadResponse(AbstractOp.java:200)
>   at 
> org.apache.geode.cache.client.internal.AbstractOp.attempt(AbstractOp.java:387)
>   at 
> org.apache.geode.cache.client.internal.AbstractOpWithTimeout.attempt(AbstractOpWithTimeout.java:45)
>   at 
> org.apache.geode.cache.client.internal.ConnectionImpl.execute(ConnectionImpl.java:284)
>   at 
> org.apache.geode.cache.client.internal.pooling.PooledConnection.execute(PooledConnection.java:358)
>   at 
> org.apache.geode.cache.client.internal.OpExecutorImpl.executeWithPossibleReAuthentication(OpExecutorImpl.java:757)
>   at 
> org.apache.geode.cache.client.internal.OpExecutorImpl.execute(OpExecutorImpl.java:150)
>   at 
> org.apache.geode.cache.client.internal.PoolImpl.execute(PoolImpl.java:820)
>   at 
> org.apache.geode.cache.client.internal.ExecuteRegionFunctionOp.execute(ExecuteRegionFunctionOp.java:90)
>   at 
> org.apache.geode.cache.client.internal.ServerRegionProxy.executeFunction(ServerRegionProxy.java:685)
>   at 
> org.apache.geode.internal.cache.execute.ServerRegionFunctionExecutor.executeOnServer(ServerRegionFunctionExecutor.java:206)
>   at 
> org.apache.geode.internal.cache.execute.ServerRegionFunctionExecutor.executeFunction(ServerRegionFunctionExecutor.java:156)
>   at 
> org.apache.geode.internal.cache.execute.ServerRegionFunctionExecutor.execute(ServerRegionFunctionExecutor.java:390)
>   at 
> org.apache.geode.internal.cache.execute.ServerRegionFunctionExecutor.execute(ServerRegionFunctionExecutor.java:351)
>   at 
> org.apache.geode.cache.lucene.internal.LuceneServiceImpl.waitUntilFlushed(LuceneServiceImpl.java:668)
>   at 
> org.apache.geode.cache.lucene.LuceneClientSecurityPostProcessingDUnitTest.startClient(LuceneClientSecurityPostProcessing

[jira] [Resolved] (GEODE-9748) CI failure: LuceneClientSecurityPostProcessingDUnitTest sees UnknownSessionException

2021-10-21 Thread Kirk Lund (Jira)


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

Kirk Lund resolved GEODE-9748.
--
Fix Version/s: 1.15.0
   Resolution: Fixed

Fixed by the fix for GEODE-9714

> CI failure: LuceneClientSecurityPostProcessingDUnitTest sees 
> UnknownSessionException
> 
>
> Key: GEODE-9748
> URL: https://issues.apache.org/jira/browse/GEODE-9748
> Project: Geode
>  Issue Type: Bug
>  Components: lucene
>Affects Versions: 1.15.0
>Reporter: Bill Burcham
>Assignee: Kirk Lund
>Priority: Major
>  Labels: GeodeOperationAPI, needsTriage
> Fix For: 1.15.0
>
>
> {noformat}
> LuceneClientSecurityPostProcessingDUnitTest > verifyPostProcessing 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 'dunit_suspect-vm3.log' at line 367
> [fatal 2021/10/16 02:02:52.677 UTC  
> tid=33] Serialization filter is rejecting class 
> org.apache.shiro.session.UnknownSessionException
> java.io.InvalidClassException: 
> org.apache.shiro.session.UnknownSessionException
>   at 
> org.apache.geode.internal.ObjectInputStreamFilterWrapper.lambda$createSerializationFilter$0(ObjectInputStreamFilterWrapper.java:215)
>   at com.sun.proxy.$Proxy35.checkInput(Unknown Source)
>   at java.io.ObjectInputStream.filterCheck(ObjectInputStream.java:1315)
>   at 
> java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1996)
>   at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1850)
>   at 
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2160)
>   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1667)
>   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:503)
>   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:461)
>   at 
> org.apache.geode.internal.InternalDataSerializer.readSerializable(InternalDataSerializer.java:2708)
>   at 
> org.apache.geode.internal.InternalDataSerializer.basicReadObject(InternalDataSerializer.java:2652)
>   at org.apache.geode.DataSerializer.readObject(DataSerializer.java:2864)
>   at 
> org.apache.geode.internal.util.BlobHelper.deserializeBlob(BlobHelper.java:102)
>   at 
> org.apache.geode.internal.cache.tier.sockets.CacheServerHelper.deserialize(CacheServerHelper.java:73)
>   at 
> org.apache.geode.internal.cache.tier.sockets.Part.getObject(Part.java:354)
>   at 
> org.apache.geode.internal.cache.tier.sockets.Part.getObject(Part.java:362)
>   at 
> org.apache.geode.cache.client.internal.ExecuteRegionFunctionOp$ExecuteRegionFunctionOpImpl.processResponse(ExecuteRegionFunctionOp.java:424)
>   at 
> org.apache.geode.cache.client.internal.AbstractOp.processResponse(AbstractOp.java:227)
>   at 
> org.apache.geode.cache.client.internal.AbstractOp.attemptReadResponse(AbstractOp.java:200)
>   at 
> org.apache.geode.cache.client.internal.AbstractOp.attempt(AbstractOp.java:387)
>   at 
> org.apache.geode.cache.client.internal.AbstractOpWithTimeout.attempt(AbstractOpWithTimeout.java:45)
>   at 
> org.apache.geode.cache.client.internal.ConnectionImpl.execute(ConnectionImpl.java:284)
>   at 
> org.apache.geode.cache.client.internal.pooling.PooledConnection.execute(PooledConnection.java:358)
>   at 
> org.apache.geode.cache.client.internal.OpExecutorImpl.executeWithPossibleReAuthentication(OpExecutorImpl.java:757)
>   at 
> org.apache.geode.cache.client.internal.OpExecutorImpl.execute(OpExecutorImpl.java:150)
>   at 
> org.apache.geode.cache.client.internal.PoolImpl.execute(PoolImpl.java:820)
>   at 
> org.apache.geode.cache.client.internal.ExecuteRegionFunctionOp.execute(ExecuteRegionFunctionOp.java:90)
>   at 
> org.apache.geode.cache.client.internal.ServerRegionProxy.executeFunction(ServerRegionProxy.java:685)
>   at 
> org.apache.geode.internal.cache.execute.ServerRegionFunctionExecutor.executeOnServer(ServerRegionFunctionExecutor.java:206)
>   at 
> org.apache.geode.internal.cache.execute.ServerRegionFunctionExecutor.executeFunction(ServerRegionFunctionExecutor.java:156)
>   at 
> org.apache.geode.internal.cache.execute.ServerRegionFunctionExecutor.execute(ServerRegionFunctionExecutor.java:390)
>   at 
> org.apache.geode.internal.cache.execute.ServerRegionFunctionExecutor.execute(ServerRegionFunctionExecutor.java:351)
>   at 
> org.apache.geode.cache.lucene.internal.LuceneServiceImpl.waitUntilFlushed(LuceneServiceImpl.java:668)
>   at 
> org.apache.geode.cache.lucene.Luc

[jira] [Reopened] (GEODE-9428) CI Failure: NativeRedisAcceptanceTest fails with CLUSTERDOWN error

2021-10-21 Thread Wayne (Jira)


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

Wayne reopened GEODE-9428:
--

Reopened for further investigation to determine what's going wrong in native 
Redis.

> CI Failure: NativeRedisAcceptanceTest fails with CLUSTERDOWN error
> --
>
> Key: GEODE-9428
> URL: https://issues.apache.org/jira/browse/GEODE-9428
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Reporter: Hale Bales
>Priority: Major
>
> *This ticket tracks failures seen in NativeRedisAcceptanceTests due to 
> non-Geode code. It is closed because no work will be done in the Geode 
> project to fix this issue. If the issue becomes unbearable, a bug should be 
> opened with Redis: 
> [https://github.com/redis/redis/issues|https://github.com/redis/redis/issues*]*
> CI run is here: 
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/acceptance-test-openjdk11/builds/82#L60e11384:311]
> {code:java}
> org.apache.geode.redis.internal.executor.string.PSetEXNativeRedisAcceptanceTest
>  > testPSetEX FAILED
> redis.clients.jedis.exceptions.JedisClusterException: CLUSTERDOWN The 
> cluster is down
> at redis.clients.jedis.Protocol.processError(Protocol.java:125)
> at redis.clients.jedis.Protocol.process(Protocol.java:169)
> at redis.clients.jedis.Protocol.read(Protocol.java:223)
> at 
> redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:352)
> at 
> redis.clients.jedis.Connection.getStatusCodeReply(Connection.java:270)
> at redis.clients.jedis.Jedis.psetex(Jedis.java:3616)
> at redis.clients.jedis.JedisCluster$30.execute(JedisCluster.java:572)
> at redis.clients.jedis.JedisCluster$30.execute(JedisCluster.java:569)
> at 
> redis.clients.jedis.JedisClusterCommand.runWithRetries(JedisClusterCommand.java:121)
> at 
> redis.clients.jedis.JedisClusterCommand.run(JedisClusterCommand.java:45)
> at redis.clients.jedis.JedisCluster.psetex(JedisCluster.java:574)
> at 
> org.apache.geode.redis.internal.executor.string.AbstractPSetEXIntegrationTest.testPSetEX(AbstractPSetEXIntegrationTest.java:54)
> 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:59)
> at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
> 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.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> at 
> org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
> at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
> at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
> at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
> at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
> at 
> org.apache.geode.redis.NativeRedisClusterTestRule$1.evaluate(NativeRedisClusterTestRule.java:120)
> at 
> org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
> 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(J

[jira] [Commented] (GEODE-9741) Add Latest Toolchain (v142) to Visual Studio 2019 CI Pipeline

2021-10-21 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on GEODE-9741:
---

mmartell commented on a change in pull request #884:
URL: https://github.com/apache/geode-native/pull/884#discussion_r733943601



##
File path: packer/windows/install-vs-2019-community.ps1
##
@@ -21,22 +21,93 @@ write-host "Installing Visual Studio 2019 Community..."
 
 $args = @('--add Microsoft.VisualStudio.Component.CoreEditor',
   '--add Microsoft.VisualStudio.Workload.CoreEditor',
+  '--add Microsoft.NetCore.Component.Runtime.5.0',
+  '--add Microsoft.NetCore.Component.Runtime.3.1',
+  '--add Microsoft.NetCore.Component.SDK',
+  '--add Microsoft.VisualStudio.Component.NuGet',
   '--add Microsoft.Net.Component.4.6.1.TargetingPack',
   '--add Microsoft.VisualStudio.Component.Roslyn.Compiler',
+  '--add Microsoft.VisualStudio.Component.Roslyn.LanguageServices',
+  '--add Microsoft.VisualStudio.Component.FSharp',
+  '--add Microsoft.ComponentGroup.ClickOnce.Publish',
+  '--add Microsoft.NetCore.Component.DevelopmentTools',
+  '--add Microsoft.VisualStudio.Component.FSharp.WebTemplates',
+  '--add Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions',
+  '--add Microsoft.VisualStudio.Component.DockerTools',
+  '--add Microsoft.NetCore.Component.Web',
   '--add Microsoft.Net.Component.4.8.SDK',
+  '--add Microsoft.Net.Component.4.7.2.TargetingPack',
+  '--add Microsoft.Net.ComponentGroup.DevelopmentPrerequisites',
+  '--add Microsoft.VisualStudio.Component.TypeScript.4.3',
+  '--add Microsoft.VisualStudio.Component.JavaScript.TypeScript',
+  '--add Microsoft.VisualStudio.Component.JavaScript.Diagnostics',
   '--add Microsoft.Component.MSBuild',
   '--add Microsoft.VisualStudio.Component.TextTemplating',
+  '--add Component.Microsoft.VisualStudio.RazorExtension',
+  '--add Microsoft.VisualStudio.Component.IISExpress',
+  '--add Microsoft.VisualStudio.Component.SQL.ADAL',
+  '--add Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime',
+  '--add Microsoft.VisualStudio.Component.Common.Azure.Tools',
+  '--add Microsoft.VisualStudio.Component.SQL.CLR',
+  '--add Microsoft.VisualStudio.Component.MSODBC.SQL',
+  '--add Microsoft.VisualStudio.Component.MSSQL.CMDLnUtils',
+  '--add Microsoft.VisualStudio.Component.ManagedDesktop.Core',
   '--add Microsoft.Net.Component.4.5.2.TargetingPack',
+  '--add Microsoft.Net.Component.4.5.TargetingPack',
+  '--add Microsoft.VisualStudio.Component.SQL.SSDT',
+  '--add Microsoft.VisualStudio.Component.SQL.DataSources',
+  '--add Component.Microsoft.Web.LibraryManager',
+  '--add Component.Microsoft.WebTools.BrowserLink.WebLivePreview',
+  '--add Microsoft.VisualStudio.ComponentGroup.Web',
+  '--add Microsoft.VisualStudio.Component.Web',
+  '--add Microsoft.VisualStudio.ComponentGroup.Web.Client',
+  '--add Microsoft.Net.Component.4.TargetingPack',
+  '--add Microsoft.Net.Component.4.5.1.TargetingPack',
+  '--add Microsoft.Net.Component.4.6.TargetingPack',
+  '--add Microsoft.Net.ComponentGroup.TargetingPacks.Common',
+  '--add Component.Microsoft.VisualStudio.Web.AzureFunctions',
+  '--add Microsoft.VisualStudio.ComponentGroup.AzureFunctions',
+  '--add Microsoft.VisualStudio.Component.Azure.Compute.Emulator',
+  '--add Microsoft.VisualStudio.Component.Azure.Storage.Emulator',
+  '--add Microsoft.VisualStudio.Component.Azure.ClientLibs',
+  '--add Microsoft.VisualStudio.Component.Azure.AuthoringTools',
+  '--add Microsoft.VisualStudio.Component.CloudExplorer',
+  '--add Microsoft.VisualStudio.ComponentGroup.Web.CloudTools',
+  '--add Microsoft.VisualStudio.Component.DiagnosticTools',
+  '--add Microsoft.VisualStudio.Component.EntityFramework',
+  '--add Microsoft.VisualStudio.Component.AspNet45',
+  '--add Microsoft.VisualStudio.Component.AppInsights.Tools',
+  '--add Microsoft.VisualStudio.Component.WebDeploy',
+  '--add Microsoft.VisualStudio.Component.Debugger.JustInTime',
+  '--add Component.Microsoft.VisualStudio.LiveShare',
+  '--add Microsoft.VisualStudio.Component.WslDebugging',
   '--add Microsoft.VisualStudio.Component.IntelliCode',
+  '--add Microsoft.VisualStudio.Workload.NetWeb',
+  '--add Microsoft.Component.PythonTools',
+  '--add Component.CPython3.x64',
   '--add Microsoft.VisualStudio.Component.VC.CoreIde',
+  '--add Microsoft.VisualStudio.Component.VC.Tools.x86

[jira] [Commented] (GEODE-9741) Add Latest Toolchain (v142) to Visual Studio 2019 CI Pipeline

2021-10-21 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on GEODE-9741:
---

mmartell commented on a change in pull request #884:
URL: https://github.com/apache/geode-native/pull/884#discussion_r733943751



##
File path: packer/windows/install-vs-2019-community.ps1
##
@@ -21,22 +21,93 @@ write-host "Installing Visual Studio 2019 Community..."
 
 $args = @('--add Microsoft.VisualStudio.Component.CoreEditor',
   '--add Microsoft.VisualStudio.Workload.CoreEditor',
+  '--add Microsoft.NetCore.Component.Runtime.5.0',
+  '--add Microsoft.NetCore.Component.Runtime.3.1',
+  '--add Microsoft.NetCore.Component.SDK',
+  '--add Microsoft.VisualStudio.Component.NuGet',
   '--add Microsoft.Net.Component.4.6.1.TargetingPack',
   '--add Microsoft.VisualStudio.Component.Roslyn.Compiler',
+  '--add Microsoft.VisualStudio.Component.Roslyn.LanguageServices',
+  '--add Microsoft.VisualStudio.Component.FSharp',
+  '--add Microsoft.ComponentGroup.ClickOnce.Publish',
+  '--add Microsoft.NetCore.Component.DevelopmentTools',
+  '--add Microsoft.VisualStudio.Component.FSharp.WebTemplates',
+  '--add Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions',
+  '--add Microsoft.VisualStudio.Component.DockerTools',
+  '--add Microsoft.NetCore.Component.Web',
   '--add Microsoft.Net.Component.4.8.SDK',
+  '--add Microsoft.Net.Component.4.7.2.TargetingPack',
+  '--add Microsoft.Net.ComponentGroup.DevelopmentPrerequisites',
+  '--add Microsoft.VisualStudio.Component.TypeScript.4.3',
+  '--add Microsoft.VisualStudio.Component.JavaScript.TypeScript',
+  '--add Microsoft.VisualStudio.Component.JavaScript.Diagnostics',
   '--add Microsoft.Component.MSBuild',
   '--add Microsoft.VisualStudio.Component.TextTemplating',
+  '--add Component.Microsoft.VisualStudio.RazorExtension',
+  '--add Microsoft.VisualStudio.Component.IISExpress',
+  '--add Microsoft.VisualStudio.Component.SQL.ADAL',
+  '--add Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime',
+  '--add Microsoft.VisualStudio.Component.Common.Azure.Tools',
+  '--add Microsoft.VisualStudio.Component.SQL.CLR',
+  '--add Microsoft.VisualStudio.Component.MSODBC.SQL',
+  '--add Microsoft.VisualStudio.Component.MSSQL.CMDLnUtils',
+  '--add Microsoft.VisualStudio.Component.ManagedDesktop.Core',
   '--add Microsoft.Net.Component.4.5.2.TargetingPack',
+  '--add Microsoft.Net.Component.4.5.TargetingPack',
+  '--add Microsoft.VisualStudio.Component.SQL.SSDT',
+  '--add Microsoft.VisualStudio.Component.SQL.DataSources',
+  '--add Component.Microsoft.Web.LibraryManager',
+  '--add Component.Microsoft.WebTools.BrowserLink.WebLivePreview',
+  '--add Microsoft.VisualStudio.ComponentGroup.Web',
+  '--add Microsoft.VisualStudio.Component.Web',
+  '--add Microsoft.VisualStudio.ComponentGroup.Web.Client',
+  '--add Microsoft.Net.Component.4.TargetingPack',
+  '--add Microsoft.Net.Component.4.5.1.TargetingPack',
+  '--add Microsoft.Net.Component.4.6.TargetingPack',
+  '--add Microsoft.Net.ComponentGroup.TargetingPacks.Common',
+  '--add Component.Microsoft.VisualStudio.Web.AzureFunctions',
+  '--add Microsoft.VisualStudio.ComponentGroup.AzureFunctions',
+  '--add Microsoft.VisualStudio.Component.Azure.Compute.Emulator',
+  '--add Microsoft.VisualStudio.Component.Azure.Storage.Emulator',
+  '--add Microsoft.VisualStudio.Component.Azure.ClientLibs',
+  '--add Microsoft.VisualStudio.Component.Azure.AuthoringTools',
+  '--add Microsoft.VisualStudio.Component.CloudExplorer',
+  '--add Microsoft.VisualStudio.ComponentGroup.Web.CloudTools',
+  '--add Microsoft.VisualStudio.Component.DiagnosticTools',
+  '--add Microsoft.VisualStudio.Component.EntityFramework',
+  '--add Microsoft.VisualStudio.Component.AspNet45',
+  '--add Microsoft.VisualStudio.Component.AppInsights.Tools',
+  '--add Microsoft.VisualStudio.Component.WebDeploy',
+  '--add Microsoft.VisualStudio.Component.Debugger.JustInTime',
+  '--add Component.Microsoft.VisualStudio.LiveShare',
+  '--add Microsoft.VisualStudio.Component.WslDebugging',
   '--add Microsoft.VisualStudio.Component.IntelliCode',
+  '--add Microsoft.VisualStudio.Workload.NetWeb',
+  '--add Microsoft.Component.PythonTools',
+  '--add Component.CPython3.x64',
   '--add Microsoft.VisualStudio.Component.VC.CoreIde',
+  '--add Microsoft.VisualStudio.Component.VC.Tools.x86

[jira] [Created] (GEODE-9758) Configure serialization filtering by default on Java 8

2021-10-21 Thread Jianxia Chen (Jira)
Jianxia Chen created GEODE-9758:
---

 Summary: Configure serialization filtering by default on Java 8
 Key: GEODE-9758
 URL: https://issues.apache.org/jira/browse/GEODE-9758
 Project: Geode
  Issue Type: Improvement
Reporter: Jianxia Chen


When Geode is running on Java 8 JVM, the serialization filter should be 
configured by default to accept only JDK classes and Geode classes.



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


[jira] [Updated] (GEODE-9758) Configure locator serialization filtering by default on Java 8

2021-10-21 Thread Jianxia Chen (Jira)


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

Jianxia Chen updated GEODE-9758:

Description: When Geode locator is running on Java 8 JVM, the serialization 
filter should be configured by default to accept only JDK classes and Geode 
classes.  (was: When Geode is running on Java 8 JVM, the serialization filter 
should be configured by default to accept only JDK classes and Geode classes.)

> Configure locator serialization filtering by default on Java 8
> --
>
> Key: GEODE-9758
> URL: https://issues.apache.org/jira/browse/GEODE-9758
> Project: Geode
>  Issue Type: Improvement
>Reporter: Jianxia Chen
>Priority: Major
>
> When Geode locator is running on Java 8 JVM, the serialization filter should 
> be configured by default to accept only JDK classes and Geode classes.



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


[jira] [Updated] (GEODE-9758) Configure locator serialization filtering by default on Java 8

2021-10-21 Thread Jianxia Chen (Jira)


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

Jianxia Chen updated GEODE-9758:

Summary: Configure locator serialization filtering by default on Java 8  
(was: Configure serialization filtering by default on Java 8)

> Configure locator serialization filtering by default on Java 8
> --
>
> Key: GEODE-9758
> URL: https://issues.apache.org/jira/browse/GEODE-9758
> Project: Geode
>  Issue Type: Improvement
>Reporter: Jianxia Chen
>Priority: Major
>
> When Geode is running on Java 8 JVM, the serialization filter should be 
> configured by default to accept only JDK classes and Geode classes.



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


[jira] [Assigned] (GEODE-9758) Configure locator serialization filtering by default on Java 8

2021-10-21 Thread Jianxia Chen (Jira)


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

Jianxia Chen reassigned GEODE-9758:
---

Assignee: Jianxia Chen

> Configure locator serialization filtering by default on Java 8
> --
>
> Key: GEODE-9758
> URL: https://issues.apache.org/jira/browse/GEODE-9758
> Project: Geode
>  Issue Type: Improvement
>Reporter: Jianxia Chen
>Assignee: Jianxia Chen
>Priority: Major
>
> When Geode locator is running on Java 8 JVM, the serialization filter should 
> be configured by default to accept only JDK classes and Geode classes.



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


[jira] [Commented] (GEODE-9741) Add Latest Toolchain (v142) to Visual Studio 2019 CI Pipeline

2021-10-21 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on GEODE-9741:
---

mmartell commented on a change in pull request #884:
URL: https://github.com/apache/geode-native/pull/884#discussion_r734031653



##
File path: packer/windows/install-vs-2019-community.ps1
##
@@ -21,22 +21,93 @@ write-host "Installing Visual Studio 2019 Community..."
 
 $args = @('--add Microsoft.VisualStudio.Component.CoreEditor',
   '--add Microsoft.VisualStudio.Workload.CoreEditor',
+  '--add Microsoft.NetCore.Component.Runtime.5.0',
+  '--add Microsoft.NetCore.Component.Runtime.3.1',
+  '--add Microsoft.NetCore.Component.SDK',
+  '--add Microsoft.VisualStudio.Component.NuGet',
   '--add Microsoft.Net.Component.4.6.1.TargetingPack',
   '--add Microsoft.VisualStudio.Component.Roslyn.Compiler',
+  '--add Microsoft.VisualStudio.Component.Roslyn.LanguageServices',
+  '--add Microsoft.VisualStudio.Component.FSharp',
+  '--add Microsoft.ComponentGroup.ClickOnce.Publish',
+  '--add Microsoft.NetCore.Component.DevelopmentTools',
+  '--add Microsoft.VisualStudio.Component.FSharp.WebTemplates',
+  '--add Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions',
+  '--add Microsoft.VisualStudio.Component.DockerTools',
+  '--add Microsoft.NetCore.Component.Web',
   '--add Microsoft.Net.Component.4.8.SDK',
+  '--add Microsoft.Net.Component.4.7.2.TargetingPack',
+  '--add Microsoft.Net.ComponentGroup.DevelopmentPrerequisites',
+  '--add Microsoft.VisualStudio.Component.TypeScript.4.3',
+  '--add Microsoft.VisualStudio.Component.JavaScript.TypeScript',
+  '--add Microsoft.VisualStudio.Component.JavaScript.Diagnostics',
   '--add Microsoft.Component.MSBuild',
   '--add Microsoft.VisualStudio.Component.TextTemplating',
+  '--add Component.Microsoft.VisualStudio.RazorExtension',
+  '--add Microsoft.VisualStudio.Component.IISExpress',
+  '--add Microsoft.VisualStudio.Component.SQL.ADAL',
+  '--add Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime',
+  '--add Microsoft.VisualStudio.Component.Common.Azure.Tools',
+  '--add Microsoft.VisualStudio.Component.SQL.CLR',
+  '--add Microsoft.VisualStudio.Component.MSODBC.SQL',
+  '--add Microsoft.VisualStudio.Component.MSSQL.CMDLnUtils',
+  '--add Microsoft.VisualStudio.Component.ManagedDesktop.Core',
   '--add Microsoft.Net.Component.4.5.2.TargetingPack',
+  '--add Microsoft.Net.Component.4.5.TargetingPack',
+  '--add Microsoft.VisualStudio.Component.SQL.SSDT',
+  '--add Microsoft.VisualStudio.Component.SQL.DataSources',
+  '--add Component.Microsoft.Web.LibraryManager',
+  '--add Component.Microsoft.WebTools.BrowserLink.WebLivePreview',
+  '--add Microsoft.VisualStudio.ComponentGroup.Web',
+  '--add Microsoft.VisualStudio.Component.Web',
+  '--add Microsoft.VisualStudio.ComponentGroup.Web.Client',
+  '--add Microsoft.Net.Component.4.TargetingPack',
+  '--add Microsoft.Net.Component.4.5.1.TargetingPack',
+  '--add Microsoft.Net.Component.4.6.TargetingPack',
+  '--add Microsoft.Net.ComponentGroup.TargetingPacks.Common',
+  '--add Component.Microsoft.VisualStudio.Web.AzureFunctions',
+  '--add Microsoft.VisualStudio.ComponentGroup.AzureFunctions',
+  '--add Microsoft.VisualStudio.Component.Azure.Compute.Emulator',
+  '--add Microsoft.VisualStudio.Component.Azure.Storage.Emulator',
+  '--add Microsoft.VisualStudio.Component.Azure.ClientLibs',
+  '--add Microsoft.VisualStudio.Component.Azure.AuthoringTools',
+  '--add Microsoft.VisualStudio.Component.CloudExplorer',
+  '--add Microsoft.VisualStudio.ComponentGroup.Web.CloudTools',
+  '--add Microsoft.VisualStudio.Component.DiagnosticTools',
+  '--add Microsoft.VisualStudio.Component.EntityFramework',
+  '--add Microsoft.VisualStudio.Component.AspNet45',
+  '--add Microsoft.VisualStudio.Component.AppInsights.Tools',
+  '--add Microsoft.VisualStudio.Component.WebDeploy',
+  '--add Microsoft.VisualStudio.Component.Debugger.JustInTime',
+  '--add Component.Microsoft.VisualStudio.LiveShare',
+  '--add Microsoft.VisualStudio.Component.WslDebugging',
   '--add Microsoft.VisualStudio.Component.IntelliCode',
+  '--add Microsoft.VisualStudio.Workload.NetWeb',
+  '--add Microsoft.Component.PythonTools',
+  '--add Component.CPython3.x64',
   '--add Microsoft.VisualStudio.Component.VC.CoreIde',
+  '--add Microsoft.VisualStudio.Component.VC.Tools.x86

[jira] [Commented] (GEODE-9741) Add Latest Toolchain (v142) to Visual Studio 2019 CI Pipeline

2021-10-21 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on GEODE-9741:
---

mmartell commented on pull request #884:
URL: https://github.com/apache/geode-native/pull/884#issuecomment-948990628


   Actually, looks like there is still a problem related to my last commit. 
Investigating.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add Latest Toolchain (v142) to Visual Studio 2019 CI Pipeline
> -
>
> Key: GEODE-9741
> URL: https://issues.apache.org/jira/browse/GEODE-9741
> Project: Geode
>  Issue Type: New Feature
>  Components: native client
>Reporter: Michael Martell
>Priority: Major
>  Labels: pull-request-available
>
> Currently the VS 2019 builds use the old toolchain (v141). All tests pass 
> with v142, so just requires a small change to CI code, as well as adding the 
> v142 tools to the Windows images.



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


[jira] [Commented] (GEODE-9714) CI: QueryConfigurationServiceConstraintsDistributedTest failed with java.io.InvalidClassException: org.apache.shiro.session.StoppedSessionException

2021-10-21 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-9714:


Commit ff81dec73c6ed5e0a2de1f14868d008d189d066f in geode's branch 
refs/heads/support/1.14 from Kirk Lund
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=ff81dec ]

GEODE-9714: Add Shiro packages to sanctioned serializables (#7017)

Adds all Shiro subpackages that contain exceptions to the list of
sanctioned serializables.

PROBLEM

QueryConfigurationServiceConstraintsDistributedTest failed in
CI when it tried to deserialize
org.apache.shiro.session.StoppedSessionException.

SOLUTION

I did some research and I believe we should add all Shiro
subpackages containing exceptions to the accept-list.

(cherry picked from commit a2a80edf5f4d6ab6405edc05f82bb468c6161267)

> CI: QueryConfigurationServiceConstraintsDistributedTest failed with 
> java.io.InvalidClassException: 
> org.apache.shiro.session.StoppedSessionException
> ---
>
> Key: GEODE-9714
> URL: https://issues.apache.org/jira/browse/GEODE-9714
> Project: Geode
>  Issue Type: Bug
>Affects Versions: 1.12.0, 1.13.0, 1.14.0, 1.15.0
>Reporter: Xiaojian Zhou
>Assignee: Kirk Lund
>Priority: Major
>  Labels: GeodeOperationAPI, pull-request-available
> Fix For: 1.15.0
>
>
> https://hydradb.hdb.gemfire-ci.info/hdb/testresult/11899355
> {code:java}
> QueryConfigurationServiceConstraintsDistributedTest > [10] 
> indexesShouldNotBeAffectedByMethodAuthorizerChangeAfterRegionOperationOnClientWhenIndexedExpressionContainsMethodsAllowedByTheNewAuthorizer(RegionType:REPLICATE;Operation:DESTROY)
>  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 'dunit_suspect-vm2.log' at line 357
> [fatal 2021/10/09 19:11:41.270 UTC  
> tid=33] Serialization filter is rejecting class 
> org.apache.shiro.session.StoppedSessionException
> java.io.InvalidClassException: 
> org.apache.shiro.session.StoppedSessionException
>   at 
> org.apache.geode.internal.ObjectInputStreamFilterWrapper.lambda$createSerializationFilter$0(ObjectInputStreamFilterWrapper.java:215)
>   at com.sun.proxy.$Proxy44.checkInput(Unknown Source)
>   at java.io.ObjectInputStream.filterCheck(ObjectInputStream.java:1315)
>   at 
> java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1996)
>   at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1850)
>   at 
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2160)
>   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1667)
>   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:503)
>   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:461)
>   at 
> org.apache.geode.internal.InternalDataSerializer.readSerializable(InternalDataSerializer.java:2695)
>   at 
> org.apache.geode.internal.InternalDataSerializer.basicReadObject(InternalDataSerializer.java:2639)
>   at org.apache.geode.DataSerializer.readObject(DataSerializer.java:2864)
>   at 
> org.apache.geode.internal.util.BlobHelper.deserializeBlob(BlobHelper.java:102)
>   at 
> org.apache.geode.internal.cache.tier.sockets.CacheServerHelper.deserialize(CacheServerHelper.java:73)
>   at 
> org.apache.geode.internal.cache.tier.sockets.Part.getObject(Part.java:354)
>   at 
> org.apache.geode.internal.cache.tier.sockets.Part.getObject(Part.java:362)
>   at 
> org.apache.geode.cache.client.internal.AbstractOp.processAck(AbstractOp.java:258)
>   at 
> org.apache.geode.cache.client.internal.DestroyOp$DestroyOpImpl.processResponse(DestroyOp.java:176)
>   at 
> org.apache.geode.cache.client.internal.AbstractOp.attemptReadResponse(AbstractOp.java:212)
>   at 
> org.apache.geode.cache.client.internal.AbstractOp.attempt(AbstractOp.java:387)
>   at 
> org.apache.geode.cache.client.internal.ConnectionImpl.execute(ConnectionImpl.java:284)
>   at 
> org.apache.geode.cache.client.internal.pooling.PooledConnection.execute(PooledConnection.java:358)
>   at 
> org.apache.geode.cache.client.internal.OpExecutorImpl.executeWithPossibleReAuthentication(OpExecutorImpl.java:757)
>   at 
> org.apache.geode.cache.client.internal.OpExecutorImpl.execute(OpExecutorImpl.java:150)
>   at 
> org.apache.geode.cache.client.internal.OpExecutorImpl.execute(OpExecutorImpl.java:120)
>   at 
>

[jira] [Assigned] (GEODE-9750) add geode-for-redis stats for publish and subscribe

2021-10-21 Thread Darrel Schneider (Jira)


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

Darrel Schneider reassigned GEODE-9750:
---

Assignee: Darrel Schneider

> add geode-for-redis stats for publish and subscribe
> ---
>
> Key: GEODE-9750
> URL: https://issues.apache.org/jira/browse/GEODE-9750
> Project: Geode
>  Issue Type: Improvement
>  Components: redis
>Affects Versions: 1.15.0
>Reporter: Darrel Schneider
>Assignee: Darrel Schneider
>Priority: Major
>
> GeodeRedisStats should have some pub/sub stats. We already have stats for the 
> commands themselves. But that does not help much with publish which has an 
> async implementation.
> For those async publishes we need a stat that tells how many are in progress 
> and a time stat that tells the total amount of time async publish took. Also 
> a publish can "miss" (i.e. not find any subscribers) and it is worth having a 
> stat show how many of the publishes missed.
> It would also be nice to see how many subscribers a server has (include both 
> subscribe and psubscribe) since these can be unbalanced and cause memory or 
> perf issues. 
> Pattern subscriptions are more expensive if you have many of them that are 
> different patterns. So we should having something like "uniquePatterns".



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


[jira] [Created] (GEODE-9759) User Guide: gfsh command pages - problem with double-hyphens

2021-10-21 Thread Dave Barnes (Jira)
Dave Barnes created GEODE-9759:
--

 Summary: User Guide: gfsh command pages - problem with 
double-hyphens
 Key: GEODE-9759
 URL: https://issues.apache.org/jira/browse/GEODE-9759
 Project: Geode
  Issue Type: Bug
  Components: docs
Affects Versions: 1.14.0
Reporter: Dave Barnes


In the tables of gfsh command options, double-hyphen prefixes are often (but 
not always) collapsed to a single hyphen.

This is a format issue with dozens (possibly hundreds?) of occurrences.

See, for example, the `alter` command page, 
http://geode.apache.org/docs/guide/114/tools_modules/gfsh/command-pages/alter.html.
Note the difference between the entry for `--entry-idle-time-expiration-action` 
and the following entry `-entry-time-to-live-expiration`. The tricky bit is 
that the source code in both cases uses the same HTML construct: `\-\-entry-time-to-live-expiration`, but 
the results differ.

One likely remedy is to replace the hyphen pair with the code for two 
non-breaking hyphens: `‑‑`.

Behavior may differ depending on whether the entry occurs in an HTML table, a 
nested HTML table, or a Markdown table.



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


[jira] [Assigned] (GEODE-9759) User Guide: gfsh command pages - problem with double-hyphens

2021-10-21 Thread Dave Barnes (Jira)


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

Dave Barnes reassigned GEODE-9759:
--

Assignee: Dave Barnes

> User Guide: gfsh command pages - problem with double-hyphens
> 
>
> Key: GEODE-9759
> URL: https://issues.apache.org/jira/browse/GEODE-9759
> Project: Geode
>  Issue Type: Bug
>  Components: docs
>Affects Versions: 1.14.0
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>  Labels: needsTriage
>
> In the tables of gfsh command options, double-hyphen prefixes are often (but 
> not always) collapsed to a single hyphen.
> This is a format issue with dozens (possibly hundreds?) of occurrences.
> See, for example, the `alter` command page, 
> http://geode.apache.org/docs/guide/114/tools_modules/gfsh/command-pages/alter.html.
> Note the difference between the entry for 
> `--entry-idle-time-expiration-action` and the following entry 
> `-entry-time-to-live-expiration`. The tricky bit is that the source code in 
> both cases uses the same HTML construct: `\-\-entry-time-to-live-expiration`, but the results 
> differ.
> One likely remedy is to replace the hyphen pair with the code for two 
> non-breaking hyphens: `‑‑`.
> Behavior may differ depending on whether the entry occurs in an HTML table, a 
> nested HTML table, or a Markdown table.



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


[jira] [Updated] (GEODE-9759) User Guide: gfsh command pages - problem with double-hyphens

2021-10-21 Thread Alexander Murmann (Jira)


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

Alexander Murmann updated GEODE-9759:
-
Labels: needsTriage  (was: )

> User Guide: gfsh command pages - problem with double-hyphens
> 
>
> Key: GEODE-9759
> URL: https://issues.apache.org/jira/browse/GEODE-9759
> Project: Geode
>  Issue Type: Bug
>  Components: docs
>Affects Versions: 1.14.0
>Reporter: Dave Barnes
>Priority: Major
>  Labels: needsTriage
>
> In the tables of gfsh command options, double-hyphen prefixes are often (but 
> not always) collapsed to a single hyphen.
> This is a format issue with dozens (possibly hundreds?) of occurrences.
> See, for example, the `alter` command page, 
> http://geode.apache.org/docs/guide/114/tools_modules/gfsh/command-pages/alter.html.
> Note the difference between the entry for 
> `--entry-idle-time-expiration-action` and the following entry 
> `-entry-time-to-live-expiration`. The tricky bit is that the source code in 
> both cases uses the same HTML construct: `\-\-entry-time-to-live-expiration`, but the results 
> differ.
> One likely remedy is to replace the hyphen pair with the code for two 
> non-breaking hyphens: `‑‑`.
> Behavior may differ depending on whether the entry occurs in an HTML table, a 
> nested HTML table, or a Markdown table.



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


[jira] [Updated] (GEODE-9413) Enable native Redis TCL tests for zset (sorted set) data type

2021-10-21 Thread Owen Nichols (Jira)


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

Owen Nichols updated GEODE-9413:

Fix Version/s: 1.15.0

> Enable native Redis TCL tests for zset (sorted set) data type
> -
>
> Key: GEODE-9413
> URL: https://issues.apache.org/jira/browse/GEODE-9413
> Project: Geode
>  Issue Type: Test
>  Components: redis
>Affects Versions: 1.15.0
>Reporter: Ray Ingles
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.15.0
>
>
> Enough commands are now implemented to enable running the native Redis 
> integration tests against Geode radish.



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


[jira] [Resolved] (GEODE-9743) Connection rejected by GW receiver causes InternalGemFireException in GW sender

2021-10-21 Thread Mario Ivanac (Jira)


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

Mario Ivanac resolved GEODE-9743.
-
Fix Version/s: 1.15.0
   Resolution: Fixed

> Connection rejected by GW receiver causes InternalGemFireException in GW 
> sender
> ---
>
> Key: GEODE-9743
> URL: https://issues.apache.org/jira/browse/GEODE-9743
> Project: Geode
>  Issue Type: Bug
>  Components: client/server, wan
>Affects Versions: 1.14.0
>Reporter: Mario Ivanac
>Assignee: Mario Ivanac
>Priority: Major
>  Labels: needsTriage, pull-request-available
> Fix For: 1.15.0
>
>
> In case GW receiver is rejecting new connections, due to reaching 
> max-connections, following exception  is observed in GW senders site:
> org.apache.geode.InternalGemFireException: Unable to deserialize member at 
> org.apache.geode.cache.client.internal.ClientSideHandshakeImpl.readServerMember(ClientSideHandshakeImpl.java:280



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


[jira] [Commented] (GEODE-9743) Connection rejected by GW receiver causes InternalGemFireException in GW sender

2021-10-21 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-9743:


Commit 380151bc1532f7e4e1e912b1515212fd6ced0818 in geode's branch 
refs/heads/develop from Mario Ivanac
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=380151b ]

GEODE-9743: updated ClientSideHandshakeImpl and added UT (#7008)

* GEODE-9743: updated ClientSideHandshakeImpl and added UT

* GEODE-9743: update after comments

> Connection rejected by GW receiver causes InternalGemFireException in GW 
> sender
> ---
>
> Key: GEODE-9743
> URL: https://issues.apache.org/jira/browse/GEODE-9743
> Project: Geode
>  Issue Type: Bug
>  Components: client/server, wan
>Affects Versions: 1.14.0
>Reporter: Mario Ivanac
>Assignee: Mario Ivanac
>Priority: Major
>  Labels: needsTriage, pull-request-available
> Fix For: 1.15.0
>
>
> In case GW receiver is rejecting new connections, due to reaching 
> max-connections, following exception  is observed in GW senders site:
> org.apache.geode.InternalGemFireException: Unable to deserialize member at 
> org.apache.geode.cache.client.internal.ClientSideHandshakeImpl.readServerMember(ClientSideHandshakeImpl.java:280



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