Commit Graph

5488 Commits (8b406b4f916252e40446d9cfea18cec2c7c06201)

Author SHA1 Message Date
kodiakhq[bot] 27bad729fe
Merge branch 'main' into ntran/flux 2021-10-18 12:32:18 +00:00
kodiakhq[bot] 9dd416d2fd
Merge pull request #2866 from influxdata/dependabot/cargo/libc-0.2.104
chore(deps): bump libc from 0.2.103 to 0.2.104
2021-10-18 09:24:56 +00:00
dependabot[bot] 691a43789b
chore(deps): bump libc from 0.2.103 to 0.2.104
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.103 to 0.2.104.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.103...0.2.104)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 09:16:38 +00:00
kodiakhq[bot] ed980dc635
Merge pull request #2871 from influxdata/crepererum/time_rustsec
chore: ignore `RUSTSEC-2020-0071`
2021-10-18 08:55:35 +00:00
Marco Neumann 261b706034 chore: ignore `RUSTSEC-2020-0071` 2021-10-18 09:02:44 +02:00
Andrew Lamb 51276119df
docs: Add better SeriesSet explanation (#2857)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-15 21:53:51 +00:00
Andrew Lamb 92968222fe
docs: Add tech talk links to docs (#2858)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-15 21:44:41 +00:00
Nga Tran 9244e9fc4e test: Delete tests for Influxrpc queries 2021-10-15 17:26:36 -04:00
kodiakhq[bot] 3b486975ba
Merge pull request #2837 from influxdata/cn/server-config-file-lists-databases
feat: Write a server config that lists database names and object storage locations
2021-10-15 17:56:11 +00:00
Carol (Nichols || Goulding) 26484309e0 fix: Re-export prost errors instead of wrapping them 2021-10-15 13:44:53 -04:00
Carol (Nichols || Goulding) c64403d8b5 docs: Clarify warning about parsing object storage paths 2021-10-15 11:14:25 -04:00
Carol (Nichols || Goulding) def65cfea0 docs: Add examples of the expected database locations 2021-10-15 11:10:10 -04:00
Carol (Nichols || Goulding) 2253a7ba62 fix: Use a map in the server config protobuf 2021-10-15 10:52:59 -04:00
Carol (Nichols || Goulding) afd6e826e5 feat: Write out server config files listing database name and locations 2021-10-15 09:46:20 -04:00
Carol (Nichols || Goulding) 5348c9e503 refactor: Move ProstError to root of generated_types to be useful elsewhere 2021-10-15 09:46:20 -04:00
Carol (Nichols || Goulding) 4365dda6cc test: Remove server init that isn't needed; it gets restarted before anything's checked 2021-10-15 09:46:20 -04:00
Carol (Nichols || Goulding) 188fb2282c feat: Add logic to IoxObjectStore to get and put the server config file 2021-10-15 09:46:20 -04:00
Carol (Nichols || Goulding) 42824c30ec fix: This error is listing databases, not rules 2021-10-15 09:46:20 -04:00
Raphael Taylor-Davies d6b7b56f16
refactor: pull lifecycle out of Db (#2242) (#2831)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-15 13:08:00 +00:00
Andrew Lamb beaf77cecf
refactor: move Series translation logic into query crate, update gRPC tests (#2852)
* refactor: move Series translation logic into query crate

* refactor: update grpc_tests to use new display

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-15 11:06:40 +00:00
kodiakhq[bot] f4f9d673d0
Merge pull request #2848 from influxdata/crepererum/write_buffer_optional_span_ctx
feat: make trace collector in Kafka consumer optional
2021-10-15 07:32:58 +00:00
kodiakhq[bot] 45c2c26168
Merge branch 'main' into crepererum/write_buffer_optional_span_ctx 2021-10-15 07:25:21 +00:00
kodiakhq[bot] 5e09061ac8
Merge pull request #2850 from influxdata/crepererum/write_buffer_unknown_sequencer
fix: do not panic when writing to an unknown sequencer
2021-10-15 07:24:41 +00:00
Marco Neumann 85be39de40 test: make `headers_case_handling` test easier to understand 2021-10-15 09:20:41 +02:00
Marco Neumann 2850487877 feat: make trace collector in Kafka consumer optional
The whole application might not have a trace collector configured in
which case we don't wanna produce any spans.
2021-10-15 09:20:40 +02:00
kodiakhq[bot] 3188a6d70c
Merge branch 'main' into crepererum/write_buffer_unknown_sequencer 2021-10-15 07:16:45 +00:00
kodiakhq[bot] 96e0e907a3
Merge pull request #2854 from influxdata/ntran/one_chunk_comments
chore: make the comments and names clearer for all_scenarios_for_one_chunk
2021-10-14 21:41:05 +00:00
Nga Tran b2d265dc51 chore: run format after accepting reviewer's suggestions 2021-10-14 17:31:42 -04:00
Nga Tran 39a556c5eb
chore: Apply suggestions from code review
Co-authored-by: Andrew Lamb <alamb@influxdata.com>
2021-10-14 17:21:11 -04:00
Nga Tran 6a5aa00e2c chore: make the comments and names clearer 2021-10-14 17:11:37 -04:00
Raphael Taylor-Davies bdd6d67e7a
refactor: split out mutable_batch crate (#2841)
* refactor: split out mutable_batch crate

* refactor: restore chunk module for better diffs

* chore: fmt

* 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-10-14 16:46:54 +00:00
kodiakhq[bot] db39bd3e24
Merge pull request #2840 from influxdata/ntran/grpc_storage
test: verify if all scenarios are created correctly and add a few delete tests for  read_filter
2021-10-14 15:38:03 +00:00
kodiakhq[bot] 993c6173d1
Merge branch 'main' into ntran/grpc_storage 2021-10-14 15:28:05 +00:00
Marco Neumann d6da68b762 fix: do not panic when writing to an unknown sequencer 2021-10-14 17:27:19 +02:00
Nga Tran 69d1253240 chore: Merge branch 'ntran/grpc_storage' of https://github.com/influxdata/influxdb_iox into ntran/grpc_storage 2021-10-14 11:23:29 -04:00
Nga Tran faf65f38cc refactor: address review comments 2021-10-14 11:23:20 -04:00
Andrew Lamb 08e6a01e69
refactor: Move series set converter into its own module (#2847)
* refactor: Move series set converter into its own module

* fix: add file

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-14 14:16:32 +00:00
kodiakhq[bot] f6eb059c82
Merge pull request #2844 from influxdata/crepererum/preserved_catalog_crate
chore: new `parquet_catalog` crate
2021-10-14 13:49:16 +00:00
Nga Tran 08f1831aef
refactor: Apply suggestions from code review
Co-authored-by: Andrew Lamb <alamb@influxdata.com>
2021-10-14 09:25:44 -04:00
Marco Neumann 28195b9c0c chore: new `parquet_catalog` crate 2021-10-14 14:34:59 +02:00
kodiakhq[bot] e191210c5b
Merge pull request #2823 from influxdata/crepererum/write_buffer_span_ctx
feat: propagate trace information through write buffer
2021-10-14 11:58:51 +00:00
kodiakhq[bot] 61ec559eee
Merge branch 'main' into crepererum/write_buffer_span_ctx 2021-10-14 11:50:07 +00:00
kodiakhq[bot] bc3e30939b
Merge pull request #2843 from influxdata/crepererum/internal_types_snafu
chore: remove unused `snafu` dep from `internal_types`
2021-10-14 11:17:32 +00:00
kodiakhq[bot] 3457257ef3
Merge branch 'main' into crepererum/internal_types_snafu 2021-10-14 11:09:14 +00:00
Raphael Taylor-Davies 4087d094b1
refactor: rework write buffer compaction as integration test (#2830)
* refactor: rework write buffer compaction as integration test

* chore: fix lint

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-14 11:04:44 +00:00
Raphael Taylor-Davies 074ae40382
feat: migrate entry to use bytes::Bytes (#2842)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-14 10:55:51 +00:00
Marco Neumann 027483cb83 chore: remove unused `snafu` dep from `internal_types` 2021-10-14 12:54:55 +02:00
Raphael Taylor-Davies e911cf9ac1
refactor: make WriteBufferConfigFactory interior mutable (#2829)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-14 10:30:59 +00:00
Marco Neumann 5e06519afb feat: propagate trace information through write buffer 2021-10-14 11:07:41 +02:00
Raphael Taylor-Davies d752b79cbe
fix: disable persistence during replay (#2812)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-14 08:41:10 +00:00