diff --git a/CHANGELOG.md b/CHANGELOG.md index 0da023c9c8..3d37cddf26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ 1. [15313](https://github.com/influxdata/influxdb/pull/15313): Add shortcut for toggling comments in script editor ### Bug Fixes -1. [15295](https://github.com/influxdata/influxdb/pull/15295): Ensures users are created with an active status +1. [15295](https://github.com/influxdata/influxdb/pull/15295): Ensures users are created with an active status +2. [15306](https://github.com/influxdata/influxdb/pull/15306): Added missing string values for CacheStatus type ## v2.0.0-alpha.18 [2019-09-26] diff --git a/tsdb/tsm1/cachestatus_string.go b/tsdb/tsm1/cachestatus_string.go index 651b7524d7..ac30a536cc 100644 --- a/tsdb/tsm1/cachestatus_string.go +++ b/tsdb/tsm1/cachestatus_string.go @@ -12,11 +12,13 @@ func _() { _ = x[CacheStatusSizeExceeded-1] _ = x[CacheStatusAgeExceeded-2] _ = x[CacheStatusColdNoWrites-3] + _ = x[CacheStatusRetention-4] + _ = x[CacheStatusFullCompaction-5] } -const _CacheStatus_name = "CacheStatusOkayCacheStatusSizeExceededCacheStatusAgeExceededCacheStatusColdNoWrites" +const _CacheStatus_name = "CacheStatusOkayCacheStatusSizeExceededCacheStatusAgeExceededCacheStatusColdNoWritesCacheStatusRetentionCacheStatusFullCompaction" -var _CacheStatus_index = [...]uint8{0, 15, 38, 60, 83} +var _CacheStatus_index = [...]uint8{0, 15, 38, 60, 83, 103, 128} func (i CacheStatus) String() string { if i < 0 || i >= CacheStatus(len(_CacheStatus_index)-1) {