Update CHANGELOG

pull/4333/head
Philip O'Toole 2015-10-05 15:41:43 -07:00
parent 899e1cc070
commit dba286a2e8
2 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,7 @@
- [#4263](https://github.com/influxdb/influxdb/issues/4263): derivative does not work when data is missing
- [#4293](https://github.com/influxdb/influxdb/pull/4293): Ensure shell is invoked when touching PID file. Thanks @christopherjdickson
- [#4296](https://github.com/influxdb/influxdb/pull/4296): Reject line protocol ending with '-'. Fixes [#4272](https://github.com/influxdb/influxdb/issues/4272)
- [#4333](https://github.com/influxdb/influxdb/pull/4333): Retry monitor storage creation and only on Leader.
## v0.9.4 [2015-09-14]

View File

@ -357,7 +357,6 @@ func (m *Monitor) storeStatistics() {
defer tick.Stop()
for {
select {
case <-tick.C:
m.createInternalStorage()