changelog

This commit is contained in:
Alex Dadgar 2017-10-27 13:30:23 -07:00
parent 4831380e57
commit 1050a9fe32
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ BUG FIXES:
[GH_-3452]
* client: Fix lock contention that could cause a node to miss a heartbeat and
be marked as down [GH-3195]
* client: Fix data race that could lead to concurrent map read/writes during
hearbeating and fingerprinting [GH-3461]
* driver/docker: Fix docker user specified syslogging [GH-3184]
* driver/docker: Fix issue where CPU usage statistics were artificially high
[GH-3229]