[
https://issues.jboss.org/browse/WFLY-4971?page=com.atlassian.jira.plugin....
]
Bertrand Donnet commented on WFLY-4971:
---------------------------------------
Paul,
Thanks for the solution. Solved the problem for me.
I think that the name is only "log_discard_msgs" without property at the end
(probably a copy/paste)
<stack name="udp">
<transport type="UDP" socket-binding="jgroups-udp">
<property name="*log_discard_msgs*">false</property>
</transport>
...
</transport>
Thanks again
lots of warnings discarded message from different cluster
---------------------------------------------------------
Key: WFLY-4971
URL:
https://issues.jboss.org/browse/WFLY-4971
Project: WildFly
Issue Type: Bug
Affects Versions: 9.0.0.Final
Reporter: Daniele Pirola
Assignee: Paul Ferraro
I run the latest wildfly-9.0.0.Final. I have an environment with 2 host and 3 server per
host. I noticed that there are a lot of warning like this
JGRP000012: discarded message from different cluster hq-cluster (our cluster is ee)
or this
JGRP000012: discarded message from different cluster ee (our cluster is hq-cluster)
With the same configuration in wildfly-8.2.0.Final I didn't noticed anything.
The strange thing is that warnings still appear even if I run only the domain controller
with 1 server active. I think that the domain configuration (I used the default with
full-ha profile) is missing something that can diffentiate jgroup channel but I don't
know how
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)