[JBoss JIRA] (ISPN-3835) Index Update command is processed before the registry listener is triggered
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-3835?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-3835:
-------------------------------
Fix Version/s: 7.0.0.Alpha1
(was: 6.0.1.Final)
> Index Update command is processed before the registry listener is triggered
> ---------------------------------------------------------------------------
>
> Key: ISPN-3835
> URL: https://issues.jboss.org/browse/ISPN-3835
> Project: Infinispan
> Issue Type: Bug
> Components: Querying
> Affects Versions: 6.0.0.Final
> Reporter: Sanne Grinovero
> Assignee: Sanne Grinovero
> Priority: Critical
> Fix For: 7.0.0.Alpha1
>
>
> When using the InfinispanIndexManager backend the master node might receive an index update command about an index which it hasn't defined yet.
> Index definitions are triggered by the type registry, which in turn is driven by the ClusterRegistry and an event listener on the ClusterRegistry. It looks like slaves are sending update requests before the master has processed the configuration event.
> This leads to index update commands to be lost (with a stacktrace logged)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (ISPN-3845) CACHE_MODE_LOCAL flag only works in primary owner for non-tx caches
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-3845?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-3845:
-------------------------------
Fix Version/s: 7.0.0.Alpha1
(was: 6.0.1.Final)
> CACHE_MODE_LOCAL flag only works in primary owner for non-tx caches
> -------------------------------------------------------------------
>
> Key: ISPN-3845
> URL: https://issues.jboss.org/browse/ISPN-3845
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 6.0.0.Final
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Labels: testsuite_stability
> Fix For: 7.0.0.Alpha1
>
>
> the flag is not forcing the EntryWrappingInterceptor to wrap the entry. the result is the entry will not be stored in the cache.
> It's causing the random failures in:
> {noformat}
> HotRodReplicationTest.testReplicatedPutWithTopologyChanges
> HotRod11ReplicationTest.testReplicatedPutWithTopologyChanges
> HotRod12ReplicationTest.testReplicatedPutWithTopologyChanges
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (ISPN-3841) L1NonTxInterceptor - Invalid format of log.tracef message
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-3841?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-3841:
-------------------------------
Fix Version/s: 7.0.0.Alpha1
> L1NonTxInterceptor - Invalid format of log.tracef message
> ---------------------------------------------------------
>
> Key: ISPN-3841
> URL: https://issues.jboss.org/browse/ISPN-3841
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 6.0.0.Final
> Reporter: Mikolaj Gierulski
> Assignee: Sanne Grinovero
> Priority: Minor
> Labels: 620
> Fix For: 6.0.1.Final, 7.0.0.Alpha1
>
>
> org.infinispan.interceptors.distribution.L1NonTxInterceptor.invalidateL1(InvocationContext, DataWriteCommand, boolean) invokes log.tracef with invalid message format - it contains '%', but should be '%s':
> log.tracef("Not invalidating key '%' as local node(%s) is not owner", command.getKey(), rpcManager.getAddress());
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years