Commit Graph

6519 Commits (4764e71c547a30aee5cd8c179d625624c1b5cfa4)

Author SHA1 Message Date
Nga Tran e877bc7033 docs: all 3 catalogs 2021-12-15 17:06:12 -05:00
Paul Dix 182032da8a chore: add data generator config for large database 2021-12-15 14:56:57 -05:00
Andrew Lamb da0330fc5f
fix: print newline at end of `database list --detailed` (#3382) 2021-12-15 19:33:24 +00:00
kodiakhq[bot] 9608bb1da2
Merge pull request #3361 from influxdata/crepererum/issue3335
refactor: allow database init to recover from errors
2021-12-15 17:00:20 +00:00
kodiakhq[bot] 290f8c7630
Merge branch 'main' into crepererum/issue3335 2021-12-15 16:50:57 +00:00
Marcus Ilgner 7263c80833
feat(influxdb2_client): add FieldValue::U64 (#3374) 2021-12-15 13:50:30 +00:00
Andrew Lamb 758b65dd29
feat: Add database initialization state and errors to CLI and remove list_databases_detailed gRPC (#3377)
* feat: Add database initialization state and errors to CLI:

* fix: do not use optional in protobuf

* fix: clippy

* fix: correct check I broke appeasing clippy
2021-12-15 12:18:41 +00:00
Marco Neumann e9041e6da0 refactor: improve database init routine
1. Simpler locking/freezing
2. Don't commit the rollback from `ReplayError` to `RulesLoaded` because
   it will confuse the heck out of our users/admins.
2021-12-15 12:43:33 +01:00
Marco Neumann 3841598296 fix: typo
Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
2021-12-15 12:41:30 +01:00
Marco Neumann 8520b9b9db fix: improve docs and naming 2021-12-15 12:41:30 +01:00
Marco Neumann 0682fc208f feat: also recover from `NoActiveDatabase` 2021-12-15 12:41:30 +01:00
Marco Neumann 0f3cfb024b test: add database startup recovery test 2021-12-15 12:41:30 +01:00
Marco Neumann e80ac94af5 fix: database state diagram 2021-12-15 12:41:30 +01:00
Marco Neumann 7a1f70f970 fix: move warning to better place 2021-12-15 12:41:30 +01:00
Marco Neumann 11df3091a1 fix: misleading comment 2021-12-15 12:41:30 +01:00
Marco Neumann 496043a767 fix: PR feedback
Co-authored-by: Andrew Lamb <alamb@influxdata.com>
2021-12-15 12:41:30 +01:00
Marco Neumann 10a51bac61 refactor: allow database init to recover from errors
Closes #3335.
2021-12-15 12:41:30 +01:00
Nga Tran fa98b89524 docs: in-memory catalog 2021-12-14 18:33:29 -05:00
Nga Tran 9d2020b906 fix: typo 2021-12-14 14:14:37 -05:00
Nga Tran 2e9362839f docs: initial verstion to test text color 2021-12-14 14:13:43 -05:00
Edd Robinson 7fe6897c59
refactor: add support for handling `TagValuesGroupedByMeasurementAndTagKeyRequest` (#3373)
* chore: update Storage service

* refactor: handle rpc

* refactor: log request fields

* refactor: add new RPC to client

* test: basic test of RPC

* refactor: fmt

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-12-14 18:42:12 +00:00
kodiakhq[bot] 07ef11dc8c
Merge pull request #3376 from influxdata/hackari
fix: Don't swallow exit code when hakari test fails
2021-12-14 14:44:46 +00:00
Marko Mikulicic b0c6713bd7 fix: Don't swallow exit code when hakari test fails 2021-12-14 14:49:14 +01:00
kodiakhq[bot] 8717bfa747
Merge pull request #3363 from influxdata/er/feat/grpc_show_measurements_pred
feat: wire up general predicates to measurement_names
2021-12-14 12:24:14 +00:00
Edd Robinson 15f77927dd
Merge branch 'main' into er/feat/grpc_show_measurements_pred 2021-12-14 12:14:17 +00:00
kodiakhq[bot] dd38ed9e21
Merge pull request #3327 from influxdata/crepererum/issue3322
ci: LLD linking +docker image for data generator
2021-12-14 12:12:08 +00:00
Marco Neumann 6153e3df0b chore: build docker image for data generator
Closes #3322.
2021-12-14 12:44:41 +01:00
Marco Neumann 9c0fd4360d ci: use lld to speedup linking 2021-12-14 12:44:08 +01:00
Nga Tran e6e21746fa fix: remove a dot 2021-12-14 01:08:54 -05:00
Nga Tran 8e085e32f5 docs: link docs 2021-12-14 01:06:06 -05:00
Nga Tran 36e87d7b2e fix: typos 2021-12-14 00:45:12 -05:00
Nga Tran 888a807936 docs: explain LifeCycle 2021-12-14 00:23:34 -05:00
Nga Tran 12cb0b0df2 docs: Figure for Data LifeCycle 2021-12-13 22:45:41 -05:00
Nga Tran f73dc9998b docs: chunk stages 2021-12-13 21:24:18 -05:00
Raphael Taylor-Davies 4731996cf4
revert: #3243 (#3370)
* revert: "Merge pull request #3243 from influxdata/crepererum/improve_kafka_client_usage"

This reverts commit 6ebec4ff71, reversing
changes made to 7684794e5c.

* fix: merge conflicts
2021-12-13 20:33:39 +00:00
Nga Tran 1ffd5446b1 docs: chunk stypes and chunk stages 2021-12-13 15:30:28 -05:00
Nga Tran 6e44daabdc docs: make figure 1 smaller 2021-12-13 14:22:02 -05:00
Nga Tran 5b920fb877 docs: test footnote 2021-12-13 13:02:26 -05:00
Nga Tran 7c466d2851 docs: first draft of IOx Data Organization and Life Cycle 2021-12-13 12:52:39 -05:00
kodiakhq[bot] 56c7e3cd60
Merge pull request #3365 from influxdata/ntran/doc_talks_update
fix: typos
2021-12-13 15:26:55 +00:00
kodiakhq[bot] 4303ecc78c
Merge branch 'main' into ntran/doc_talks_update 2021-12-13 15:17:45 +00:00
kodiakhq[bot] 3567fa164d
Merge pull request #3352 from influxdata/pd/add-data-generator-schemas
chore: add two test schemas in data generator examples
2021-12-13 15:17:30 +00:00
kodiakhq[bot] 967a41f7a4
Merge branch 'main' into pd/add-data-generator-schemas 2021-12-13 15:07:06 +00:00
Nga Tran 7783149af1 fix: typos 2021-12-13 10:06:17 -05:00
kodiakhq[bot] 7747eb6dd0
Merge pull request #3360 from influxdata/pd/add-total-throughput
feat: add total throughput to data generator output
2021-12-13 15:02:10 +00:00
Edd Robinson ec6d945cbe feat: wire up general predicates to measurement_names 2021-12-13 14:01:09 +00:00
Paul Dix 8efd02930e feat: add total throughput to data generator output
On log level info, data generator will now output what the total throughput is in rows per second after every agent's successful write.
2021-12-11 17:12:28 -05:00
kodiakhq[bot] fe0bc21807
Merge pull request #3357 from influxdata/ntran/doc_talks_update
docs: update tech talks
2021-12-10 22:47:28 +00:00
Nga Tran 6fce12079a docs: update tech talks 2021-12-10 16:07:45 -05:00
kodiakhq[bot] c1ed2e95ab
Merge pull request #3353 from influxdata/ntran/replay_compact_os
test: replay test for compact OS chunks
2021-12-10 19:07:01 +00:00