Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Oct 5, 2015
1 parent 899e1cc commit dba286a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
1 change: 0 additions & 1 deletion monitor/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ func (m *Monitor) storeStatistics() {
defer tick.Stop()
for {
select {

case <-tick.C:
m.createInternalStorage()

Expand Down

0 comments on commit dba286a

Please sign in to comment.