-
Notifications
You must be signed in to change notification settings - Fork 251
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
Merge the forks #130
Merge the forks #130
Commits on Jul 22, 2015
-
Add 'use_previous_backends' option.
* This option defaults to true: if there are no default servers and a watcher reports no backends, then use the previous backends that we already know about. * Factor out code that updates '@backends' into the watcher base class.
Configuration menu - View commit details
-
Copy full SHA for 7d51288 - Browse repository at this point
Copy the full SHA 7d51288View commit details -
Allow registrations to be manifested on the file system
If the configuration specifies a file_output key, synapse will manifest and update registrations on the filesystem in an atomic way. This is useful for applications that do not wish to communicate with service backends via haproxy
Configuration menu - View commit details
-
Copy full SHA for 499c54d - Browse repository at this point
Copy the full SHA 499c54dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcd8bcd - Browse repository at this point
Copy the full SHA bcd8bcdView commit details -
Allow the option allredisp option to haproxy.
Note that at this time only the Yelp fork of haproxy has support for redispatching on every retry.
Configuration menu - View commit details
-
Copy full SHA for 507af82 - Browse repository at this point
Copy the full SHA 507af82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 915193e - Browse repository at this point
Copy the full SHA 915193eView commit details -
This reverts commit 136d1fe.
Configuration menu - View commit details
-
Copy full SHA for 14262e7 - Browse repository at this point
Copy the full SHA 14262e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c5516e - Browse repository at this point
Copy the full SHA 6c5516eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8277556 - Browse repository at this point
Copy the full SHA 8277556View commit details -
Rate limit restarts but not stats socket updates
We can allow socket updates to go through any time that the config was updated, but restarts must be rate limited for stability
Configuration menu - View commit details
-
Copy full SHA for 73f48bf - Browse repository at this point
Copy the full SHA 73f48bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4476f0e - Browse repository at this point
Copy the full SHA 4476f0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5066638 - Browse repository at this point
Copy the full SHA 5066638View commit details -
Configuration menu - View commit details
-
Copy full SHA for e059316 - Browse repository at this point
Copy the full SHA e059316View commit details -
Try out :per_callback threads and get more debug information
We are experiencing some very slow updates in production and I think it may be due to the connection pooling, try :per_callback threading to see if that helps. Also fixes default values for do_writes, do_reloads, do_socket
Configuration menu - View commit details
-
Copy full SHA for 4633f82 - Browse repository at this point
Copy the full SHA 4633f82View commit details -
Turns out it's important to handle session disconnects correctly
This fixes a bug where we could have a session expiry but not fail pings because the pooling code would not actually tear down the connection
Joseph Lynch committedJul 22, 2015 Configuration menu - View commit details
-
Copy full SHA for 1eac133 - Browse repository at this point
Copy the full SHA 1eac133View commit details -
Fixups for merge to airbnb/master
Joseph Lynch committedJul 22, 2015 Configuration menu - View commit details
-
Copy full SHA for b3c0fb7 - Browse repository at this point
Copy the full SHA b3c0fb7View commit details
Commits on Jul 23, 2015
-
Address feedback from igor and schleyfox
Adds a comment about when we write out the file output and restored random backend ordering.
Joseph Lynch committedJul 23, 2015 Configuration menu - View commit details
-
Copy full SHA for cd2ea63 - Browse repository at this point
Copy the full SHA cd2ea63View commit details -
Fixed wording of some documentation, added missing options
Added documentation of the state_file cache options as well as a few comments. Also fixed some error messages to be more clear.
Joseph Lynch committedJul 23, 2015 Configuration menu - View commit details
-
Copy full SHA for 6f11a82 - Browse repository at this point
Copy the full SHA 6f11a82View commit details