Hello, I currently have the same problem with Publish over CIFS performance, too. All data packets are sent with 4096 size. This does not make too much of an issue during publishing within the same local network, however publishing to remote locations, where round-trip time is higher, comes down to less then 100kBps speeds. This becomes very time consuming for huge builds, which are being published to remote hosts. When I have done comparison of network traffic between Publish over CIFS and smbclient upload started by shell from the same source to the same destination, there was obvious difference. Number of total Write AndX procedure calls was 2560 for Publish over CIFS and 153 for smbclient. Here is an example of initial request with file transfer:

Publish over CIFS
Write AndX Request, FID: 0x400d, 4096 bytes at offset 0

smbclient
Write AndX Request, FID: 0x0006, 65534 bytes at offset 0

I've tried to update jcifs parameters, however it did not influence transfer speeds for me.

Thanks

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to