]
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: