davidby-influx
|
9c33764b6d
|
fix: do not panic on cleaning up failed iterators (#21666) (#23319)
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 acc4105b8c )
closes https://github.com/influxdata/influxdb/issues/23271
|
2022-04-29 14:21:21 -07:00 |
Dane Strandboge
|
f4e9ae94ca
|
build: upgrade protobuf library (#22654)
|
2021-11-02 16:00:54 -05:00 |
Sam Arnold
|
5015297d40
|
fix: more expressive errors (#22448)
* fix: more expressive errors
Closes #22446
* fix: server only logging for untyped errors
* chore: fix formatting
|
2021-09-13 15:12:35 -04:00 |
Daniel Moran
|
37088e8f53
|
feat(influxql): Add hyper log log operators (#22322)
In addition to helping with normal queries, this can improve the 'SHOW CARDINALITY'
meta-queries.
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
|
2021-08-30 15:46:46 -04:00 |
Daniel Moran
|
00afd95cb7
|
refactor: automated move of errors and id from root to kit (#21101)
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
|
2021-03-30 14:10:02 -04:00 |
Daniel Moran
|
1d3fa70928
|
fix(influxql): Prevent extra output row from GROUP BY crossing DST boundary (#20539)
Co-authored-by: davidby-influx <dbyrne@influxdata.com>
|
2021-01-19 08:33:24 -08:00 |
Stuart Carnie
|
8a7dcc21fb
|
feat(influxql): Initial implementation of InfluxQL query engine
* Some tests are broken or do not pass; follow up PRs will resolve that
|
2020-08-14 12:37:30 -07:00 |
Stuart Carnie
|
92efddbfbe
|
chore(tsdb): Initial commit of tsdb package
* pulls in 1.x tsdb, compiles and passes test
|
2020-08-03 09:17:23 -07:00 |