* retention will be enforced by the InfluxDB 1.x engine * storage will be a shim for `tsdb`, so don't need tests here
The ProxyQueryServiceAsyncBridge was not returning statistics when there was an encoder error. Because the encoder was just writing to an io.Writer, it was possible that a remote disconnect could happen and statistics could not be reported.