9c33764b6d
We have seen occasional panics in Iterators.Close()
when cleaning up after failed iterator creation.
This commit checks for nil on any iterator to be
closed, and now returns any errors generated by
that Close().
Closes https://github.com/influxdata/influxdb/issues/19579
Closes https://github.com/influxdata/influxdb/issues/19476
(cherry picked from commit
|
||
---|---|---|
.. | ||
control | ||
mock | ||
query | ||
v1tests | ||
v1validation | ||
errors.go | ||
query_request.go | ||
query_request_test.go | ||
service.go | ||
statistics.go |