Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subversion + serf + kerberos + https hangs #166

Open
GoogleCodeExporter opened this issue May 27, 2015 · 0 comments
Open

subversion + serf + kerberos + https hangs #166

GoogleCodeExporter opened this issue May 27, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Checking out a medium sized repo using kerberos and https
hangs in mid air. Kill with Ctrl-C and do svn update and it too
hangs before finished.

However, following this advise about apache:
The MaxKeepAliveRequests option in httpd.conf needs to be increased from 100 
(the default) to at least 1000 (there is no reason why it could not be 10000). 
This will improve performance by allowing serf clients to use fewer TCP 
connections to the server. Clients using neon will also work fine with this 
configuration.

Makes the hangs go away. Seems like there is a bug in serf handling low numbers
for MaxKeepAliveRequests

subversion 1.8.13 and serf 1.3.8

Original issue reported on code.google.com by [email protected] on 24 May 2015 at 4:47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant