influxdb/messaging
Jason Wilder 38628e540b Make drop database close and release resources
Drop database did not close any open shard files or close
any topic reader/heartbeats.  In the tests, we create and drop new
databases during each test run so these were open files and connection
slowed things down and consumed a lot of RAM as the tests progressed.
2015-04-21 13:39:58 -06:00
..
TODO Refactor broker to messaging pkg. 2014-10-20 20:42:03 -06:00
broker.go Update sample config with topic truncation 2015-04-14 16:35:44 -07:00
broker_test.go Create tombstone when topic is truncated 2015-04-14 15:56:39 -07:00
client.go Make drop database close and release resources 2015-04-21 13:39:58 -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 Fix stream writer flushing to be thread safe. 2015-04-15 12:07:03 -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