Carol (Nichols || Goulding)
3900324d33
fix: Organize imports
2021-12-06 09:37:13 -05:00
Carol (Nichols || Goulding)
0b24b3c227
fix: Use a consistent version specifier when depending on the futures crate
2021-12-06 09:37:12 -05:00
Carol (Nichols || Goulding)
cf6286364e
fix: Exclude criterion from hakari analysis
...
Connects to #3117 .
Criterion builds clap without default features, which causes clap to be
listed in the workspace hack crate with its default features. In
general, actually building criterion will be rare (and we should move
all benches to separate crates that can be excluded) so it should be
fine to rebuild clap when building benchmarks anyway.
2021-12-06 09:36:50 -05:00
Carol (Nichols || Goulding)
39862e3886
fix: Disable default chrono features
...
Connects to #3117 . Won't affect the workspace-hack crate until changes
to some other crates can be upstreamed.
2021-12-06 09:36:49 -05:00
Carol (Nichols || Goulding)
a5f54da735
fix: Turn off chrono serde feature that's unused in server_benchmarks
...
This doesn't affect the workspace hack crate, but might make
server_benchmarks build a bit faster.
2021-12-06 09:36:32 -05:00
Carol (Nichols || Goulding)
0fda9608d8
fix: Exclude optional pprof crate from workspace-hack
2021-12-06 09:36:32 -05:00
Carol (Nichols || Goulding)
b3e9fa93d1
fix: Disable unneeded default features for ahash
...
Connects to #3117 . Won't remove ahash from the workspace-hack crate
until changes to datafusion can be upstreamed.
2021-12-06 09:36:32 -05:00
Carol (Nichols || Goulding)
994938b2f0
fix: Alphabetize/organize deps
2021-12-06 09:36:30 -05:00
Carol (Nichols || Goulding)
174a07963a
fix: Remove a dev-dependency already listed under regular dependencies
2021-12-06 09:31:44 -05:00
Andrew Lamb
1099f5c417
refactor: break out database migration end to end tests ( #3308 )
2021-12-06 12:21:10 +00:00
kodiakhq[bot]
47feaabac9
Merge pull request #3307 from influxdata/crepererum/perf_ci_timeout
...
ci: increase "no output" timeout for prod builds
2021-12-06 11:13:05 +00:00
kodiakhq[bot]
0b7f2448db
Merge branch 'main' into crepererum/perf_ci_timeout
2021-12-06 11:03:58 +00:00
kodiakhq[bot]
65a61e9154
Merge pull request #3306 from influxdata/dependabot/cargo/clap-2.34.0
...
chore(deps): bump clap from 2.33.3 to 2.34.0
2021-12-06 11:00:43 +00:00
Edd Robinson
30bc8e5eba
Merge branch 'main' into dependabot/cargo/clap-2.34.0
2021-12-06 10:51:52 +00:00
kodiakhq[bot]
da2f7af946
Merge pull request #3305 from influxdata/dependabot/cargo/tracing-subscriber-0.3.3
...
chore(deps): bump tracing-subscriber from 0.3.2 to 0.3.3
2021-12-06 10:51:40 +00:00
dependabot[bot]
0b87c1e170
chore(deps): bump clap from 2.33.3 to 2.34.0
...
Bumps [clap](https://github.com/clap-rs/clap ) from 2.33.3 to 2.34.0.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/commits )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06 09:07:47 +00:00
dependabot[bot]
e3aa97f04a
chore(deps): bump tracing-subscriber from 0.3.2 to 0.3.3
...
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing ) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/tokio-rs/tracing/releases )
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.2...tracing-subscriber-0.3.3 )
---
updated-dependencies:
- dependency-name: tracing-subscriber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06 09:07:40 +00:00
kodiakhq[bot]
b10e21adfe
Merge pull request #3304 from influxdata/dependabot/cargo/reqwest-0.11.7
...
chore(deps): bump reqwest from 0.11.6 to 0.11.7
2021-12-06 09:05:07 +00:00
dependabot[bot]
472c91d520
chore(deps): bump reqwest from 0.11.6 to 0.11.7
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.11.6 to 0.11.7.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.6...v0.11.7 )
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06 08:55:14 +00:00
kodiakhq[bot]
2d25fcae66
Merge pull request #3303 from influxdata/dependabot/cargo/libc-0.2.109
...
chore(deps): bump libc from 0.2.108 to 0.2.109
2021-12-06 08:52:53 +00:00
Marco Neumann
0ff165045c
ci: increase "no output" timeout for prod builds
2021-12-06 09:49:07 +01:00
dependabot[bot]
99737ba379
chore(deps): bump libc from 0.2.108 to 0.2.109
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.108 to 0.2.109.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.108...0.2.109 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06 08:42:04 +00:00
kodiakhq[bot]
8c17df709f
Merge pull request #3302 from influxdata/dependabot/cargo/handlebars-4.1.6
...
chore(deps): bump handlebars from 4.1.5 to 4.1.6
2021-12-06 08:39:54 +00:00
dependabot[bot]
dd7d5cd7e3
chore(deps): bump handlebars from 4.1.5 to 4.1.6
...
Bumps [handlebars](https://github.com/sunng87/handlebars-rust ) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/sunng87/handlebars-rust/releases )
- [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sunng87/handlebars-rust/compare/v4.1.5...v4.1.6 )
---
updated-dependencies:
- dependency-name: handlebars
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06 08:31:22 +00:00
kodiakhq[bot]
4facd4e5a9
Merge pull request #3301 from influxdata/dependabot/cargo/crc32fast-1.3.0
...
chore(deps): bump crc32fast from 1.2.2 to 1.3.0
2021-12-06 08:28:20 +00:00
dependabot[bot]
573ee632b1
chore(deps): bump crc32fast from 1.2.2 to 1.3.0
...
Bumps [crc32fast](https://github.com/srijs/rust-crc32fast ) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/srijs/rust-crc32fast/releases )
- [Commits](https://github.com/srijs/rust-crc32fast/compare/v1.2.2...v1.3.0 )
---
updated-dependencies:
- dependency-name: crc32fast
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06 01:22:09 +00:00
Raphael Taylor-Davies
bca561366b
feat: don't copy parquet files out of disk object store ( #3282 ) ( #3293 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-12-05 16:31:40 +00:00
Paul Dix
3279725d10
refactor: Add agent name to data generator ( #3297 )
...
This is work leading up to giving the data generator the ability to write to many databases. The plan is to specify which agents databases will use to write data.
2021-12-05 11:21:04 -05:00
Raphael Taylor-Davies
11067bfe3f
feat: simplify parquet reader ( #3282 ) ( #3291 )
...
* feat: simplify parquet reader (#3282 )
* chore: add back log line
2021-12-03 23:21:58 +00: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
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