]
Romain Pelisse moved JBEAP-8542 to WFLY-10073:
----------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-10073 (was: JBEAP-8542)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Clustering
(was: Clustering)
Target Release: (was: 7.2.0.GA)
Affects Version/s: (was: 7.1.0.DR11)
Key requester node_X is not in current view Y; ignoring key request
-------------------------------------------------------------------
Key: WFLY-10073
URL:
https://issues.jboss.org/browse/WFLY-10073
Project: WildFly
Issue Type: Bug
Components: Clustering
Reporter: Daniel Čihák
Assignee: Paul Ferraro
Four errors were logged on *server* during failover scenario
*eap-7x-failover-http-session-shutdown-dist-async-auth-asymEncrypt* (scenario with
"AUTH" and "ASYM_ENCRYPT" protocols enabled) during new cluster view
receiving:
{code}
04:47:29,691 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
(thread-7,ee,perf21) ISPN000094: Received new cluster view for channel ejb: [perf21|8] (3)
[perf21, perf18, perf19]
[JBossINF] 04:47:29,692 WARN [org.jgroups.protocols.ASYM_ENCRYPT] (thread-1,ee,perf21)
perf21: unrecognized cipher; discarding message from perf20
[JBossINF] 04:47:29,692 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] (thread-9,ee,perf21)
key requester perf20 is not in current view [perf21|8] (3) [perf21, perf18, perf19];
ignoring key request
[JBossINF] 04:47:29,692 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] (thread-1,ee,perf21)
key requester perf20 is not in current view [perf21|8] (3) [perf21, perf18, perf19];
ignoring key request
[JBossINF] 04:47:29,694 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] (thread-13,ee,perf21)
key requester perf20 is not in current view [perf21|8] (3) [perf21, perf18, perf19];
ignoring key request
[JBossINF] 04:47:29,694 ERROR [org.jgroups.protocols.ASYM_ENCRYPT] (thread-13,ee,perf21)
key requester perf20 is not in current view [perf21|8] (3) [perf21, perf18, perf19];
ignoring key request
[JBossINF] 04:48:37,553 INFO
[org.infinispan.remoting.transport.jgroups.JGroupsTransport] (thread-2,ee,perf21)
ISPN000094: Received new cluster view for channel server: [perf21|9] (4) [perf21, perf18,
perf19, perf20]
{code}
WARN message was logged just before:
{code}
04:47:29,692 WARN [org.jgroups.protocols.ASYM_ENCRYPT] (thread-1,ee,perf21) perf21:
unrecognized cipher; discarding message from perf20
{code}
Link to server log:
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/perflab_eap-7x-failov...
There are two WARN exceptions logged on client at the same time:
{code}
04:47:28:988 EST [WARN ][Runner - 1066] HOST
perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - Error sampling data:
<org.jboss.smartfrog.loaddriver.RequestProcessingException: Invalid response code: 500
Content:
<html><head><title>Error</title></head><body>Internal
Server Error</body></html>>
org.jboss.smartfrog.loaddriver.RequestProcessingException: Invalid response code:
500 Content:
<html><head><title>Error</title></head><body>Internal
Server Error</body></html>
at
org.jboss.smartfrog.loaddriver.http.HttpRequestProcessorFactoryImpl$HttpRequestProcessor.processRequest(HttpRequestProcessorFactoryImpl.java:163)
at
org.jboss.smartfrog.loaddriver.CompoundRequestProcessorFactoryImpl$CompoundRequestProcessor.processRequest(CompoundRequestProcessorFactoryImpl.java:52)
at org.jboss.smartfrog.loaddriver.Runner.run(Runner.java:103)
at java.lang.Thread.run(Thread.java:745)
{code}
Link to client log:
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/perflab_eap-7x-failov...