[
https://issues.jboss.org/browse/ISPN-9390?page=com.atlassian.jira.plugin....
]
Ryan Emerson edited comment on ISPN-9390 at 8/8/18 5:39 AM:
------------------------------------------------------------
[~staho] The following levels should be sufficient (this is from an embedded log4j.xml
file, but the equivelant can also be set in the server config).
{code}
<Logger name="org.jgroups" level="INFO"/>
<Logger name="org.infinispan" level="INFO"/>
<Logger name="org.infinispan.conflict" level="ALL"/>
<Logger name="org.infinispan.statetransfer"
level="ALL"/>
<Logger name="org.infinispan.topology" level="ALL"/>
<Logger name="org.infinispan.partitionhandling"
level="ALL"/>
<Logger name="org.infinispan.remoting" level="ALL"/>
<Logger name="org.infinispan.commands" level="ALL"/>
{code}
was (Author: ryanemerson):
[~staho] The following levels should be sufficient (this is from an embedded log4j.xml
file, but these can also be set in the server config).
{code}
<Logger name="org.jgroups" level="INFO"/>
<Logger name="org.infinispan" level="INFO"/>
<Logger name="org.infinispan.conflict" level="ALL"/>
<Logger name="org.infinispan.statetransfer"
level="ALL"/>
<Logger name="org.infinispan.topology" level="ALL"/>
<Logger name="org.infinispan.partitionhandling"
level="ALL"/>
<Logger name="org.infinispan.remoting" level="ALL"/>
<Logger name="org.infinispan.commands" level="ALL"/>
{code}
DefaultConflictManager throws exception during merge conflicts
resolution
-------------------------------------------------------------------------
Key: ISPN-9390
URL:
https://issues.jboss.org/browse/ISPN-9390
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.3.0.Final
Reporter: M S
Assignee: Ryan Emerson
Attachments: 15nodes-merge-issue.zip
In one of our environments where we have 15 nodes in cloud we got to the point where
following issue occurs on one of the nodes - node22 (Cache zones encountered exception
whilst trying to resolve conflicts on merge: java.util.concurrent.CompletionException:
org.infinispan.commons.CacheException).
We reproduced it while having 15 nodes in cloud, and then unplugging and plugging one
node - node11 back.
I'm attaching infinispan logs (WARN level set) from the failed controllers and our
cluster config. [^15nodes-merge-issue.zip]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)