Commit Graph

6367 Commits (e3d9454f8ade71a879bb9dd5fa925f1eaf2c6bd6)

Author SHA1 Message Date
Nga Tran 5f3706e0ee feat: grpc call for copact object store chunks 2021-12-03 18:01:28 -05:00
Nga Tran 8e86cadf64
Merge branch 'main' into ntran/compact_os_tests 2021-12-03 17:59:40 -05:00
Hao Chen 5358bf9f0c
docs: Fix wrong test data file path (#3286)
Co-authored-by: Andrew Lamb <alamb@influxdata.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-12-03 22:15:22 +00:00
kodiakhq[bot] 8072b3e999
Merge pull request #3295 from influxdata/pd/data-generate-remove-create
refactor: remove create database from data generator
2021-12-03 22:06:05 +00:00
kodiakhq[bot] 4ff1aa446c
Merge branch 'main' into pd/data-generate-remove-create 2021-12-03 21:57:03 +00:00
Paul Dix 3c848049ba refactor: remove create database from data generator
This removes the create databsase command line flag and associated code from the data generator runner. Creation of databases should live outside the generator in other tools.
2021-12-03 16:22:45 -05:00
Andrew Lamb 7dea2ef362
feat: Add force flag to ClaimDatabase (#3284)
* feat: Add force flag to ClaimDatabase

* fix: Update name of test

Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>

* docs: Update influxdb_iox/tests/end_to_end_cases/management_cli.rs

Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>

Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>
Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
2021-12-03 21:11:23 +00:00
Raphael Taylor-Davies b6ecec4d76
chore: tweak redpanda CI configuration (#3294) 2021-12-03 20:57:37 +00:00
Nga Tran 86f9fe0bcb refactor: no longer need to create and test no-row-groups parquet files 2021-12-03 15:14:04 -05:00
Nga Tran 152281e428 fix: Capture the right 'no data' while parquet has no data 2021-12-03 12:19:48 -05:00
kodiakhq[bot] 2c04215c1f
Merge pull request #3285 from influxdata/ntran/chunkid_catalogchunk
feat: add to-be-created-chunk-id for compacting OS chunks in CatalogChunk
2021-12-03 15:13:30 +00:00
Nga Tran 21f3306a3f chore: Merge branch 'ntran/chunkid_catalogchunk' of https://github.com/influxdata/influxdb_iox into ntran/chunkid_catalogchunk 2021-12-03 10:02:36 -05:00
Nga Tran dd4e8884be refactor: modify comments 2021-12-03 10:02:22 -05:00
kodiakhq[bot] 0dffcad109
Merge branch 'main' into ntran/chunkid_catalogchunk 2021-12-03 14:21:04 +00:00
Nga Tran 10b1598e68 refactor: remove comments 2021-12-03 09:20:12 -05:00
Raphael Taylor-Davies f17b670fe9
refactor: cleanup gRPC client error handling (#3251) (#3277)
* refactor: cleanup gRPC client error handling (#3251)

* chore: review feedback

* chore: review feedback

Co-authored-by: Andrew Lamb <alamb@influxdata.com>

Co-authored-by: Andrew Lamb <alamb@influxdata.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-12-02 20:56:58 +00:00
kodiakhq[bot] a72f56a5f0
Merge pull request #3273 from influxdata/crepererum/issue3128
fix: accept PB batches w/ trimmed repeated tail values
2021-12-02 20:43:41 +00:00
kodiakhq[bot] 04fd49b66a
Merge branch 'main' into crepererum/issue3128 2021-12-02 20:30:11 +00:00
kodiakhq[bot] 03d715e09e
Merge pull request #3268 from influxdata/er/feat/load_chunk_cli
feat: add CLI command for loading chunks to Read Buffer
2021-12-02 20:29:39 +00:00
kodiakhq[bot] 2857b6a990
Merge branch 'main' into er/feat/load_chunk_cli 2021-12-02 20:20:56 +00:00
kodiakhq[bot] f4cedbd139
Merge pull request #3280 from influxdata/er/refactor/debug_rub_query
refactor: more trace logging in RUB
2021-12-02 20:20:35 +00:00
Edd Robinson b4ea9887ba refactor: error name 2021-12-02 20:14:02 +00:00
Nga Tran a03716cd06 chore: make the message clearer 2021-12-02 15:05:21 -05:00
Nga Tran fa5b046b45 chore: cleanup 2021-12-02 14:59:47 -05:00
Nga Tran ffc970a60f feat: add to-be-create-chunk-id for compacting OS chunks in CatalogChunk 2021-12-02 14:49:06 -05:00
Edd Robinson a08246e3c7
Merge branch 'main' into er/refactor/debug_rub_query 2021-12-02 19:42:46 +00:00
Edd Robinson 083ba1daf4 refactor: apply PR feedback 2021-12-02 19:34:47 +00:00
kodiakhq[bot] 27560abd48
Merge pull request #3283 from influxdata/cn/update-rust
chore: Update Rust and fix or allow new Rust+clippy warnings
2021-12-02 17:01:58 +00:00
Carol (Nichols || Goulding) 7d4693ed8c
fix: Box contents of an enum to make the variants close in size
Identified by clippy

https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant
2021-12-02 11:52:02 -05:00
Carol (Nichols || Goulding) 948a45a4ea
fix: Use split_once rather than reimplementing manually
Identified by clippy.

https://rust-lang.github.io/rust-clippy/master/index.html#manual_split_once
2021-12-02 11:52:02 -05:00
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