Commit Graph

5 Commits (eb72fbf3d379cebaca79e643521360f4a7401aa4)

Author SHA1 Message Date
Dom Dwyer eb72fbf3d3
test(ingester): graceful shutdown
Adds a ingester e2e test asserting the graceful shutdown behaviour;
specifically that:

    * Buffered data is uploaded to object storage
    * WAL files are cleaned up and empty (no replay on startup)
2023-03-21 14:21:56 +01:00
Dom fe66c60037
Merge branch 'main' into dom/query-instrumentation 2023-02-23 10:30:51 +00:00
Andrew Lamb f93baf7693
chore: Update DataFusion and `arrow` / `arrow-flight` / `parquet` to `33.0.0` (#7045)
* chore: Update DataFusion and arrow/arrow-flight/parquet to 33.0.0

* fix: Update test output

* fix: update more test output

* fix: Update querier test output

* chore: Run cargo hakari tasks

* test: fix formatting

Fix formatting of batch pretty printing.

* test: fix formatting

Fix formatting of batch pretty printing.

* test: fix formatting for selector tests

---------

Co-authored-by: CircleCI[bot] <circleci@influxdata.com>
Co-authored-by: Dom Dwyer <dom@itsallbroken.com>
Co-authored-by: Christopher Wolff <chris.wolff@influxdata.com>
2023-02-22 21:24:20 +00:00
Dom Dwyer 1491dbd3e4
feat(metrics): enable query result instrumentation
Wire in query result instrumentation into the Ingester read path.
2023-02-22 11:37:39 +01:00
Carol (Nichols || Goulding) 1d4f8d2c8d
test: Ingester integration tests that can have a little a internal state
As a treat.
2023-02-16 11:06:44 -05:00