v0.3.1 Release
This is patch to fix some stability issues we discovered in previous release. We saw FD leaks caused by leaking gocql clients and a regression causing unavailability of shards during membership changed events.
Stability Fixes
- 85ba1df - shardController: fix fd leak, add metrics and process closeShard in batch (#310)
- f246cb3 - shardController: revisit shard shutdown order, add latency metrics (#314)