From dba286a2e896231569f7d9acc6ae528fefaf7d16 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 5 Oct 2015 15:41:43 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + monitor/service.go | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb9828ee6f..f4a8bf51d21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/monitor/service.go b/monitor/service.go index c9d4a5fd61d..3e76f6b1dba 100644 --- a/monitor/service.go +++ b/monitor/service.go @@ -357,7 +357,6 @@ func (m *Monitor) storeStatistics() { defer tick.Stop() for { select { - case <-tick.C: m.createInternalStorage()