[JBoss JIRA] (ISPN-3841) L1NonTxInterceptor - Invalid format of log.tracef message
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-3841?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-3841:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 6.1.0.Final
Resolution: Done
Integrated in master. Thanks!
> 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.1.0.Final
>
>
> 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
[JBoss JIRA] (ISPN-3296) Total Order: timeout exceptions are not throw correctly
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-3296?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-3296:
------------------------------
Issue Type: Bug (was: Task)
> Total Order: timeout exceptions are not throw correctly
> -------------------------------------------------------
>
> Key: ISPN-3296
> URL: https://issues.jboss.org/browse/ISPN-3296
> Project: Infinispan
> Issue Type: Bug
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Critical
> Fix For: 6.1.0.Final
>
>
> Issues found in Cloud-TM. Check if they happen here and create a JIRA for each of them
> * IgnoreExtraResponseFilter is not needed anymore.
> * missing argument log message
> * TimeoutException, when happens, it is ignored and the transaction is processed normally
> * TimeoutException can block the total order chain (all system is blocked!)
> * port the testTimeoutCleanup from cloudtm to master
--
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