Commit Graph

6287 Commits (5bdadc360c8e271fc8ccb394c314eeb9300a9278)

Author SHA1 Message Date
Carol (Nichols || Goulding) 0683f851e9
fix: Derive Default instead of doing an equivalent manual impl
Identified by clippy. The impl did have `#[cfg(test)]` on it, but the
entire struct does too, so this is fine.

https://rust-lang.github.io/rust-clippy/master/index.html#derivable_impls
2021-12-02 11:52:02 -05:00
Carol (Nichols || Goulding) 1a899b939e
fix: Remove redundant closures identified by clippy
https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
2021-12-02 11:52:02 -05:00
Carol (Nichols || Goulding) b21ef26d24
fix: Convince Rust we're using a must_use value in a panicking test 2021-12-02 11:52:01 -05:00
Carol (Nichols || Goulding) 5d0fd1c603
fix: Allow dead code on fields that are now detected as never read 2021-12-02 11:52:01 -05:00
kodiakhq[bot] ea2617e095
Merge branch 'main' into crepererum/issue3128 2021-12-02 16:16:09 +00:00
Carol (Nichols || Goulding) bf1513cb8b
chore: Update stable Rust version 2021-12-02 10:46:39 -05:00
Edd Robinson 15f9918eda test: add end to end test 2021-12-02 12:59:52 +00:00
Edd Robinson 4153311ff5 feat: implement loading chunk CLI 2021-12-02 12:59:52 +00:00
Edd Robinson 88aedc556e feat: add FromStr implementation 2021-12-02 12:59:52 +00:00
Edd Robinson 5becb7e359 refactor: tidy up comments 2021-12-02 12:59:52 +00:00
Andrew Lamb 9e8639f230
chore: Update DataFusion pin (#3279)
* chore: Update DataFusion pin

* fix: Update for new DF API

* fix: update plan output

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-12-02 12:42:28 +00:00
kodiakhq[bot] e15f24e0f2
Merge pull request #3276 from influxdata/ntran/docs_os
docs: not persist of the input stream is empty
2021-12-02 12:28:57 +00:00
Edd Robinson de25c8e1a4 refactor: add some trace timings 2021-12-02 12:23:44 +00:00
Edd Robinson 4a4e11f08b refactor: adjust debug logging 2021-12-02 12:19:51 +00:00
kodiakhq[bot] 91e042ae94
Merge branch 'main' into ntran/docs_os 2021-12-02 12:17:47 +00:00
kodiakhq[bot] 1e8d393f26
Merge pull request #3269 from influxdata/crepererum/data_gen_jaeger
feat: `jaeger-debug-id` from data generator
2021-12-02 08:36:30 +00:00
kodiakhq[bot] 2625934373
Merge branch 'main' into crepererum/data_gen_jaeger 2021-12-02 08:26:04 +00:00
Nga Tran bf74608dc8 docs: not persist of the input stream is empty 2021-12-01 17:53:19 -05:00
Nga Tran f085af034e
refactor: not persist empty chunk resulting from deleting & deduplicating (#3274)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-12-01 20:57:30 +00:00
Andrew Lamb d3be1c7afa
docs: Document how to import parquet files into a local database (#3264)
* docs: Document how to import parquet files into a local database

* docs: Update docs/server_startup.md

Co-authored-by: Edd Robinson <me@edd.io>

Co-authored-by: Edd Robinson <me@edd.io>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-12-01 20:12:53 +00:00
kodiakhq[bot] 7ad60c3941
Merge pull request #3252 from influxdata/ntran/compact_os_preserved_catalog
feat: update os compacted chunk in both in-memory and preserved catalogs
2021-12-01 18:35:00 +00:00
kodiakhq[bot] e8edab0b43
Merge branch 'main' into ntran/compact_os_preserved_catalog 2021-12-01 18:26:33 +00:00
Nga Tran de54d2843c chore: remove unused error 2021-12-01 13:24:12 -05:00
Nga Tran 60807c2d95 refactor: address review comments 2021-12-01 13:11:17 -05:00
Nga Tran 254d35a6c2 refactor: address review comment 2021-12-01 12:25:42 -05:00
Marco Neumann dbf2642582 fix: `jaeger_debug` -> `jaeger_debug_header` 2021-12-01 18:02:39 +01:00
Marco Neumann 405b2029d7 fix: accept PB batches w/ trimmed repeated tail values
Fixes #3128.
2021-12-01 17:58:55 +01:00
kodiakhq[bot] f9fc38ff41
Merge pull request #3270 from influxdata/crepererum/issue3186
fix: use correct `bytes_read` in `DmlMeta`
2021-12-01 16:55:51 +00:00
kodiakhq[bot] 5143af0401
Merge branch 'main' into crepererum/issue3186 2021-12-01 16:47:32 +00:00
kodiakhq[bot] b2365daad8
Merge pull request #3257 from influxdata/crepererum/remove_test_bench
refactor: remove test bench
2021-12-01 16:47:14 +00:00
kodiakhq[bot] d5f94b0012
Merge branch 'main' into crepererum/remove_test_bench 2021-12-01 16:38:42 +00:00
Raphael Taylor-Davies 94883cd33b
feat: decode error details payloads (#3251) (#3271) 2021-12-01 15:30:59 +00:00
Nga Tran 878c59c0d2 chore: cleanup 2021-12-01 10:25:35 -05:00
Nga Tran 1ac32f1d90 refactor: avoid lock gap while updating in-memory catalog 2021-12-01 10:24:58 -05:00
Marco Neumann 332485d2c9 fix: use correct `bytes_read` in `DmlMeta`
- for file-based write buffers: Use headers + payload
- for Kafka-based write buffers: Use the estimation that we also use for
  other metrics
- as a side effect we can now just use `PartialEq` for more types

Fixes #3186.
2021-12-01 15:57:21 +01:00
Marco Neumann 4bbe756b52 feat: make jaeger-debug-id configurable 2021-12-01 15:02:15 +01:00
Raphael Taylor-Davies 9e45ce4121
feat: cleanup gRPC server errors (#3251) (#3265)
* feat: add precondition violation enumeration (#3251)

* chore: review feedback
2021-12-01 13:33:17 +00:00
Marco Neumann c961454dcd feat: `jaeger-debug-id` from data generator 2021-12-01 14:33:09 +01:00
Raphael Taylor-Davies f1936f0b08
refactor: add resource type enumeration (#3251) (#3260)
* refactor: add resource type enumeration (#3251)

* chore: more error details
2021-12-01 10:26:12 +00:00
Raphael Taylor-Davies 05064eba62
fix: don't error on delete to non-existent table (#3259) (#3263)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-12-01 00:40:05 +00:00
Nga Tran f53cdca010 feat: handling empty compacted stream 2021-11-30 18:13:36 -05:00
Nga Tran 6bb7a796e7 chore: Merge branch 'main' into ntran/compact_os_preserved_catalog 2021-11-30 16:55:38 -05:00
Nga Tran e8034cdc53 refactor: handle delete predicates for compacting os 2021-11-30 16:45:04 -05:00
kodiakhq[bot] 42b1436220
Merge pull request #3262 from influxdata/crepererum/fix_git_version
fix: GIT version in `--version`
2021-11-30 17:19:36 +00:00
Marco Neumann 7a02830bf7 fix: GIT version in `--version`
The GIT version was always "UNKNOWN", a regression introduced by #2965.
Also adds a regression test.
2021-11-30 16:06:27 +01:00
Raphael Taylor-Davies c161d1176a
refactor: cleanup Db write path error handling (#3258) 2021-11-30 15:05:02 +00:00
kodiakhq[bot] 82b4f8811c
Merge pull request #3261 from influxdata/crepererum/RUSTSEC-2021-0127
chore: ignore `RUSTSEC-2021-0127`
2021-11-30 14:54:51 +00:00
Marco Neumann 1eab81f47e chore: ignore `RUSTSEC-2021-0127` 2021-11-30 15:46:34 +01:00
Raphael Taylor-Davies 1e515a1dec
feat: load RUB from object store (#3224) (#3250) 2021-11-30 14:39:52 +00:00
Andrew Lamb 20da62eb87
chore: Update `arrow`, `arrow-flight`, and `parquet` to 6.3.0 (#3254)
* chore: Update `arrow`,  `arrow-flight`, and `parquet` to 6.3.0

* fix: update metadata size
2021-11-30 12:30:17 +00:00