[JBoss JIRA] (ISPN-8136) ProtobufMetadataManagerInterceptor invokes commands synchronously
by Dan Berindei (JIRA)
Dan Berindei created ISPN-8136:
----------------------------------
Summary: ProtobufMetadataManagerInterceptor invokes commands synchronously
Key: ISPN-8136
URL: https://issues.jboss.org/browse/ISPN-8136
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying
Affects Versions: 9.1.0.Final
Reporter: Dan Berindei
{{ProtobufMetadataManagerInterceptor}} uses {{AsyncInterceptorChain.invoke()}} to invoke lock/put/remove commands. {{invoke()}} is synchronous and it will block the thread, so the interceptor should use {{AsyncInterceptorChain.invokeAsync()}} instead.
Note that the commands are only invoked only on the originator, so the blocked threads will be from the server's worker thread pool, not from the remote or JGroups thread pools.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8135) RocksDB tests fail on MacOS
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-8135?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-8135:
------------------------------------
Summary: RocksDB tests fail on MacOS (was: RocksDB tests fails on MacOS)
> RocksDB tests fail on MacOS
> ---------------------------
>
> Key: ISPN-8135
> URL: https://issues.jboss.org/browse/ISPN-8135
> Project: Infinispan
> Issue Type: Bug
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> {noformat}
> [TestSuiteProgress] Tests succeeded: 2, failed: 0, skipped: 0
> SUREFIRE-859: Assertion failed: (is_last_reference), function ~ColumnFamilyData, file db/column_family.cc, line 457.
> /bin/sh: line 1: 6617 Abort trap: 6 /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre/bin/java -Xmx2G -Dsun.nio.ch.bugLevel -jar /infinispan/persistence/rocksdb/target/surefire/surefirebooter5673042314039179281.jar /infinispan/persistence/rocksdb/target/surefire/surefire7951183691735316134tmp /infinispan/persistence/rocksdb/target/surefire/surefire_02365954805080770500tmp
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8135) RocksDB tests fails on MacOS
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-8135?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes reassigned ISPN-8135:
---------------------------------------
Assignee: Gustavo Fernandes
> RocksDB tests fails on MacOS
> ----------------------------
>
> Key: ISPN-8135
> URL: https://issues.jboss.org/browse/ISPN-8135
> Project: Infinispan
> Issue Type: Bug
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> {noformat}
> [TestSuiteProgress] Tests succeeded: 2, failed: 0, skipped: 0
> SUREFIRE-859: Assertion failed: (is_last_reference), function ~ColumnFamilyData, file db/column_family.cc, line 457.
> /bin/sh: line 1: 6617 Abort trap: 6 /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre/bin/java -Xmx2G -Dsun.nio.ch.bugLevel -jar /infinispan/persistence/rocksdb/target/surefire/surefirebooter5673042314039179281.jar /infinispan/persistence/rocksdb/target/surefire/surefire7951183691735316134tmp /infinispan/persistence/rocksdb/target/surefire/surefire_02365954805080770500tmp
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8001) HotRodCustomMarshallerIteratorIT fails randomly
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-8001?page=com.atlassian.jira.plugin.... ]
Adrian Nistor commented on ISPN-8001:
-------------------------------------
The test failure is not fixed yet, the test is just ignored ATM.
> HotRodCustomMarshallerIteratorIT fails randomly
> -----------------------------------------------
>
> Key: ISPN-8001
> URL: https://issues.jboss.org/browse/ISPN-8001
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Protocols, Test Suite - Server
> Affects Versions: 9.1.0.Beta1
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 9.2.0.Final
>
>
> There seems to be a race condition between the execution of the test and the deployment on the marshaller.
> {code}
> -------------------------------------------------------------------------------
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.355 sec <<< FAILURE! - in org.infinispan.server.test.client.hotrod.HotRodCustomMarshallerIteratorIT
> testIteration(org.infinispan.server.test.client.hotrod.HotRodCustomMarshallerIteratorIT) Time elapsed: 0.103 sec <<< ERROR!
> org.infinispan.client.hotrod.exceptions.HotRodClientException: java.io.IOException: Unsupported protocol version 40
> at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:363)
> at org.infinispan.client.hotrod.impl.protocol.Codec20.readPartialHeader(Codec20.java:152)
> at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:138)
> at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:60)
> at org.infinispan.client.hotrod.impl.operations.IterationNextOperation.execute(IterationNextOperation.java:51)
> at org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator.fetch(RemoteCloseableIterator.java:104)
> at org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator.hasNext(RemoteCloseableIterator.java:88)
> at org.infinispan.server.test.client.hotrod.HotRodCustomMarshallerIteratorIT.iteratorToMap(HotRodCustomMarshallerIteratorIT.java:145)
> at org.infinispan.server.test.client.hotrod.HotRodCustomMarshallerIteratorIT.testIteration(HotRodCustomMarshallerIteratorIT.java:132)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8135) RocksDB tests fails on MacOS
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-8135:
---------------------------------------
Summary: RocksDB tests fails on MacOS
Key: ISPN-8135
URL: https://issues.jboss.org/browse/ISPN-8135
Project: Infinispan
Issue Type: Bug
Reporter: Gustavo Fernandes
{noformat}
[TestSuiteProgress] Tests succeeded: 2, failed: 0, skipped: 0
SUREFIRE-859: Assertion failed: (is_last_reference), function ~ColumnFamilyData, file db/column_family.cc, line 457.
/bin/sh: line 1: 6617 Abort trap: 6 /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre/bin/java -Xmx2G -Dsun.nio.ch.bugLevel -jar /infinispan/persistence/rocksdb/target/surefire/surefirebooter5673042314039179281.jar /infinispan/persistence/rocksdb/target/surefire/surefire7951183691735316134tmp /infinispan/persistence/rocksdb/target/surefire/surefire_02365954805080770500tmp
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8001) HotRodCustomMarshallerIteratorIT fails randomly
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-8001?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-8001:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/5324
> HotRodCustomMarshallerIteratorIT fails randomly
> -----------------------------------------------
>
> Key: ISPN-8001
> URL: https://issues.jboss.org/browse/ISPN-8001
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Protocols, Test Suite - Server
> Affects Versions: 9.1.0.Beta1
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 9.2.0.Final
>
>
> There seems to be a race condition between the execution of the test and the deployment on the marshaller.
> {code}
> -------------------------------------------------------------------------------
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.355 sec <<< FAILURE! - in org.infinispan.server.test.client.hotrod.HotRodCustomMarshallerIteratorIT
> testIteration(org.infinispan.server.test.client.hotrod.HotRodCustomMarshallerIteratorIT) Time elapsed: 0.103 sec <<< ERROR!
> org.infinispan.client.hotrod.exceptions.HotRodClientException: java.io.IOException: Unsupported protocol version 40
> at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:363)
> at org.infinispan.client.hotrod.impl.protocol.Codec20.readPartialHeader(Codec20.java:152)
> at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:138)
> at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:60)
> at org.infinispan.client.hotrod.impl.operations.IterationNextOperation.execute(IterationNextOperation.java:51)
> at org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator.fetch(RemoteCloseableIterator.java:104)
> at org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator.hasNext(RemoteCloseableIterator.java:88)
> at org.infinispan.server.test.client.hotrod.HotRodCustomMarshallerIteratorIT.iteratorToMap(HotRodCustomMarshallerIteratorIT.java:145)
> at org.infinispan.server.test.client.hotrod.HotRodCustomMarshallerIteratorIT.testIteration(HotRodCustomMarshallerIteratorIT.java:132)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8134) Getting TimeoutException during initialization of clustered counter
by Martin Gencur (JIRA)
Martin Gencur created ISPN-8134:
-----------------------------------
Summary: Getting TimeoutException during initialization of clustered counter
Key: ISPN-8134
URL: https://issues.jboss.org/browse/ISPN-8134
Project: Infinispan
Issue Type: Bug
Components: Clustered Counter
Affects Versions: 9.1.0.Final
Reporter: Martin Gencur
Assignee: Pedro Ruivo
In multi-threaded environment (8 nodes with 10 threads each) I'm getting the following error when retrieving the clustered counter from embedded cache manager:
{code}
04:40:27,842 ERROR [org.infinispan.counter.impl.manager.EmbeddedCounterManager] (Stressor-0) ISPN028013: Exception while waiting for counter manager caches.
java.util.concurrent.TimeoutException: null
at java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1771) ~[?:1.8.0_131]
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1915) ~[?:1.8.0_131]
at org.infinispan.counter.impl.manager.EmbeddedCounterManager.extractCacheHolder(EmbeddedCounterManager.java:52) ~[infinispan-clustered-counter-9.1.0.Final.jar:9.1.0.Final]
at org.infinispan.counter.impl.manager.EmbeddedCounterManager.createCounter(EmbeddedCounterManager.java:119) ~[infinispan-clustered-counter-9.1.0.Final.jar:9.1.0.Final]
at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660) [?:1.8.0_131]
at org.infinispan.counter.impl.manager.EmbeddedCounterManager.getStrongCounter(EmbeddedCounterManager.java:88) [infinispan-clustered-counter-9.1.0.Final.jar:9.1.0.Final]
at org.radargun.service.Infinispan91StrongCounterOperations.getStrongCounter(Infinispan91StrongCounterOperations.java:22) [plugin-infinispan91-3.0.0-SNAPSHOT.jar:?]
at org.radargun.stages.StrongCounterTestStage$StrongCounterLogic.init(StrongCounterTestStage.java:74) [radargun-counter-3.0.0-SNAPSHOT.jar:?]
at org.radargun.stages.test.Stressor.run(Stressor.java:65) [radargun-core-3.0.0-SNAPSHOT.jar:?]
04:40:27,863 ERROR [org.radargun.stages.test.Stressor] (Stressor-0) Unexpected error in stressor!
org.infinispan.counter.exception.CounterException: ISPN028015: Unable to fetch counter manager caches.
at org.infinispan.counter.impl.manager.EmbeddedCounterManager.createCounter(EmbeddedCounterManager.java:121) ~[infinispan-clustered-counter-9.1.0.Final.jar:9.1.0.Final]
at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660) ~[?:1.8.0_131]
at org.infinispan.counter.impl.manager.EmbeddedCounterManager.getStrongCounter(EmbeddedCounterManager.java:88) ~[infinispan-clustered-counter-9.1.0.Final.jar:9.1.0.Final]
at org.radargun.service.Infinispan91StrongCounterOperations.getStrongCounter(Infinispan91StrongCounterOperations.java:22) ~[plugin-infinispan91-3.0.0-SNAPSHOT.jar:?]
at org.radargun.stages.StrongCounterTestStage$StrongCounterLogic.init(StrongCounterTestStage.java:74) ~[radargun-counter-3.0.0-SNAPSHOT.jar:?]
at org.radargun.stages.test.Stressor.run(Stressor.java:65) [radargun-core-3.0.0-SNAPSHOT.jar:?]
Exception in thread "Stressor-0" java.lang.NullPointerException
at org.radargun.stages.test.TestStage.setTerminated(TestStage.java:341)
at org.radargun.stages.test.Stressor.run(Stressor.java:72)
{code}
The whole stacktrace can be seen here: https://jdg-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/PERF-LIB/job/jdg...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8134) Getting TimeoutException during initialization of clustered counter
by Martin Gencur (JIRA)
[ https://issues.jboss.org/browse/ISPN-8134?page=com.atlassian.jira.plugin.... ]
Martin Gencur commented on ISPN-8134:
-------------------------------------
The timeout seems to be hard-coded to 15 seconds. Maybe increasing the timeout would help. I'm not getting the exception with 4 nodes (10 threads each).
> Getting TimeoutException during initialization of clustered counter
> -------------------------------------------------------------------
>
> Key: ISPN-8134
> URL: https://issues.jboss.org/browse/ISPN-8134
> Project: Infinispan
> Issue Type: Bug
> Components: Clustered Counter
> Affects Versions: 9.1.0.Final
> Reporter: Martin Gencur
> Assignee: Pedro Ruivo
>
> In multi-threaded environment (8 nodes with 10 threads each) I'm getting the following error when retrieving the clustered counter from embedded cache manager:
> {code}
> 04:40:27,842 ERROR [org.infinispan.counter.impl.manager.EmbeddedCounterManager] (Stressor-0) ISPN028013: Exception while waiting for counter manager caches.
> java.util.concurrent.TimeoutException: null
> at java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1771) ~[?:1.8.0_131]
> at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1915) ~[?:1.8.0_131]
> at org.infinispan.counter.impl.manager.EmbeddedCounterManager.extractCacheHolder(EmbeddedCounterManager.java:52) ~[infinispan-clustered-counter-9.1.0.Final.jar:9.1.0.Final]
> at org.infinispan.counter.impl.manager.EmbeddedCounterManager.createCounter(EmbeddedCounterManager.java:119) ~[infinispan-clustered-counter-9.1.0.Final.jar:9.1.0.Final]
> at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660) [?:1.8.0_131]
> at org.infinispan.counter.impl.manager.EmbeddedCounterManager.getStrongCounter(EmbeddedCounterManager.java:88) [infinispan-clustered-counter-9.1.0.Final.jar:9.1.0.Final]
> at org.radargun.service.Infinispan91StrongCounterOperations.getStrongCounter(Infinispan91StrongCounterOperations.java:22) [plugin-infinispan91-3.0.0-SNAPSHOT.jar:?]
> at org.radargun.stages.StrongCounterTestStage$StrongCounterLogic.init(StrongCounterTestStage.java:74) [radargun-counter-3.0.0-SNAPSHOT.jar:?]
> at org.radargun.stages.test.Stressor.run(Stressor.java:65) [radargun-core-3.0.0-SNAPSHOT.jar:?]
> 04:40:27,863 ERROR [org.radargun.stages.test.Stressor] (Stressor-0) Unexpected error in stressor!
> org.infinispan.counter.exception.CounterException: ISPN028015: Unable to fetch counter manager caches.
> at org.infinispan.counter.impl.manager.EmbeddedCounterManager.createCounter(EmbeddedCounterManager.java:121) ~[infinispan-clustered-counter-9.1.0.Final.jar:9.1.0.Final]
> at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660) ~[?:1.8.0_131]
> at org.infinispan.counter.impl.manager.EmbeddedCounterManager.getStrongCounter(EmbeddedCounterManager.java:88) ~[infinispan-clustered-counter-9.1.0.Final.jar:9.1.0.Final]
> at org.radargun.service.Infinispan91StrongCounterOperations.getStrongCounter(Infinispan91StrongCounterOperations.java:22) ~[plugin-infinispan91-3.0.0-SNAPSHOT.jar:?]
> at org.radargun.stages.StrongCounterTestStage$StrongCounterLogic.init(StrongCounterTestStage.java:74) ~[radargun-counter-3.0.0-SNAPSHOT.jar:?]
> at org.radargun.stages.test.Stressor.run(Stressor.java:65) [radargun-core-3.0.0-SNAPSHOT.jar:?]
> Exception in thread "Stressor-0" java.lang.NullPointerException
> at org.radargun.stages.test.TestStage.setTerminated(TestStage.java:341)
> at org.radargun.stages.test.Stressor.run(Stressor.java:72)
> {code}
> The whole stacktrace can be seen here: https://jdg-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/PERF-LIB/job/jdg...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months