[jira] [Updated] (GEODE-9292) Implement ZCARD

2021-05-26 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated GEODE-9292:
--
Labels: pull-request-available  (was: )

> Implement ZCARD
> ---
>
> Key: GEODE-9292
> URL: https://issues.apache.org/jira/browse/GEODE-9292
> Project: Geode
>  Issue Type: Improvement
>  Components: redis
>Affects Versions: 1.15.0
>Reporter: Louis R. Jacome
>Priority: Major
>  Labels: pull-request-available
>
> Implement ZCARD redis command



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


[jira] [Updated] (GEODE-9318) implement ZREM command

2021-05-26 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated GEODE-9318:
--
Labels: pull-request-available  (was: )

> implement ZREM command
> --
>
> Key: GEODE-9318
> URL: https://issues.apache.org/jira/browse/GEODE-9318
> Project: Geode
>  Issue Type: New Feature
>  Components: redis
>Reporter: Eric Shu
>Assignee: Eric Shu
>Priority: Major
>  Labels: pull-request-available
>
> Part of the redis supported command for sorted set.



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


[jira] [Commented] (GEODE-9312) Uplift Bookbinder to 10.1.17

2021-05-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-9312:


Commit 3aa5d97497d47eae5f2d859a5ce13b4ec145a2fc in geode's branch 
refs/heads/develop from Alberto Bustamante Reyes
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3aa5d97 ]

GEODE-9312: Uplift Bookbinder to 10.1.17 (#6519)



> Uplift Bookbinder to 10.1.17
> 
>
> Key: GEODE-9312
> URL: https://issues.apache.org/jira/browse/GEODE-9312
> Project: Geode
>  Issue Type: Sub-task
>  Components: docs
>Reporter: Alberto Bustamante Reyes
>Assignee: Alberto Bustamante Reyes
>Priority: Major
>  Labels: pull-request-available
>
> Uplift Bookbinder to use new 10.1.17 version, which solves the problems with 
> mimemagic library reported in GEODE-9042.



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


[jira] [Commented] (GEODE-9320) CI Failure: SetNXNativeRedisAcceptanceTest > classMethod FAILED

2021-05-26 Thread Geode Integration (Jira)


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

Geode Integration commented on GEODE-9320:
--

Seen in [AcceptanceTestOpenJDK11 
#239|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/AcceptanceTestOpenJDK11/builds/239]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0265/test-results/acceptanceTest/1622067568/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0265/test-artifacts/1622067568/acceptancetestfiles-OpenJDK11-1.15.0-build.0265.tgz].

> CI Failure: SetNXNativeRedisAcceptanceTest > classMethod FAILED
> ---
>
> Key: GEODE-9320
> URL: https://issues.apache.org/jira/browse/GEODE-9320
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Reporter: Jens Deppe
>Priority: Major
>
> {noformat}
> org.apache.geode.redis.internal.executor.string.SetNXNativeRedisAcceptanceTest
>  > classMethod FAILED
> 13:40:47org.testcontainers.containers.ContainerLaunchException: Container 
> startup failed
> 13:40:47at 
> org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:330)
> 13:40:47at 
> org.testcontainers.containers.GenericContainer.start(GenericContainer.java:311)
> 13:40:47at 
> org.testcontainers.containers.DockerComposeContainer.startAmbassadorContainers(DockerComposeContainer.java:330)
> 13:40:47at 
> org.testcontainers.containers.DockerComposeContainer.start(DockerComposeContainer.java:178)
> 13:40:47at 
> org.apache.geode.redis.NativeRedisClusterTestRule$1.evaluate(NativeRedisClusterTestRule.java:85)
> 13:40:47at 
> org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> 13:40:47at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> 13:40:47at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> 13:40:47at 
> org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> 13:40:47at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
> 13:40:47at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
> 13:40:47at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
> 13:40:47at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
> 13:40:47at 
> org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
> 13:40:47at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
> 13:40:47at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 13:40:47at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 13:40:47at 
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 13:40:47at java.lang.reflect.Method.invoke(Method.java:566)
> 13:40:47at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
> 13:40:47at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
> 13:40:47at 
> org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
> 13:40:47at 
> org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
> 13:40:47at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
> 13:40:47at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:119)
> 13:40:47at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 13:40:47at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 13:40:47at 
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 13:40:47at java.lang.reflect.Method.invoke(Method.java:566)
> 13:40:47at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
> 13:40:47at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
> 13:40:47at 
> org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
> 13:40:47at 
> 

[jira] [Commented] (GEODE-9320) CI Failure: SetNXNativeRedisAcceptanceTest > classMethod FAILED

2021-05-26 Thread Geode Integration (Jira)


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

Geode Integration commented on GEODE-9320:
--

Seen in [AcceptanceTestOpenJDK11 
#238|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/AcceptanceTestOpenJDK11/builds/238]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0264/test-results/acceptanceTest/1622063466/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0264/test-artifacts/1622063466/acceptancetestfiles-OpenJDK11-1.15.0-build.0264.tgz].

> CI Failure: SetNXNativeRedisAcceptanceTest > classMethod FAILED
> ---
>
> Key: GEODE-9320
> URL: https://issues.apache.org/jira/browse/GEODE-9320
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Reporter: Jens Deppe
>Priority: Major
>
> {noformat}
> org.apache.geode.redis.internal.executor.string.SetNXNativeRedisAcceptanceTest
>  > classMethod FAILED
> 13:40:47org.testcontainers.containers.ContainerLaunchException: Container 
> startup failed
> 13:40:47at 
> org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:330)
> 13:40:47at 
> org.testcontainers.containers.GenericContainer.start(GenericContainer.java:311)
> 13:40:47at 
> org.testcontainers.containers.DockerComposeContainer.startAmbassadorContainers(DockerComposeContainer.java:330)
> 13:40:47at 
> org.testcontainers.containers.DockerComposeContainer.start(DockerComposeContainer.java:178)
> 13:40:47at 
> org.apache.geode.redis.NativeRedisClusterTestRule$1.evaluate(NativeRedisClusterTestRule.java:85)
> 13:40:47at 
> org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> 13:40:47at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> 13:40:47at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> 13:40:47at 
> org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> 13:40:47at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
> 13:40:47at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
> 13:40:47at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
> 13:40:47at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
> 13:40:47at 
> org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
> 13:40:47at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
> 13:40:47at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 13:40:47at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 13:40:47at 
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 13:40:47at java.lang.reflect.Method.invoke(Method.java:566)
> 13:40:47at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
> 13:40:47at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
> 13:40:47at 
> org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
> 13:40:47at 
> org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
> 13:40:47at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
> 13:40:47at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:119)
> 13:40:47at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 13:40:47at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 13:40:47at 
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 13:40:47at java.lang.reflect.Method.invoke(Method.java:566)
> 13:40:47at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
> 13:40:47at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
> 13:40:47at 
> org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
> 13:40:47at 
> 

[jira] [Commented] (GEODE-9319) CI failure: session.NativeRedisSessionExpirationAcceptanceTest > classMethod FAILED

2021-05-26 Thread Geode Integration (Jira)


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

Geode Integration commented on GEODE-9319:
--

Seen in [AcceptanceTestOpenJDK11 
#240|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/AcceptanceTestOpenJDK11/builds/240]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0266/test-results/acceptanceTest/1622071600/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0266/test-artifacts/1622071600/acceptancetestfiles-OpenJDK11-1.15.0-build.0266.tgz].

> CI failure: session.NativeRedisSessionExpirationAcceptanceTest > classMethod 
> FAILED
> ---
>
> Key: GEODE-9319
> URL: https://issues.apache.org/jira/browse/GEODE-9319
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Reporter: Jens Deppe
>Priority: Major
>
> {noformat}
> session.NativeRedisSessionExpirationAcceptanceTest > classMethod FAILED
> 14:17:23java.lang.AssertionError: Suspicious strings were written to the 
> log during this run.
> 14:17:23Fix the strings or use IgnoredException.addIgnoredException to 
> ignore.
> 14:17:23
> ---
> 14:17:23Found suspect string in 'dunit_suspect-local.log' at line 287
> 14:17:23
> 14:17:23[error 2021/05/26 21:17:10.762 UTC  tid=92] 
> Failed to return response on inboundChannel
> 14:17:23io.netty.channel.StacklessClosedChannelException
> 14:17:23  at 
> io.netty.channel.AbstractChannel$AbstractUnsafe.write(Object, 
> ChannelPromise)(Unknown Source)
> 14:17:23at org.junit.Assert.fail(Assert.java:89)
> 14:17:23at 
> org.apache.geode.test.dunit.internal.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:409)
> 14:17:23at 
> org.apache.geode.test.dunit.rules.ClusterStartupRule.after(ClusterStartupRule.java:185)
> 14:17:23at 
> org.apache.geode.test.dunit.rules.ClusterStartupRule.access$100(ClusterStartupRule.java:69)
> 14:17:23at 
> org.apache.geode.test.dunit.rules.ClusterStartupRule$1.evaluate(ClusterStartupRule.java:140)
> 14:17:23at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> 14:17:23at 
> org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> 14:17:23at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
> 14:17:23at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
> 14:17:23at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
> 14:17:23at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
> 14:17:23at 
> org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
> 14:17:23at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
> 14:17:23at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 14:17:23at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 14:17:23at 
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 14:17:23at java.lang.reflect.Method.invoke(Method.java:566)
> 14:17:23at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
> 14:17:23at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
> 14:17:23at 
> org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
> 14:17:23at 
> org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
> 14:17:23at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
> 14:17:23at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:119)
> 14:17:23at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 14:17:23at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 14:17:23at 
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 14:17:23at java.lang.reflect.Method.invoke(Method.java:566)
> 14:17:23at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
> 14:17:23at 
> 

[jira] [Created] (GEODE-9319) CI failure: session.NativeRedisSessionExpirationAcceptanceTest > classMethod FAILED

2021-05-26 Thread Jens Deppe (Jira)
Jens Deppe created GEODE-9319:
-

 Summary: CI failure: 
session.NativeRedisSessionExpirationAcceptanceTest > classMethod FAILED
 Key: GEODE-9319
 URL: https://issues.apache.org/jira/browse/GEODE-9319
 Project: Geode
  Issue Type: Bug
  Components: redis
Reporter: Jens Deppe


{noformat}
session.NativeRedisSessionExpirationAcceptanceTest > classMethod FAILED
14:17:23java.lang.AssertionError: Suspicious strings were written to the 
log during this run.
14:17:23Fix the strings or use IgnoredException.addIgnoredException to 
ignore.
14:17:23
---
14:17:23Found suspect string in 'dunit_suspect-local.log' at line 287
14:17:23
14:17:23[error 2021/05/26 21:17:10.762 UTC  tid=92] Failed 
to return response on inboundChannel
14:17:23io.netty.channel.StacklessClosedChannelException
14:17:23at 
io.netty.channel.AbstractChannel$AbstractUnsafe.write(Object, 
ChannelPromise)(Unknown Source)
14:17:23at org.junit.Assert.fail(Assert.java:89)
14:17:23at 
org.apache.geode.test.dunit.internal.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:409)
14:17:23at 
org.apache.geode.test.dunit.rules.ClusterStartupRule.after(ClusterStartupRule.java:185)
14:17:23at 
org.apache.geode.test.dunit.rules.ClusterStartupRule.access$100(ClusterStartupRule.java:69)
14:17:23at 
org.apache.geode.test.dunit.rules.ClusterStartupRule$1.evaluate(ClusterStartupRule.java:140)
14:17:23at org.junit.rules.RunRules.evaluate(RunRules.java:20)
14:17:23at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
14:17:23at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
14:17:23at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
14:17:23at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
14:17:23at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
14:17:23at 
org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
14:17:23at 
org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
14:17:23at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
14:17:23at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
14:17:23at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
14:17:23at java.lang.reflect.Method.invoke(Method.java:566)
14:17:23at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
14:17:23at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
14:17:23at 
org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
14:17:23at 
org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
14:17:23at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
14:17:23at 
org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:119)
14:17:23at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
14:17:23at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
14:17:23at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
14:17:23at java.lang.reflect.Method.invoke(Method.java:566)
14:17:23at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
14:17:23at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
14:17:23at 
org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
14:17:23at 
org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
14:17:23at 
org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:414)
14:17:23at 
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
14:17:23at 
org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
14:17:23at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
14:17:23at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)

[jira] [Created] (GEODE-9320) CI Failure: SetNXNativeRedisAcceptanceTest > classMethod FAILED

2021-05-26 Thread Jens Deppe (Jira)
Jens Deppe created GEODE-9320:
-

 Summary: CI Failure: SetNXNativeRedisAcceptanceTest > classMethod 
FAILED
 Key: GEODE-9320
 URL: https://issues.apache.org/jira/browse/GEODE-9320
 Project: Geode
  Issue Type: Bug
  Components: redis
Reporter: Jens Deppe


{noformat}
org.apache.geode.redis.internal.executor.string.SetNXNativeRedisAcceptanceTest 
> classMethod FAILED
13:40:47org.testcontainers.containers.ContainerLaunchException: Container 
startup failed
13:40:47at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:330)
13:40:47at 
org.testcontainers.containers.GenericContainer.start(GenericContainer.java:311)
13:40:47at 
org.testcontainers.containers.DockerComposeContainer.startAmbassadorContainers(DockerComposeContainer.java:330)
13:40:47at 
org.testcontainers.containers.DockerComposeContainer.start(DockerComposeContainer.java:178)
13:40:47at 
org.apache.geode.redis.NativeRedisClusterTestRule$1.evaluate(NativeRedisClusterTestRule.java:85)
13:40:47at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
13:40:47at org.junit.rules.RunRules.evaluate(RunRules.java:20)
13:40:47at org.junit.rules.RunRules.evaluate(RunRules.java:20)
13:40:47at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
13:40:47at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
13:40:47at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
13:40:47at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
13:40:47at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
13:40:47at 
org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
13:40:47at 
org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
13:40:47at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
13:40:47at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
13:40:47at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
13:40:47at java.lang.reflect.Method.invoke(Method.java:566)
13:40:47at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
13:40:47at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
13:40:47at 
org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
13:40:47at 
org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
13:40:47at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
13:40:47at 
org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:119)
13:40:47at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
13:40:47at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
13:40:47at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
13:40:47at java.lang.reflect.Method.invoke(Method.java:566)
13:40:47at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
13:40:47at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
13:40:47at 
org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
13:40:47at 
org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
13:40:47at 
org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:414)
13:40:47at 
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
13:40:47at 
org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
13:40:47at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
13:40:47at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
13:40:47at 
org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
13:40:47at java.lang.Thread.run(Thread.java:829)
13:40:47
13:40:47Caused by:
13:40:47org.rnorth.ducttape.RetryCountExceededException: Retry limit 
hit with 

[jira] [Commented] (GEODE-9319) CI failure: session.NativeRedisSessionExpirationAcceptanceTest > classMethod FAILED

2021-05-26 Thread Geode Integration (Jira)


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

Geode Integration commented on GEODE-9319:
--

Seen in [AcceptanceTestOpenJDK8 
#236|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/AcceptanceTestOpenJDK8/builds/236]
 ... see [test 
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0262/test-results/acceptanceTest/1622056154/]
 or download 
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0262/test-artifacts/1622056154/acceptancetestfiles-OpenJDK8-1.15.0-build.0262.tgz].

> CI failure: session.NativeRedisSessionExpirationAcceptanceTest > classMethod 
> FAILED
> ---
>
> Key: GEODE-9319
> URL: https://issues.apache.org/jira/browse/GEODE-9319
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Reporter: Jens Deppe
>Priority: Major
>
> {noformat}
> session.NativeRedisSessionExpirationAcceptanceTest > classMethod FAILED
> 14:17:23java.lang.AssertionError: Suspicious strings were written to the 
> log during this run.
> 14:17:23Fix the strings or use IgnoredException.addIgnoredException to 
> ignore.
> 14:17:23
> ---
> 14:17:23Found suspect string in 'dunit_suspect-local.log' at line 287
> 14:17:23
> 14:17:23[error 2021/05/26 21:17:10.762 UTC  tid=92] 
> Failed to return response on inboundChannel
> 14:17:23io.netty.channel.StacklessClosedChannelException
> 14:17:23  at 
> io.netty.channel.AbstractChannel$AbstractUnsafe.write(Object, 
> ChannelPromise)(Unknown Source)
> 14:17:23at org.junit.Assert.fail(Assert.java:89)
> 14:17:23at 
> org.apache.geode.test.dunit.internal.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:409)
> 14:17:23at 
> org.apache.geode.test.dunit.rules.ClusterStartupRule.after(ClusterStartupRule.java:185)
> 14:17:23at 
> org.apache.geode.test.dunit.rules.ClusterStartupRule.access$100(ClusterStartupRule.java:69)
> 14:17:23at 
> org.apache.geode.test.dunit.rules.ClusterStartupRule$1.evaluate(ClusterStartupRule.java:140)
> 14:17:23at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> 14:17:23at 
> org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> 14:17:23at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
> 14:17:23at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
> 14:17:23at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
> 14:17:23at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
> 14:17:23at 
> org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
> 14:17:23at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
> 14:17:23at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 14:17:23at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 14:17:23at 
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 14:17:23at java.lang.reflect.Method.invoke(Method.java:566)
> 14:17:23at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
> 14:17:23at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
> 14:17:23at 
> org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
> 14:17:23at 
> org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
> 14:17:23at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
> 14:17:23at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:119)
> 14:17:23at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 14:17:23at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 14:17:23at 
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 14:17:23at java.lang.reflect.Method.invoke(Method.java:566)
> 14:17:23at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
> 14:17:23at 
> 

[jira] [Assigned] (GEODE-9318) implement ZREM command

2021-05-26 Thread Eric Shu (Jira)


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

Eric Shu reassigned GEODE-9318:
---

Assignee: Eric Shu

> implement ZREM command
> --
>
> Key: GEODE-9318
> URL: https://issues.apache.org/jira/browse/GEODE-9318
> Project: Geode
>  Issue Type: New Feature
>  Components: redis
>Reporter: Eric Shu
>Assignee: Eric Shu
>Priority: Major
>
> Part of the redis supported command for sorted set.



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


[jira] [Updated] (GEODE-9318) implement ZREM command

2021-05-26 Thread Eric Shu (Jira)


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

Eric Shu updated GEODE-9318:

Issue Type: New Feature  (was: Bug)

> implement ZREM command
> --
>
> Key: GEODE-9318
> URL: https://issues.apache.org/jira/browse/GEODE-9318
> Project: Geode
>  Issue Type: New Feature
>  Components: redis
>Reporter: Eric Shu
>Priority: Major
>
> Part of the redis supported command for sorted set.



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


[jira] [Created] (GEODE-9318) implement ZREM command

2021-05-26 Thread Eric Shu (Jira)
Eric Shu created GEODE-9318:
---

 Summary: implement ZREM command
 Key: GEODE-9318
 URL: https://issues.apache.org/jira/browse/GEODE-9318
 Project: Geode
  Issue Type: Bug
  Components: redis
Reporter: Eric Shu


Part of the redis supported command for sorted set.



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


[jira] [Commented] (GEODE-9211) Locator and server launcher have references to GemFire

2021-05-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-9211:


Commit c5c8756270fa680e97d9d4a7a9b6cce4f7c12da1 in geode's branch 
refs/heads/develop from Alberto Bustamante Reyes
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c5c8756 ]

GEODE-9211: Replace 'GemFire' by 'Geode' in LocatorLauncher & ServerLauncher 
(#6394)



> Locator and server launcher have references to GemFire
> --
>
> Key: GEODE-9211
> URL: https://issues.apache.org/jira/browse/GEODE-9211
> Project: Geode
>  Issue Type: Improvement
>Reporter: Alberto Bustamante Reyes
>Assignee: Alberto Bustamante Reyes
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 1.15.0
>
>
> LocatorLauncher and ServerLauncher classes have a lot of references to 
> "GemFire" in Javadocs. They should be substituted by "Geode".



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


[jira] [Resolved] (GEODE-9211) Locator and server launcher have references to GemFire

2021-05-26 Thread Alberto Bustamante Reyes (Jira)


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

Alberto Bustamante Reyes resolved GEODE-9211.
-
Fix Version/s: 1.15.0
   Resolution: Fixed

> Locator and server launcher have references to GemFire
> --
>
> Key: GEODE-9211
> URL: https://issues.apache.org/jira/browse/GEODE-9211
> Project: Geode
>  Issue Type: Improvement
>Reporter: Alberto Bustamante Reyes
>Assignee: Alberto Bustamante Reyes
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 1.15.0
>
>
> LocatorLauncher and ServerLauncher classes have a lot of references to 
> "GemFire" in Javadocs. They should be substituted by "Geode".



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


[jira] [Assigned] (GEODE-9317) ZADD/ZSCORE do not properly handle infinity

2021-05-26 Thread Ray Ingles (Jira)


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

Ray Ingles reassigned GEODE-9317:
-

Assignee: (was: Ray Ingles)

> ZADD/ZSCORE do not properly handle infinity
> ---
>
> Key: GEODE-9317
> URL: https://issues.apache.org/jira/browse/GEODE-9317
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Affects Versions: 1.15.0
>Reporter: Ray Ingles
>Priority: Major
>
> Native Redis accepts values like "inf", "+inf", "-infinity", etc. Currently 
> Radish considers these values invalid and returns "ERR value is not a valid 
> float".



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


[jira] [Updated] (GEODE-9317) ZADD/ZSCORE do not properly handle infinity

2021-05-26 Thread Ray Ingles (Jira)


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

Ray Ingles updated GEODE-9317:
--
Priority: Critical  (was: Major)

> ZADD/ZSCORE do not properly handle infinity
> ---
>
> Key: GEODE-9317
> URL: https://issues.apache.org/jira/browse/GEODE-9317
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Affects Versions: 1.15.0
>Reporter: Ray Ingles
>Priority: Critical
>
> Native Redis accepts values like "inf", "+inf", "-infinity", etc. Currently 
> Radish considers these values invalid and returns "ERR value is not a valid 
> float".



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


[jira] [Commented] (GEODE-8951) Unnecessary messaging in WAN locator discovery

2021-05-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-8951:


Commit c85758684aadb9ecf847cc7d0864d2a2decc6a2d in geode's branch 
refs/heads/develop from Alberto Bustamante Reyes
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c857586 ]

GEODE-8951: Unnecessary messaging in WAN locator discovery (#6496)



> Unnecessary messaging in WAN locator discovery
> --
>
> Key: GEODE-8951
> URL: https://issues.apache.org/jira/browse/GEODE-8951
> Project: Geode
>  Issue Type: Improvement
>  Components: wan
>Affects Versions: 1.15.0
>Reporter: Bruce J Schuchardt
>Assignee: Alberto Bustamante Reyes
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 1.15.0
>
>
> While debugging another issue I noticed that a locator was trying to send a 
> notice to another locator in its cluster telling it that the recipient had 
> joined.
>  
> [warn 2021/02/16 15:16:56.195 PST locatorgemfire_4_3_host2_9736 
>  tid=0x153] Locator Membership listener 
> permanently failed to exchange locator information 
> *rs-GEM-3188-VJ1459-1a0i3large-hydra-client-1:27878* with 
> *rs-GEM-3188-VJ1459-1a0i3large-hydra-client-2:28778* after 3 retry attempts
>  
> This messaging is unnecessary.  The locator that this message was being sent 
> to already knows about itself.   This is being done in 
> _DistributeLocatorsRunnable.run()._ 
>  
> {code:java}
> for (DistributionLocatorId remoteLocator : entry.getValue()) {
>   // Notify known remote locator about the advertised locator.
>   LocatorJoinMessage advertiseNewLocatorMessage = new 
> LocatorJoinMessage(
>   joiningLocatorDistributedSystemId, joiningLocator, 
> localLocatorId, "");
>   sendMessage(remoteLocator, advertiseNewLocatorMessage, 
> failedMessages);
>   // Notify the advertised locator about remote known locator.
>   LocatorJoinMessage advertiseKnownLocatorMessage =
>   new LocatorJoinMessage(entry.getKey(), remoteLocator, 
> localLocatorId, "");
>   sendMessage(joiningLocator, advertiseKnownLocatorMessage, 
> failedMessages);
> }
> {code}
> It should check to see if the joiningLocator ID is equal to the remoteLocator 
> ID and, if so, not create messages in that iteration.



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


[jira] [Resolved] (GEODE-8951) Unnecessary messaging in WAN locator discovery

2021-05-26 Thread Alberto Bustamante Reyes (Jira)


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

Alberto Bustamante Reyes resolved GEODE-8951.
-
Fix Version/s: 1.15.0
   Resolution: Fixed

> Unnecessary messaging in WAN locator discovery
> --
>
> Key: GEODE-8951
> URL: https://issues.apache.org/jira/browse/GEODE-8951
> Project: Geode
>  Issue Type: Improvement
>  Components: wan
>Affects Versions: 1.15.0
>Reporter: Bruce J Schuchardt
>Assignee: Alberto Bustamante Reyes
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 1.15.0
>
>
> While debugging another issue I noticed that a locator was trying to send a 
> notice to another locator in its cluster telling it that the recipient had 
> joined.
>  
> [warn 2021/02/16 15:16:56.195 PST locatorgemfire_4_3_host2_9736 
>  tid=0x153] Locator Membership listener 
> permanently failed to exchange locator information 
> *rs-GEM-3188-VJ1459-1a0i3large-hydra-client-1:27878* with 
> *rs-GEM-3188-VJ1459-1a0i3large-hydra-client-2:28778* after 3 retry attempts
>  
> This messaging is unnecessary.  The locator that this message was being sent 
> to already knows about itself.   This is being done in 
> _DistributeLocatorsRunnable.run()._ 
>  
> {code:java}
> for (DistributionLocatorId remoteLocator : entry.getValue()) {
>   // Notify known remote locator about the advertised locator.
>   LocatorJoinMessage advertiseNewLocatorMessage = new 
> LocatorJoinMessage(
>   joiningLocatorDistributedSystemId, joiningLocator, 
> localLocatorId, "");
>   sendMessage(remoteLocator, advertiseNewLocatorMessage, 
> failedMessages);
>   // Notify the advertised locator about remote known locator.
>   LocatorJoinMessage advertiseKnownLocatorMessage =
>   new LocatorJoinMessage(entry.getKey(), remoteLocator, 
> localLocatorId, "");
>   sendMessage(joiningLocator, advertiseKnownLocatorMessage, 
> failedMessages);
> }
> {code}
> It should check to see if the joiningLocator ID is equal to the remoteLocator 
> ID and, if so, not create messages in that iteration.



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


[jira] [Assigned] (GEODE-9317) ZADD/ZSCORE do not properly handle infinity

2021-05-26 Thread Ray Ingles (Jira)


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

Ray Ingles reassigned GEODE-9317:
-

Assignee: Ray Ingles

> ZADD/ZSCORE do not properly handle infinity
> ---
>
> Key: GEODE-9317
> URL: https://issues.apache.org/jira/browse/GEODE-9317
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Affects Versions: 1.15.0
>Reporter: Ray Ingles
>Assignee: Ray Ingles
>Priority: Major
>
> Native Redis accepts values like "inf", "+inf", "-infinity", etc. Currently 
> Radish considers these values invalid and returns "ERR value is not a valid 
> float".



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


[jira] [Created] (GEODE-9317) ZADD/ZSCORE do not properly handle infinity

2021-05-26 Thread Ray Ingles (Jira)
Ray Ingles created GEODE-9317:
-

 Summary: ZADD/ZSCORE do not properly handle infinity
 Key: GEODE-9317
 URL: https://issues.apache.org/jira/browse/GEODE-9317
 Project: Geode
  Issue Type: Bug
  Components: redis
Affects Versions: 1.15.0
Reporter: Ray Ingles


Native Redis accepts values like "inf", "+inf", "-infinity", etc. Currently 
Radish considers these values invalid and returns "ERR value is not a valid 
float".



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


[jira] [Commented] (GEODE-9314) Redis CLUSTER NODES incorrect when primary buckets are moving

2021-05-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-9314:


Commit 7be4e68c12a60e8e1c6d5b0a338d046213bed7c4 in geode's branch 
refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=7be4e68 ]

GEODE-9314: Redis CLUSTER NODES incorrect when primary buckets are moving 
(#6521)


- Node information may be reported incorrectly. Specifically, host/port
  info may end up being duplicated between nodes (in the output).


> Redis CLUSTER NODES incorrect when primary buckets are moving
> -
>
> Key: GEODE-9314
> URL: https://issues.apache.org/jira/browse/GEODE-9314
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Reporter: Jens Deppe
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.15.0
>
>
> When buckets are moving the CLUSTER NODES command may produce incorrect 
> results - specifically the node host/port information may be 
> duplicated/incorrect.



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


[jira] [Resolved] (GEODE-9314) Redis CLUSTER NODES incorrect when primary buckets are moving

2021-05-26 Thread Jens Deppe (Jira)


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

Jens Deppe resolved GEODE-9314.
---
Fix Version/s: 1.15.0
   Resolution: Fixed

> Redis CLUSTER NODES incorrect when primary buckets are moving
> -
>
> Key: GEODE-9314
> URL: https://issues.apache.org/jira/browse/GEODE-9314
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Reporter: Jens Deppe
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.15.0
>
>
> When buckets are moving the CLUSTER NODES command may produce incorrect 
> results - specifically the node host/port information may be 
> duplicated/incorrect.



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


[jira] [Updated] (GEODE-9316) user guide typo repairs

2021-05-26 Thread Dave Barnes (Jira)


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

Dave Barnes updated GEODE-9316:
---
Description: 
Some small fixes grouped together for convenience.
 * 
[https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html]

Add a space in bullet-list item beginning "*statistic-sampling-enabled*."
 * 
[https://geode.apache.org/docs/guide/113/managing/management/management_and_monitoring_features.html]

Second bullet item, change "programs no longer require access" to "programs do 
not require access".

  was:
Some small fixes grouped together for convenience.

[- 
https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html|https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html]

Add a space in bullet-list item beginning "*statistic-sampling-enabled*."

[https://geode.apache.org/docs/guide/113/managing/management/management_and_monitoring_features.html]

Second bullet item, change "programs no longer require access" to "programs do 
not require access".


> user guide typo repairs
> ---
>
> Key: GEODE-9316
> URL: https://issues.apache.org/jira/browse/GEODE-9316
> Project: Geode
>  Issue Type: Bug
>  Components: docs
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>
> Some small fixes grouped together for convenience.
>  * 
> [https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html]
> Add a space in bullet-list item beginning "*statistic-sampling-enabled*."
>  * 
> [https://geode.apache.org/docs/guide/113/managing/management/management_and_monitoring_features.html]
> Second bullet item, change "programs no longer require access" to "programs 
> do not require access".



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


[jira] [Updated] (GEODE-9316) user guide typo repairs

2021-05-26 Thread Dave Barnes (Jira)


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

Dave Barnes updated GEODE-9316:
---
Description: 
Some small fixes grouped together for convenience.

[- 
https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html|https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html]

Add a space in bullet-list item beginning "*statistic-sampling-enabled*."

[https://geode.apache.org/docs/guide/113/managing/management/management_and_monitoring_features.html]

Second bullet item, change "programs no longer require access" to "programs do 
not require access".

  was:
Some small fixes grouped together for convenience.

[https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html]

Add a space in bullet-list item beginning "*statistic-sampling-enabled*."

[https://geode.apache.org/docs/guide/113/managing/management/management_and_monitoring_features.html]

Second bullet item, change "programs no longer require access" to "programs do 
not require access".


> user guide typo repairs
> ---
>
> Key: GEODE-9316
> URL: https://issues.apache.org/jira/browse/GEODE-9316
> Project: Geode
>  Issue Type: Bug
>  Components: docs
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>
> Some small fixes grouped together for convenience.
> [- 
> https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html|https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html]
> Add a space in bullet-list item beginning "*statistic-sampling-enabled*."
> [https://geode.apache.org/docs/guide/113/managing/management/management_and_monitoring_features.html]
> Second bullet item, change "programs no longer require access" to "programs 
> do not require access".



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


[jira] [Updated] (GEODE-9316) user guide typo repairs

2021-05-26 Thread Dave Barnes (Jira)


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

Dave Barnes updated GEODE-9316:
---
Summary: user guide typo repairs  (was: user guide typo repair)

> user guide typo repairs
> ---
>
> Key: GEODE-9316
> URL: https://issues.apache.org/jira/browse/GEODE-9316
> Project: Geode
>  Issue Type: Bug
>  Components: docs
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>
> Some small fixes grouped together for convenience.
> [https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html]
> Add a space in bullet-list item beginning "*statistic-sampling-enabled*."
> [https://geode.apache.org/docs/guide/113/managing/management/management_and_monitoring_features.html]
> Second bullet item, change "programs no longer require access" to "programs 
> do not require access".



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


[jira] [Updated] (GEODE-9316) user guide typo repair

2021-05-26 Thread Dave Barnes (Jira)


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

Dave Barnes updated GEODE-9316:
---
Description: 
Some small fixes grouped together for convenience.

[https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html]

Add a space in bullet-list item beginning "*statistic-sampling-enabled*."

[https://geode.apache.org/docs/guide/113/managing/management/management_and_monitoring_features.html]

Second bullet item, change "programs no longer require access" to "programs do 
not require access".

  was:
[https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html]

Add a space in bullet-list item beginning "*statistic-sampling-enabled*."

[https://geode.apache.org/docs/guide/113/managing/management/management_and_monitoring_features.html]

Second bullet item, change "programs no longer require access" to "programs do 
not require access".


> user guide typo repair
> --
>
> Key: GEODE-9316
> URL: https://issues.apache.org/jira/browse/GEODE-9316
> Project: Geode
>  Issue Type: Bug
>  Components: docs
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>
> Some small fixes grouped together for convenience.
> [https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html]
> Add a space in bullet-list item beginning "*statistic-sampling-enabled*."
> [https://geode.apache.org/docs/guide/113/managing/management/management_and_monitoring_features.html]
> Second bullet item, change "programs no longer require access" to "programs 
> do not require access".



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


[jira] [Updated] (GEODE-9316) user guide typo repair

2021-05-26 Thread Dave Barnes (Jira)


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

Dave Barnes updated GEODE-9316:
---
Description: 
[https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html]

Add a space in bullet-list item beginning "*statistic-sampling-enabled*."

[https://geode.apache.org/docs/guide/113/managing/management/management_and_monitoring_features.html]

Second bullet item, change "programs no longer require access" to "programs do 
not require access".

  was:
[https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html]

Add a space in bullet-list item beginning "*statistic-sampling-enabled*."


> user guide typo repair
> --
>
> Key: GEODE-9316
> URL: https://issues.apache.org/jira/browse/GEODE-9316
> Project: Geode
>  Issue Type: Bug
>  Components: docs
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>
> [https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html]
> Add a space in bullet-list item beginning "*statistic-sampling-enabled*."
> [https://geode.apache.org/docs/guide/113/managing/management/management_and_monitoring_features.html]
> Second bullet item, change "programs no longer require access" to "programs 
> do not require access".



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


[jira] [Assigned] (GEODE-9316) user guide typo repair

2021-05-26 Thread Dave Barnes (Jira)


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

Dave Barnes reassigned GEODE-9316:
--

Assignee: Dave Barnes

> user guide typo repair
> --
>
> Key: GEODE-9316
> URL: https://issues.apache.org/jira/browse/GEODE-9316
> Project: Geode
>  Issue Type: Bug
>  Components: docs
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>
> [https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html]
> Add a space in bullet-list item beginning "*statistic-sampling-enabled*."



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


[jira] [Created] (GEODE-9316) user guide typo repair

2021-05-26 Thread Dave Barnes (Jira)
Dave Barnes created GEODE-9316:
--

 Summary: user guide typo repair
 Key: GEODE-9316
 URL: https://issues.apache.org/jira/browse/GEODE-9316
 Project: Geode
  Issue Type: Bug
  Components: docs
Reporter: Dave Barnes


[https://geode.apache.org/docs/guide/113/managing/monitor_tune/system_member_performance_distributed_system_member.html]

Add a space in bullet-list item beginning "*statistic-sampling-enabled*."



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


[jira] [Commented] (GEODE-9313) Allow AllowExecutionInLowMemory to be usable generically

2021-05-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-9313:


Commit c728beb22d7852b0bb030a3dcb2d29c4097e0b44 in geode's branch 
refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c728beb ]

GEODE-9313: Allow AllowExecutionInLowMemory to be usable generically (#6520)

The current implementation assumes that the function inputs are always
Object[] and don't allow for specifying them generically.

> Allow AllowExecutionInLowMemory to be usable generically
> 
>
> Key: GEODE-9313
> URL: https://issues.apache.org/jira/browse/GEODE-9313
> Project: Geode
>  Issue Type: Improvement
>  Components: redis
>Reporter: Jens Deppe
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.15.0
>
>




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


[jira] [Resolved] (GEODE-9313) Allow AllowExecutionInLowMemory to be usable generically

2021-05-26 Thread Jens Deppe (Jira)


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

Jens Deppe resolved GEODE-9313.
---
Fix Version/s: 1.15.0
   Resolution: Fixed

> Allow AllowExecutionInLowMemory to be usable generically
> 
>
> Key: GEODE-9313
> URL: https://issues.apache.org/jira/browse/GEODE-9313
> Project: Geode
>  Issue Type: Improvement
>  Components: redis
>Reporter: Jens Deppe
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.15.0
>
>




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


[jira] [Resolved] (GEODE-9315) bump spring-security to recommended version

2021-05-26 Thread Owen Nichols (Jira)


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

Owen Nichols resolved GEODE-9315.
-
Fix Version/s: 1.13.3
   Resolution: Fixed

> bump spring-security to recommended version
> ---
>
> Key: GEODE-9315
> URL: https://issues.apache.org/jira/browse/GEODE-9315
> Project: Geode
>  Issue Type: Improvement
>  Components: pulse
>Affects Versions: 1.13.2
>Reporter: Owen Nichols
>Priority: Major
> Fix For: 1.13.3
>
>
> new 5.3.9 is available.  Only Geode 1.13 uses this minor, so this change is 
> not applicable to any other Geode branches.



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


[jira] [Commented] (GEODE-9315) bump spring-security to recommended version

2021-05-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-9315:


Commit 8fc4916ae4d89f32686d518423120d7ebb1d4743 in geode's branch 
refs/heads/support/1.13 from Owen Nichols
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=8fc4916 ]

GEODE-9315: Bump spring-security from 5.3.8.RELEASE to 5.3.9.RELEASE


> bump spring-security to recommended version
> ---
>
> Key: GEODE-9315
> URL: https://issues.apache.org/jira/browse/GEODE-9315
> Project: Geode
>  Issue Type: Improvement
>  Components: pulse
>Affects Versions: 1.13.2
>Reporter: Owen Nichols
>Priority: Major
>
> new 5.3.9 is available.  Only Geode 1.13 uses this minor, so this change is 
> not applicable to any other Geode branches.



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


[jira] [Created] (GEODE-9315) bump spring-security to recommended version

2021-05-26 Thread Owen Nichols (Jira)
Owen Nichols created GEODE-9315:
---

 Summary: bump spring-security to recommended version
 Key: GEODE-9315
 URL: https://issues.apache.org/jira/browse/GEODE-9315
 Project: Geode
  Issue Type: Improvement
  Components: pulse
Affects Versions: 1.13.2
Reporter: Owen Nichols


new 5.3.9 is available.  Only Geode 1.13 uses this minor, so this change is not 
applicable to any other Geode branches.



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


[jira] [Commented] (GEODE-9233) Implement ZADD and ZSCORE

2021-05-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-9233:


Commit a52aa33accf41a5976d68f8e0d00c7ffad286c5b in geode's branch 
refs/heads/develop from Ray Ingles
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a52aa33 ]

GEODE-9233: Add redis ZADD and ZSCORE commands (#6489)

Adds early version of RedisSortedSet data type (no sorting yet), to implement 
the first two Sorted Commands.

> Implement ZADD and ZSCORE
> -
>
> Key: GEODE-9233
> URL: https://issues.apache.org/jira/browse/GEODE-9233
> Project: Geode
>  Issue Type: Improvement
>  Components: redis
>Affects Versions: 1.15.0
>Reporter: Ray Ingles
>Assignee: Ray Ingles
>Priority: Major
>  Labels: pull-request-available
>
> Initial implementation of the Redis ZADD and ZSCORE commands.



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


[jira] [Resolved] (GEODE-9233) Implement ZADD and ZSCORE

2021-05-26 Thread Ray Ingles (Jira)


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

Ray Ingles resolved GEODE-9233.
---
Fix Version/s: 1.15.0
   Resolution: Fixed

> Implement ZADD and ZSCORE
> -
>
> Key: GEODE-9233
> URL: https://issues.apache.org/jira/browse/GEODE-9233
> Project: Geode
>  Issue Type: Improvement
>  Components: redis
>Affects Versions: 1.15.0
>Reporter: Ray Ingles
>Assignee: Ray Ingles
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.15.0
>
>
> Initial implementation of the Redis ZADD and ZSCORE commands.



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


[jira] [Assigned] (GEODE-9233) Implement ZADD and ZSCORE

2021-05-26 Thread Ray Ingles (Jira)


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

Ray Ingles reassigned GEODE-9233:
-

Assignee: Ray Ingles

> Implement ZADD and ZSCORE
> -
>
> Key: GEODE-9233
> URL: https://issues.apache.org/jira/browse/GEODE-9233
> Project: Geode
>  Issue Type: Improvement
>  Components: redis
>Affects Versions: 1.15.0
>Reporter: Ray Ingles
>Assignee: Ray Ingles
>Priority: Major
>  Labels: pull-request-available
>
> Initial implementation of the Redis ZADD and ZSCORE commands.



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


[jira] [Resolved] (GEODE-9272) Improve parallel gateway sender queue performances when failing over to secondary

2021-05-26 Thread Mario Ivanac (Jira)


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

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

> Improve parallel gateway sender queue performances when failing over to 
> secondary
> -
>
> Key: GEODE-9272
> URL: https://issues.apache.org/jira/browse/GEODE-9272
> Project: Geode
>  Issue Type: Improvement
>  Components: wan
>Reporter: Mario Ivanac
>Assignee: Mario Ivanac
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.15.0
>
>
> For 2 site configuration with 4 servers each and, with partitioned redundant 
> persistent region, tests with high traffic are performed. Due to higher load 
> , we have lots of events in parallel gateway sender queue. If one server is 
> restarted in that state, it takes about half of our to retrieve redundancy.



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


[jira] [Commented] (GEODE-9272) Improve parallel gateway sender queue performances when failing over to secondary

2021-05-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-9272:


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

GEODE-9272: postpone marking of event as possible duplicate to the mo… (#6474)

* GEODE-9272: postpone marking of event as possible duplicate to the moment 
when is peeked

> Improve parallel gateway sender queue performances when failing over to 
> secondary
> -
>
> Key: GEODE-9272
> URL: https://issues.apache.org/jira/browse/GEODE-9272
> Project: Geode
>  Issue Type: Improvement
>  Components: wan
>Reporter: Mario Ivanac
>Assignee: Mario Ivanac
>Priority: Major
>  Labels: pull-request-available
>
> For 2 site configuration with 4 servers each and, with partitioned redundant 
> persistent region, tests with high traffic are performed. Due to higher load 
> , we have lots of events in parallel gateway sender queue. If one server is 
> restarted in that state, it takes about half of our to retrieve redundancy.



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


[jira] [Commented] (GEODE-9272) Improve parallel gateway sender queue performances when failing over to secondary

2021-05-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-9272:


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

GEODE-9272: postpone marking of event as possible duplicate to the mo… (#6474)

* GEODE-9272: postpone marking of event as possible duplicate to the moment 
when is peeked

> Improve parallel gateway sender queue performances when failing over to 
> secondary
> -
>
> Key: GEODE-9272
> URL: https://issues.apache.org/jira/browse/GEODE-9272
> Project: Geode
>  Issue Type: Improvement
>  Components: wan
>Reporter: Mario Ivanac
>Assignee: Mario Ivanac
>Priority: Major
>  Labels: pull-request-available
>
> For 2 site configuration with 4 servers each and, with partitioned redundant 
> persistent region, tests with high traffic are performed. Due to higher load 
> , we have lots of events in parallel gateway sender queue. If one server is 
> restarted in that state, it takes about half of our to retrieve redundancy.



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


[jira] [Updated] (GEODE-9314) Redis CLUSTER NODES incorrect when primary buckets are moving

2021-05-26 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated GEODE-9314:
--
Labels: pull-request-available  (was: )

> Redis CLUSTER NODES incorrect when primary buckets are moving
> -
>
> Key: GEODE-9314
> URL: https://issues.apache.org/jira/browse/GEODE-9314
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Reporter: Jens Deppe
>Priority: Major
>  Labels: pull-request-available
>
> When buckets are moving the CLUSTER NODES command may produce incorrect 
> results - specifically the node host/port information may be 
> duplicated/incorrect.



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


[jira] [Created] (GEODE-9314) Redis CLUSTER NODES incorrect when primary buckets are moving

2021-05-26 Thread Jens Deppe (Jira)
Jens Deppe created GEODE-9314:
-

 Summary: Redis CLUSTER NODES incorrect when primary buckets are 
moving
 Key: GEODE-9314
 URL: https://issues.apache.org/jira/browse/GEODE-9314
 Project: Geode
  Issue Type: Bug
  Components: redis
Reporter: Jens Deppe


When buckets are moving the CLUSTER NODES command may produce incorrect results 
- specifically the node host/port information may be duplicated/incorrect.



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


[jira] [Updated] (GEODE-9313) Allow AllowExecutionInLowMemory to be usable generically

2021-05-26 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated GEODE-9313:
--
Labels: pull-request-available  (was: )

> Allow AllowExecutionInLowMemory to be usable generically
> 
>
> Key: GEODE-9313
> URL: https://issues.apache.org/jira/browse/GEODE-9313
> Project: Geode
>  Issue Type: Improvement
>  Components: redis
>Reporter: Jens Deppe
>Priority: Major
>  Labels: pull-request-available
>




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


[jira] [Updated] (GEODE-9313) Allow AllowExecutionInLowMemory to be usable generically

2021-05-26 Thread Jens Deppe (Jira)


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

Jens Deppe updated GEODE-9313:
--
Issue Type: Improvement  (was: Test)

> Allow AllowExecutionInLowMemory to be usable generically
> 
>
> Key: GEODE-9313
> URL: https://issues.apache.org/jira/browse/GEODE-9313
> Project: Geode
>  Issue Type: Improvement
>  Components: redis
>Reporter: Jens Deppe
>Priority: Major
>




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


[jira] [Updated] (GEODE-9313) Allow AllowExecutionInLowMemory to be usable generically

2021-05-26 Thread Jens Deppe (Jira)


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

Jens Deppe updated GEODE-9313:
--
Component/s: redis

> Allow AllowExecutionInLowMemory to be usable generically
> 
>
> Key: GEODE-9313
> URL: https://issues.apache.org/jira/browse/GEODE-9313
> Project: Geode
>  Issue Type: Test
>  Components: redis
>Reporter: Jens Deppe
>Priority: Major
>




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


[jira] [Created] (GEODE-9313) Allow AllowExecutionInLowMemory to be usable generically

2021-05-26 Thread Jens Deppe (Jira)
Jens Deppe created GEODE-9313:
-

 Summary: Allow AllowExecutionInLowMemory to be usable generically
 Key: GEODE-9313
 URL: https://issues.apache.org/jira/browse/GEODE-9313
 Project: Geode
  Issue Type: Test
Reporter: Jens Deppe






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


[jira] [Commented] (GEODE-9308) Update "Controlling Socket Use" to reflect new default

2021-05-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-9308:


Commit 9de676e17918ebbd4523b6e8ce0c1eb9bdff570a in geode's branch 
refs/heads/develop from Dave Barnes
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=9de676e ]

GEODE-9308: Update "Controlling Socket Use" to reflect new default (#6516)

* GEODE-9308: Update "Controlling Socket Use" to reflect new default

> Update "Controlling Socket Use" to reflect new default
> --
>
> Key: GEODE-9308
> URL: https://issues.apache.org/jira/browse/GEODE-9308
> Project: Geode
>  Issue Type: Sub-task
>  Components: docs
>Affects Versions: 1.14.0
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>  Labels: pull-request-available
>




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


[jira] [Commented] (GEODE-9308) Update "Controlling Socket Use" to reflect new default

2021-05-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-9308:


Commit 3c48815b6bb0e3724ac0db0fdf96d1f46f9c97a7 in geode's branch 
refs/heads/support/1.14 from Dave Barnes
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3c48815 ]

GEODE-9308: Update "Controlling Socket Use" to reflect new default (#6516)

* GEODE-9308: Update "Controlling Socket Use" to reflect new default

> Update "Controlling Socket Use" to reflect new default
> --
>
> Key: GEODE-9308
> URL: https://issues.apache.org/jira/browse/GEODE-9308
> Project: Geode
>  Issue Type: Sub-task
>  Components: docs
>Affects Versions: 1.14.0
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>  Labels: pull-request-available
>




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


[jira] [Commented] (GEODE-9308) Update "Controlling Socket Use" to reflect new default

2021-05-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-9308:


Commit 3c48815b6bb0e3724ac0db0fdf96d1f46f9c97a7 in geode's branch 
refs/heads/support/1.14 from Dave Barnes
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3c48815 ]

GEODE-9308: Update "Controlling Socket Use" to reflect new default (#6516)

* GEODE-9308: Update "Controlling Socket Use" to reflect new default

> Update "Controlling Socket Use" to reflect new default
> --
>
> Key: GEODE-9308
> URL: https://issues.apache.org/jira/browse/GEODE-9308
> Project: Geode
>  Issue Type: Sub-task
>  Components: docs
>Affects Versions: 1.14.0
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>  Labels: pull-request-available
>




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


[jira] [Resolved] (GEODE-9308) Update "Controlling Socket Use" to reflect new default

2021-05-26 Thread Dave Barnes (Jira)


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

Dave Barnes resolved GEODE-9308.

Fix Version/s: 1.15.0
   1.14.0
   Resolution: Fixed

> Update "Controlling Socket Use" to reflect new default
> --
>
> Key: GEODE-9308
> URL: https://issues.apache.org/jira/browse/GEODE-9308
> Project: Geode
>  Issue Type: Sub-task
>  Components: docs
>Affects Versions: 1.14.0
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.14.0, 1.15.0
>
>




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


[jira] [Commented] (GEODE-9308) Update "Controlling Socket Use" to reflect new default

2021-05-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-9308:


Commit 9de676e17918ebbd4523b6e8ce0c1eb9bdff570a in geode's branch 
refs/heads/develop from Dave Barnes
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=9de676e ]

GEODE-9308: Update "Controlling Socket Use" to reflect new default (#6516)

* GEODE-9308: Update "Controlling Socket Use" to reflect new default

> Update "Controlling Socket Use" to reflect new default
> --
>
> Key: GEODE-9308
> URL: https://issues.apache.org/jira/browse/GEODE-9308
> Project: Geode
>  Issue Type: Sub-task
>  Components: docs
>Affects Versions: 1.14.0
>Reporter: Dave Barnes
>Assignee: Dave Barnes
>Priority: Major
>  Labels: pull-request-available
>




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