Bug 855873

Summary: Jgroups failed sending diag rsp: Message too long
Product: [JBoss] JBoss Data Grid 6 Reporter: Ondrej Nevelik <onevelik>
Component: LibraryAssignee: Tristan Tarrant <ttarrant>
Status: CLOSED NOTABUG QA Contact: Martin Gencur <mgencur>
Severity: low Docs Contact:
Priority: low    
Version: 6.0.1CC: jdg-bugs, myarboro, oskutka, rvansa
Target Milestone: ER1   
Target Release: 6.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-28 13:58:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 854662    

Description Ondrej Nevelik 2012-09-10 13:22:56 UTC
During multiplecaches test in Library mode (i.e. there are ~50 caches running at each node) this IOException appears: 
ERROR [org.jgroups.protocols.UDP] (DiagnosticsHandler,x,edg-perf01-39764) failed sending diag rsp to /10.16.88.165:51576
java.io.IOException: Message too long
	at java.net.PlainDatagramSocketImpl.send(Native Method)
	at java.net.DatagramSocket.send(DatagramSocket.java:625)
	at org.jgroups.stack.DiagnosticsHandler.sendResponse(DiagnosticsHandler.java:196)
	at org.jgroups.stack.DiagnosticsHandler.handleDiagnosticProbe(DiagnosticsHandler.java:157)
	at org.jgroups.stack.DiagnosticsHandler.run(DiagnosticsHandler.java:118)
	at java.lang.Thread.run(Thread.java:662)



The job: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EDG6/view/JDG-RADARGUN/job/jdg-60-radargun-perf-multicache/26/artifact/report/

For the server log, either see the stdout.zip or have a look into the loganalasis/slave folder.

Comment 2 Tristan Tarrant 2012-09-12 12:28:32 UTC
Nothing really to see here: JGroups diag is broken and it should never be enabled in the configuration (it is disabled in default server and library configs)