[jboss-jira] [JBoss JIRA] Created: (JBAS-3659) Increase ClusterPartition buffers to support farming of large files

Brian Stansberry (JIRA) jira-events at jboss.com
Fri Sep 15 10:36:36 EDT 2006


Increase ClusterPartition buffers to support farming of large files
-------------------------------------------------------------------

                 Key: JBAS-3659
                 URL: http://jira.jboss.com/jira/browse/JBAS-3659
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Clustering
            Reporter: Brian Stansberry
         Assigned To: Brian Stansberry
            Priority: Minor
             Fix For: JBossAS-4.0.5.GA


The receive buffers in the cluster-service.xml UDP protocol are only 150K.  Farming sends files around the cluster in 512K chunks.  With the default config, the receive buffer sizes are not even large enough to hold one chunk.  This can lead to problems where the packets that make up part of a chunk get dropped and have to be retransmitted.  With very large files, this can slow things down to the point that timeouts start getting tripped and the transfer fails.

We had a support case where increasing the buffers to the sizes used by the fc-fast-minimalthreads config took care of the problem.  That config uses 25MB send buffers for both mcast and unicast; don't think we need to increase to such a high number for this.  But, I will bump the receive buffers to 640K and the sends to perhaps 2MB.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list