influxdb/messaging
Ben Johnson eaf4bfca0a Fix term signal.
This commit changes raft so that term changes are made immediately and
term change signals are made afterward. Previously, election timeouts
were invalidated by incoming term changes which caused an election loop.

Stale term was also fixed and http/pprof was added too.
2015-04-10 13:52:20 -06:00
..
TODO Refactor broker to messaging pkg. 2014-10-20 20:42:03 -06:00
broker.go Fix term signal. 2015-04-10 13:52:20 -06:00
broker_test.go Fix term signal. 2015-04-10 13:52:20 -06:00
client.go Remove zero-length data panic from messaging.Conn. 2015-04-09 10:53:43 -06:00
client_test.go Fix broker connect race at startup 2015-04-03 21:04:42 -06:00
doc.go Refactor broker to messaging pkg. 2014-10-20 20:42:03 -06:00
errors.go Add checksum to message encoding 2015-04-07 14:24:22 -06:00
handler.go Broker log recovery. 2015-04-04 08:06:35 -06:00
handler_test.go Broker log recovery. 2015-04-04 08:06:35 -06:00
intg_test.go Merge branch 'master' of https://github.com/influxdb/influxdb into stateless-broker 2015-03-10 16:27:37 -06:00