Move exec WaitGroup from Exec instance level to Gather.

If Gather is run concurently the shared WaitGroup variable never finishes.

closes #1463
closes #1464
This commit is contained in:
Tim Allen
2016-07-11 08:58:00 -05:00
committed by Cameron Sparr
parent 2d6c8767f7
commit 1d9745ee98
2 changed files with 7 additions and 7 deletions

View File

@@ -59,6 +59,7 @@ should now look like:
- [#1412](https://github.com/influxdata/telegraf/pull/1412): Instrumental output has better reconnect behavior
- [#1460](https://github.com/influxdata/telegraf/issues/1460): Remove PID from procstat plugin to fix cardinality issues.
- [#1427](https://github.com/influxdata/telegraf/issues/1427): Cassandra input: version 2.x "column family" fix.
- [#1463](https://github.com/influxdata/telegraf/issues/1463): Shared WaitGroup in Exec plugin
## v1.0 beta 2 [2016-06-21]