-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
8.0.0.CR1
-
None
Running the testsuite, I can see many messages
WARN The Logger org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher was created with the message factory org.apache.logging.log4j.message.ParameterizedMessageFactory@2c2809bb and is now requested with the message factory org.apache.logging.log4j.message.StringFormatterMessageFactory@191a55a3, which may create log events with unexpected formatting.
It seems that the problem is when CommandAwareRpcDispatcher creates static logger through jboss-logging (using the default = ParameterizedMessageFactory), and later JGroups' MessageDispatcher creates instance for the same class, but using the StringFormatterMessageFactory
- duplicates
-
JGRP-1942 MessageDispatcher obtaining log using getClass() causes issues with subclassing
- Resolved