From fa80b9c8cfca8e60d69cc2f833c412b8e8a6c256 Mon Sep 17 00:00:00 2001 From: timhallinflux Date: Mon, 19 Dec 2016 20:02:43 -0800 Subject: [PATCH] Update CHANGELOG.md v0.13.0 -- Added PR #6277. - [#6277](https://github.com/influxdata/influxdb/pull/6277): Fix deadlock in tsm1/file_store --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fef47249347..04d5ecc90a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -360,6 +360,7 @@ With this release InfluxDB is moving to Go v1.6. - [#6294](https://github.com/influxdata/influxdb/issues/6294): Fix panic running influx_inspect info. - [#6287](https://github.com/influxdata/influxdb/issues/6287): Fix data race in Influx Client. - [#6283](https://github.com/influxdata/influxdb/pull/6283): Fix GROUP BY tag to produce consistent results when a series has no tags. +- [#6277](https://github.com/influxdata/influxdb/pull/6277): Fix deadlock in tsm1/file_store - [#6270](https://github.com/influxdata/influxdb/issues/6270): tsm1 query engine alloc reduction - [#6261](https://github.com/influxdata/influxdb/issues/6261): High CPU usage and slow query with DISTINCT - [#6252](https://github.com/influxdata/influxdb/pull/6252): Remove TSDB listener accept message @simnv