Update changelog

This commit is contained in:
Tyler Hobbs
2014-05-02 14:02:08 -05:00
parent ff5d1a4a27
commit ca9a8a6e4a

View File

@@ -10,6 +10,9 @@ Bug Fixes
closing excess connections
* Avoid handling a node coming up multiple times due to a reconnection attempt
succeeding close to the same time that an UP notification is pushed
* Fix duplicate node-up handling, which could result in multiple reconnectors
being started as well as the executor threads becoming deadlocked, preventing
future node up or node down handling from being executed.
Other
-----