Paul Ferraro created ISPN-12094:
-----------------------------------
Summary: Default JGroups configuration files result in WARN log messages
Key: ISPN-12094
URL:
https://issues.redhat.com/browse/ISPN-12094
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 11.0.1.Final, 10.1.8.Final
Reporter: Paul Ferraro
The default JGroups configuration files found here:
[
https://github.com/infinispan/infinispan/tree/10.1.x/core/src/main/resour...]
generate the following log message when parsed:
{noformat}
2020-07-07 08:55:30,087 WARN [org.jgroups.conf.XmlConfigurator] (ServerService Thread Pool
-- 84) version is missing in the configuration file{noformat}
This is due to logic added to JGroups since this commit:
[
https://github.com/belaban/JGroups/commit/254ea2d10029afbd92428f7857041a1...]
While this is just log noise, it has the unfortunate priority due to the linked issue.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)