[JBoss JIRA] (ISPN-11094) Allow custom CountdownLatchLoggingConsumer timeout
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-11094?page=com.atlassian.jira.plugi... ]
Diego Lovison updated ISPN-11094:
---------------------------------
Issue Type: Bug (was: Enhancement)
> Allow custom CountdownLatchLoggingConsumer timeout
> --------------------------------------------------
>
> Key: ISPN-11094
> URL: https://issues.redhat.com/browse/ISPN-11094
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 10.1.0.CR1
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Critical
>
> When running {{mvn verify -pl server/runtime/ -s maven-settings.xml -Dtest=ResilienceIT -Pcontainer}}
> The following exception will throw
> {noformat}
> [0] STDOUT: 12:48:17,711 INFO [org.infinispan.CONTAINER] (main) ISPN000128: Infinispan version: Infinispan 'Chupacabra' 10.1.0-SNAPSHOT
> [0] STDOUT: 12:48:18,522 INFO [org.infinispan.CLUSTER] (main) ISPN000078: Starting JGroups channel org.infinispan.server.resilience.ResilienceIT
> [1] STDOUT: 12:48:19,223 INFO [org.infinispan.CONTAINER] (main) ISPN000128: Infinispan version: Infinispan 'Chupacabra' 10.1.0-SNAPSHOT
> [OK: 0, KO: 1, SKIP: 0] Test failed: ResilienceIT.testUnresponsiveNode
> org.infinispan.client.hotrod.exceptions.TransportException:: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /172.17.0.2:11222
> at org.infinispan.client.hotrod.impl.Util.rewrap(Util.java:81)
> at org.infinispan.client.hotrod.impl.Util.await(Util.java:54)
> at org.infinispan.client.hotrod.impl.RemoteCacheManagerAdminImpl.getOrCreateCache(RemoteCacheManagerAdminImpl.java:67)
> at org.infinispan.server.test.InfinispanServerTestMethodRule$HotRod.create(InfinispanServerTestMethodRule.java:189)
> at org.infinispan.server.resilience.ResilienceIT.testUnresponsiveNode(ResilienceIT.java:42)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {noformat}
> Allowing a custom timeout config will give the server more time to startup
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11094) Allow custom CountdownLatchLoggingConsumer timeout
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-11094?page=com.atlassian.jira.plugi... ]
Diego Lovison commented on ISPN-11094:
--------------------------------------
The server is taking +18 seconds to start
{noformat}
[0] STDOUT: 18:08:22,099 INFO [org.infinispan.SERVER] (main) ISPN080001: Infinispan Server 10.1.0-SNAPSHOT started in 23843ms
[1] STDOUT: 18:08:19,097 INFO [org.infinispan.SERVER] (main) ISPN080001: Infinispan Server 10.1.0-SNAPSHOT started in 18474ms
{noformat}
Need to investigate why it is not failing with: `Exceptions.unchecked(() -> latch.await(serverStartupTimeout, TimeUnit.SECONDS));`
> Allow custom CountdownLatchLoggingConsumer timeout
> --------------------------------------------------
>
> Key: ISPN-11094
> URL: https://issues.redhat.com/browse/ISPN-11094
> Project: Infinispan
> Issue Type: Enhancement
> Components: Test Suite
> Affects Versions: 10.1.0.CR1
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Critical
>
> When running {{mvn verify -pl server/runtime/ -s maven-settings.xml -Dtest=ResilienceIT -Pcontainer}}
> The following exception will throw
> {noformat}
> [0] STDOUT: 12:48:17,711 INFO [org.infinispan.CONTAINER] (main) ISPN000128: Infinispan version: Infinispan 'Chupacabra' 10.1.0-SNAPSHOT
> [0] STDOUT: 12:48:18,522 INFO [org.infinispan.CLUSTER] (main) ISPN000078: Starting JGroups channel org.infinispan.server.resilience.ResilienceIT
> [1] STDOUT: 12:48:19,223 INFO [org.infinispan.CONTAINER] (main) ISPN000128: Infinispan version: Infinispan 'Chupacabra' 10.1.0-SNAPSHOT
> [OK: 0, KO: 1, SKIP: 0] Test failed: ResilienceIT.testUnresponsiveNode
> org.infinispan.client.hotrod.exceptions.TransportException:: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /172.17.0.2:11222
> at org.infinispan.client.hotrod.impl.Util.rewrap(Util.java:81)
> at org.infinispan.client.hotrod.impl.Util.await(Util.java:54)
> at org.infinispan.client.hotrod.impl.RemoteCacheManagerAdminImpl.getOrCreateCache(RemoteCacheManagerAdminImpl.java:67)
> at org.infinispan.server.test.InfinispanServerTestMethodRule$HotRod.create(InfinispanServerTestMethodRule.java:189)
> at org.infinispan.server.resilience.ResilienceIT.testUnresponsiveNode(ResilienceIT.java:42)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {noformat}
> Allowing a custom timeout config will give the server more time to startup
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11094) Allow custom CountdownLatchLoggingConsumer timeout
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-11094?page=com.atlassian.jira.plugi... ]
Diego Lovison updated ISPN-11094:
---------------------------------
Status: Open (was: New)
> Allow custom CountdownLatchLoggingConsumer timeout
> --------------------------------------------------
>
> Key: ISPN-11094
> URL: https://issues.redhat.com/browse/ISPN-11094
> Project: Infinispan
> Issue Type: Enhancement
> Components: Test Suite
> Affects Versions: 10.1.0.CR1
> Reporter: Diego Lovison
> Priority: Critical
>
> When running {{mvn verify -pl server/runtime/ -s maven-settings.xml -Dtest=ResilienceIT -Pcontainer}}
> The following exception will throw
> {noformat}
> [0] STDOUT: 12:48:17,711 INFO [org.infinispan.CONTAINER] (main) ISPN000128: Infinispan version: Infinispan 'Chupacabra' 10.1.0-SNAPSHOT
> [0] STDOUT: 12:48:18,522 INFO [org.infinispan.CLUSTER] (main) ISPN000078: Starting JGroups channel org.infinispan.server.resilience.ResilienceIT
> [1] STDOUT: 12:48:19,223 INFO [org.infinispan.CONTAINER] (main) ISPN000128: Infinispan version: Infinispan 'Chupacabra' 10.1.0-SNAPSHOT
> [OK: 0, KO: 1, SKIP: 0] Test failed: ResilienceIT.testUnresponsiveNode
> org.infinispan.client.hotrod.exceptions.TransportException:: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /172.17.0.2:11222
> at org.infinispan.client.hotrod.impl.Util.rewrap(Util.java:81)
> at org.infinispan.client.hotrod.impl.Util.await(Util.java:54)
> at org.infinispan.client.hotrod.impl.RemoteCacheManagerAdminImpl.getOrCreateCache(RemoteCacheManagerAdminImpl.java:67)
> at org.infinispan.server.test.InfinispanServerTestMethodRule$HotRod.create(InfinispanServerTestMethodRule.java:189)
> at org.infinispan.server.resilience.ResilienceIT.testUnresponsiveNode(ResilienceIT.java:42)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {noformat}
> Allowing a custom timeout config will give the server more time to startup
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11094) Allow custom CountdownLatchLoggingConsumer timeout
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-11094?page=com.atlassian.jira.plugi... ]
Work on ISPN-11094 started by Diego Lovison.
--------------------------------------------
> Allow custom CountdownLatchLoggingConsumer timeout
> --------------------------------------------------
>
> Key: ISPN-11094
> URL: https://issues.redhat.com/browse/ISPN-11094
> Project: Infinispan
> Issue Type: Enhancement
> Components: Test Suite
> Affects Versions: 10.1.0.CR1
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Critical
>
> When running {{mvn verify -pl server/runtime/ -s maven-settings.xml -Dtest=ResilienceIT -Pcontainer}}
> The following exception will throw
> {noformat}
> [0] STDOUT: 12:48:17,711 INFO [org.infinispan.CONTAINER] (main) ISPN000128: Infinispan version: Infinispan 'Chupacabra' 10.1.0-SNAPSHOT
> [0] STDOUT: 12:48:18,522 INFO [org.infinispan.CLUSTER] (main) ISPN000078: Starting JGroups channel org.infinispan.server.resilience.ResilienceIT
> [1] STDOUT: 12:48:19,223 INFO [org.infinispan.CONTAINER] (main) ISPN000128: Infinispan version: Infinispan 'Chupacabra' 10.1.0-SNAPSHOT
> [OK: 0, KO: 1, SKIP: 0] Test failed: ResilienceIT.testUnresponsiveNode
> org.infinispan.client.hotrod.exceptions.TransportException:: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /172.17.0.2:11222
> at org.infinispan.client.hotrod.impl.Util.rewrap(Util.java:81)
> at org.infinispan.client.hotrod.impl.Util.await(Util.java:54)
> at org.infinispan.client.hotrod.impl.RemoteCacheManagerAdminImpl.getOrCreateCache(RemoteCacheManagerAdminImpl.java:67)
> at org.infinispan.server.test.InfinispanServerTestMethodRule$HotRod.create(InfinispanServerTestMethodRule.java:189)
> at org.infinispan.server.resilience.ResilienceIT.testUnresponsiveNode(ResilienceIT.java:42)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {noformat}
> Allowing a custom timeout config will give the server more time to startup
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11094) Allow custom CountdownLatchLoggingConsumer timeout
by Diego Lovison (Jira)
Diego Lovison created ISPN-11094:
------------------------------------
Summary: Allow custom CountdownLatchLoggingConsumer timeout
Key: ISPN-11094
URL: https://issues.redhat.com/browse/ISPN-11094
Project: Infinispan
Issue Type: Enhancement
Components: Test Suite
Affects Versions: 10.1.0.CR1
Reporter: Diego Lovison
When running {{mvn verify -pl server/runtime/ -s maven-settings.xml -Dtest=ResilienceIT -Pcontainer}}
The following exception will throw
{noformat}
[0] STDOUT: 12:48:17,711 INFO [org.infinispan.CONTAINER] (main) ISPN000128: Infinispan version: Infinispan 'Chupacabra' 10.1.0-SNAPSHOT
[0] STDOUT: 12:48:18,522 INFO [org.infinispan.CLUSTER] (main) ISPN000078: Starting JGroups channel org.infinispan.server.resilience.ResilienceIT
[1] STDOUT: 12:48:19,223 INFO [org.infinispan.CONTAINER] (main) ISPN000128: Infinispan version: Infinispan 'Chupacabra' 10.1.0-SNAPSHOT
[OK: 0, KO: 1, SKIP: 0] Test failed: ResilienceIT.testUnresponsiveNode
org.infinispan.client.hotrod.exceptions.TransportException:: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /172.17.0.2:11222
at org.infinispan.client.hotrod.impl.Util.rewrap(Util.java:81)
at org.infinispan.client.hotrod.impl.Util.await(Util.java:54)
at org.infinispan.client.hotrod.impl.RemoteCacheManagerAdminImpl.getOrCreateCache(RemoteCacheManagerAdminImpl.java:67)
at org.infinispan.server.test.InfinispanServerTestMethodRule$HotRod.create(InfinispanServerTestMethodRule.java:189)
at org.infinispan.server.resilience.ResilienceIT.testUnresponsiveNode(ResilienceIT.java:42)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
{noformat}
Allowing a custom timeout config will give the server more time to startup
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11090) Docs: fixing maven build erros
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11090?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11090:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 10.1.0.Final
Resolution: Done
> Docs: fixing maven build erros
> ------------------------------
>
> Key: ISPN-11090
> URL: https://issues.redhat.com/browse/ISPN-11090
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
> Fix For: 10.1.0.Final
>
>
> [INFO] --- asciidoctor-maven-plugin:2.0.0-RC.1:process-asciidoc (html) @ infinispan-docs ---
> ...
> [INFO] asciidoctor: INFO: possible invalid reference: protostream_cm_config
> [INFO] asciidoctor: INFO: possible invalid reference: _configuration
> [INFO] asciidoctor: WARN: topics/transactions.adoc: line 2: id assigned to section already in use: transactions
> [INFO] asciidoctor: INFO: possible invalid reference: _building_infinispan
> [INFO] asciidoctor: INFO: possible invalid reference: _comments
> [INFO] asciidoctor: ERROR: titles/server/stories.adoc: line 9: include file not found: /home/dnaro/git/infinispan/documentation/src/main/asciidoc/stories/assembly_server_single_port.adoc
> [INFO] asciidoctor: WARN: topics/con_memcached_client_encoding.adoc: line 2: section title out of sequence: expected level 2, got level 3
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11090) Docs: fixing maven build erros
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11090?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11090:
-----------------------------------
Status: Open (was: New)
> Docs: fixing maven build erros
> ------------------------------
>
> Key: ISPN-11090
> URL: https://issues.redhat.com/browse/ISPN-11090
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
> Fix For: 10.1.0.Final
>
>
> [INFO] --- asciidoctor-maven-plugin:2.0.0-RC.1:process-asciidoc (html) @ infinispan-docs ---
> ...
> [INFO] asciidoctor: INFO: possible invalid reference: protostream_cm_config
> [INFO] asciidoctor: INFO: possible invalid reference: _configuration
> [INFO] asciidoctor: WARN: topics/transactions.adoc: line 2: id assigned to section already in use: transactions
> [INFO] asciidoctor: INFO: possible invalid reference: _building_infinispan
> [INFO] asciidoctor: INFO: possible invalid reference: _comments
> [INFO] asciidoctor: ERROR: titles/server/stories.adoc: line 9: include file not found: /home/dnaro/git/infinispan/documentation/src/main/asciidoc/stories/assembly_server_single_port.adoc
> [INFO] asciidoctor: WARN: topics/con_memcached_client_encoding.adoc: line 2: section title out of sequence: expected level 2, got level 3
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11090) Docs: fixing maven build erros
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11090?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11090:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/7687
> Docs: fixing maven build erros
> ------------------------------
>
> Key: ISPN-11090
> URL: https://issues.redhat.com/browse/ISPN-11090
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
> Fix For: 10.1.0.Final
>
>
> [INFO] --- asciidoctor-maven-plugin:2.0.0-RC.1:process-asciidoc (html) @ infinispan-docs ---
> ...
> [INFO] asciidoctor: INFO: possible invalid reference: protostream_cm_config
> [INFO] asciidoctor: INFO: possible invalid reference: _configuration
> [INFO] asciidoctor: WARN: topics/transactions.adoc: line 2: id assigned to section already in use: transactions
> [INFO] asciidoctor: INFO: possible invalid reference: _building_infinispan
> [INFO] asciidoctor: INFO: possible invalid reference: _comments
> [INFO] asciidoctor: ERROR: titles/server/stories.adoc: line 9: include file not found: /home/dnaro/git/infinispan/documentation/src/main/asciidoc/stories/assembly_server_single_port.adoc
> [INFO] asciidoctor: WARN: topics/con_memcached_client_encoding.adoc: line 2: section title out of sequence: expected level 2, got level 3
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11093) WriteSkewException possible with concurrent passivation
by Dan Berindei (Jira)
Dan Berindei created ISPN-11093:
-----------------------------------
Summary: WriteSkewException possible with concurrent passivation
Key: ISPN-11093
URL: https://issues.redhat.com/browse/ISPN-11093
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 10.1.0.CR1
Reporter: Dan Berindei
Assignee: Will Burns
Fix For: 10.1.0.Final
{{VersionedRepeatableReadEntry.skewed()}} replaces the context entry's version with the version returned by {{CacheLoaderInterceptor.loadAndStoreInDataContainer()}}, apparently for the benefit of total order transactions, but running for all transactions, not just total order. Somehow {{loadAndStoreInDataContainer()}} can miss the entries in {{PassivationPersistenceManager}}'s temporary passivation map, causing random failures in {{WriteSkewGetGroupKeysTest.testRemoveGroupKeysWithPersistenceAndPassivation[NON_OWNER, DIST_SYNC, TO=true, isolation=REPEATABLE_READ]}}.
{noformat}
12:48:34,192 TRACE (async-thread-Test-NodeA-p4378-t4:[]) [PassivationPersistenceManager] Storing entry temporarily during passivation for key GroupKey{group='test-group', key=5}
12:48:34,192 TRACE (async-thread-Test-NodeA-p4378-t4:[]) [PersistenceManagerImpl] Writing to all stores for id 11566
12:48:34,192 TRACE (async-thread-Test-NodeA-p4378-t4:[]) [VersionedRepeatableReadEntry] No entry for key GroupKey{group='test-group', key=5} found in data container
12:48:34,192 TRACE (async-thread-Test-NodeA-p4378-t4:[]) [VersionedRepeatableReadEntry] Updating version in metadata SimpleClusteredVersion{topologyId=9, version=1} -> SimpleClusteredVersion{topologyId=0, version=0}
12:48:34,192 TRACE (async-thread-Test-NodeA-p4378-t4:[]) [VersionedRepeatableReadEntry] Comparing versions SimpleClusteredVersion{topologyId=0, version=0} and SimpleClusteredVersion{topologyId=9, version=1} for key GroupKey{group='test-group', key=5}: BEFORE
12:48:34,193 TRACE (persistence-thread-Test-NodeA-p4387-t3:[]) [DummyInMemoryStore] Store MarshallableEntryImpl{keyBytes=ByteBufferImpl{length=67, offset=0, bytes=8201\/\o\r\g\.\i\n\f\i\n\i\s\p\a\n\.\t\e\s\t\.\c\o\r\e\.\G\r\o\u\p\T\e\s\t\s\S\C\I\.\G\r\o\u\p\K\e\y8A010E0A0A\t\e\s\t\-\g\r\o\u\p1005}, valueBytes=ByteBufferImpl{length=4, offset=0, bytes=\J02\v\5}, metadataBytes=ByteBufferImpl{length=12, offset=0, bytes=9801048A0106120408091001}, key=GroupKey{group='test-group', key=5}, value=v5, metadata=EmbeddedMetadata{version=SimpleClusteredVersion{topologyId=9, version=1}}, created=-1, lastUsed=-1, marshaller=org.infinispan.marshall.persistence.impl.PersistenceMarshallerImpl@64ddf323} in dummy map store@21df61dc
12:48:34,194 TRACE (async-thread-Test-NodeA-p4378-t6:[]) [CompletionStages] Continuing execution of id 11566
12:48:34,194 TRACE (async-thread-Test-NodeA-p4378-t6:[]) [PassivationPersistenceManager] Removed temporary entry during passivation for key GroupKey{group='test-group', key=5}
12:48:34,207 TRACE (async-thread-Test-NodeA-p4378-t4:[]) [TotalOrderRemoteTransactionState] [Test-NodeB-45589:2742] Current status is [PREPARING], setting status to: PREPARED
12:48:34,207 DEBUG (async-thread-Test-NodeA-p4378-t4:[]) [TotalOrderInterceptor] Exception while preparing for transaction Test-NodeB-45589:2742. Local=false
org.infinispan.transaction.WriteSkewException: Write skew detected on key GroupKey{group='test-group', key=5} for transaction RemoteTransaction{modifications=[..., RemoveCommand{key=GroupKey{group='test-group', key=5},
value=null, metadata=null, flags=[IGNORE_RETURN_VALUES], commandInvocationId=CommandInvocation:local:0, valueMatcher=MATCH_ALWAYS, topologyId=9}, ...], lookedUpEntries={..., GroupKey{group='test-group', key=5}=VersionedRepeatableReadEntry(66deadfb){key=GroupKey{group='test-group', key=5}, value=null, isCreated=false, isChanged=true, isRemoved=true, isExpired=false, skipLookup=true, metadata=EmbeddedMetadata{version=SimpleClusteredVersion{topologyId=0, version=0}}}, ...}, lockedKeys=[], backupKeyLocks=[], lookedUpEntriesTopology=9, isMarkedForRollback=false, tx=GlobalTx:Test-NodeB-45589:2742, state=TotalOrderRemoteTransactionState{transactionState=[PREPARING], globalTransaction='Test-NodeB-45589:2742'}}
at org.infinispan.transaction.impl.WriteSkewHelper.lambda$performTotalOrderWriteSkewCheckAndReturnNewVersions$1(WriteSkewHelper.java:113) ~[classes/:?]
12:48:34,248 ERROR (testng-Test:[]) [TestSuiteProgress] Test failed: org.infinispan.distribution.groups.WriteSkewGetGroupKeysTest.testRemoveGroupKeysWithPersistenceAndPassivation[NON_OWNER, DIST_SYNC, TO=true, isolation=REPEATABLE_READ]
org.infinispan.commons.CacheException: Could not commit implicit transaction
at org.infinispan.cache.impl.CacheImpl.tryCommit(CacheImpl.java:1940) ~[classes/:?]
at org.infinispan.cache.impl.CacheImpl.transactionalRemoveGroup(CacheImpl.java:655) ~[classes/:?]
at org.infinispan.cache.impl.CacheImpl.removeGroup(CacheImpl.java:638) ~[classes/:?]
at org.infinispan.cache.impl.CacheImpl.removeGroup(CacheImpl.java:631) ~[classes/:?]
at org.infinispan.cache.impl.AbstractDelegatingAdvancedCache.removeGroup(AbstractDelegatingAdvancedCache.java:303) ~[classes/:?]
at org.infinispan.distribution.groups.GetGroupKeysTest.testRemoveGroupKeysWithPersistenceAndPassivation(GetGroupKeysTest.java:166) ~[test-classes/:?]
{noformat}
FWIW the trace log of the test doesn't include any line with the text "Retrieved entry for key %s from temporary passivation map", for any key.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-8003) ProtobufMetadataManagerInterceptor fail the InterceptorDefinesAllReadWritesCheck
by Pedro Zapata Fernandez (Jira)
[ https://issues.redhat.com/browse/ISPN-8003?page=com.atlassian.jira.plugin... ]
Pedro Zapata Fernandez updated ISPN-8003:
-----------------------------------------
Sprint: DataGrid Sprint #38
> ProtobufMetadataManagerInterceptor fail the InterceptorDefinesAllReadWritesCheck
> --------------------------------------------------------------------------------
>
> Key: ISPN-8003
> URL: https://issues.redhat.com/browse/ISPN-8003
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 8.2.0.Final, 9.0.0.Final
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 10.1.0.Final
>
>
> {code}
> ProtobufMetadataManagerInterceptor.java:43, InterceptorDefinesAllReadWritesCheck, Priority: Normal
> Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests]
> {code}
> {code}
> QueryInterceptor.java:69, InterceptorDefinesAllReadWritesCheck, Priority: Normal
> Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests]
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years