Brandon Pfeifer
09783cbb73
chore: remove circleci config and associated scripts ( #25070 )
2024-06-18 12:53:57 -04:00
davidby-influx
d3be25b251
fix: detect misquoted tag values and return an error ( #22754 ) ( #22787 )
...
SHOW TAG KEYS FROM "foo" where bar="misquoted" is
erroneous, because the tag value must be enclosed
in single, not double, quotes. Although this
correctly returns no tag keys, it is very
inefficient and has cause out-of-memory failures
at a customer. This fix short-circuits the query.
closes https://github.com/influxdata/influxdb/issues/22755
(cherry picked from commit af9e89a4d4
)
closes https://github.com/influxdata/influxdb/issues/22786
2021-10-27 14:28:42 -07:00
Dane Strandboge
c3aa575d90
chore: increase timer to 5 seconds ( #22664 )
2021-10-13 14:07:00 -05:00
Cody Shepherd
94ab39b839
build: add daily job to automate changelog generation ( #22625 )
2021-10-12 09:29:26 -07:00
Cody Shepherd
688e697c51
chore: update changelog for v1.8.10 release ( #22648 )
2021-10-11 08:01:24 -07:00
Sam Arnold
a429f374b4
fix: better error for no data from snapshots ( #22452 ) ( #22616 )
...
Closes : #22450
(cherry picked from commit 84b785b78c
)
2021-10-04 15:40:33 -04:00
Daniel Moran
970548807c
test: add ungrouped-agg case to perf test suite ( #22569 )
2021-09-23 16:24:49 -04:00
Cody Shepherd
e490a6fdef
chore: update changelog ( #22555 )
2021-09-22 14:24:14 -07:00
davidby-influx
1dd2c0c12f
fix(restore): parameter validation, Windows temp file deletion ( #22561 )
...
fix(restore): enforce the -db parameter when -newdb used
closes https://github.com/influxdata/influxdb/issues/15901
(cherry picked from commit 1dde65bb75
)
closes https://github.com/influxdata/influxdb/issues/22560
fix: for Windows, copy snapshot files being backed up
On Windows, make copies of files for snapshots, because
Go does not support the FILE_SHARE_DELETE flag which
allows files (and links) to be deleted while open. This
causes temporary directories to be left behind after
backups.
closes https://github.com/influxdata/influxdb/issues/16289
(cherry picked from commit 3702fe8e76
)
closes https://github.com/influxdata/influxdb/issues/22559
2021-09-22 13:28:46 -07:00
William Baker
e3ed13e8d9
build: series cardinality perf test ( #22507 )
...
* build: series cardinality perf test
2021-09-17 15:14:17 -06:00
William Baker
0fbc0e53f3
build: run perf test queries only on specific datasets ( #22483 )
...
* build: run perf test queries only on specific datasets
2021-09-16 10:46:47 -06:00
Cody Shepherd
e7d6d433c8
build: don't run `pkg_run_test` on forks ( #22433 )
2021-09-09 09:22:04 -07:00
Sam Arnold
4964662805
fix(snapshotter): properly read payload ( #17495 ) ( #22427 )
2021-09-09 11:01:33 -04:00
Cody Shepherd
dfd2f9934a
fix: influxdb packages should depend on curl ( #22253 )
...
* fix: influxdb packages should depend on curl bc of use in systemd script
* chore: update changelog
2021-09-01 07:29:08 -07:00
William Baker
29ea953fa1
build: new multi-measurement perf test ( #22344 )
...
* build: new multi measurement perf test
2021-08-30 16:33:07 -06:00
Daniel Moran
7aa04801f0
test: add `aggregate-drop` case to iot perf-tests ( #22264 )
2021-08-20 11:42:06 -04:00
William Baker
ee3d4f6b7d
build: use alterate names for IoT query types ( #22248 )
...
* build: use new query types for some iot cases
2021-08-18 09:57:47 -06:00
William Baker
b0c0185398
build: multi-measurement & `group() |> aggregateWindow()` backports ( #22230 )
...
* build: add perf tests for group-window-transpose
* build: add multi measurement query benchmarks
2021-08-17 13:07:35 -06:00
Dane Strandboge
936da24642
build: add iot usecase tests to 1.8 ( #22215 )
...
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
2021-08-16 15:40:26 -05:00
William Baker
d6f0377dc2
build: don't include host tag on perf test results ( #22183 ) ( #22194 )
...
* build: dont report host for perf tests
2021-08-12 15:53:42 -06:00
Cody Shepherd
115e24083d
fix: systemd service -- handle 40x and block indefinitely ( #22076 )
...
* chore: update pkg_run_test to test auth-enabled
* fix: fixes to systemd startup script
* accept 40x responses as evidence that API is up and running
* block indefinitely while waiting for API
* chore: update changelog
* chore: move pkg_run tests into discrete bash scripts; avoid swallowing errors
2021-08-10 13:09:35 -07:00
Daniel Moran
d53f7f332a
build: backport updated perf tests to 1.8 ( #22114 )
...
* Add metaquery perf tests
* Re-add branch as a tag in perftest results
* Replace general perf tests with aggregate tests, refactor script
* Remove file_tag from perf-test telegraf config
* Only run influxql perf tests
* Use tsi1 index for perf tests
Co-authored-by: William Baker <wbaker@gmail.com>
2021-08-09 16:43:45 -04:00
Cody Shepherd
d9b56321d5
chore: update changelog for v1.8.9 release ( #22057 )
2021-08-04 14:14:38 -07:00
Cody Shepherd
7e0e2465e3
fix: error instead of panic when enterprise tries to restore with OSS ( #22039 )
...
* fix: error instead of panic when enterprise tries to restore with OSS (#22019 )
* chore: update changelog
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
2021-08-03 13:39:46 -07:00
Cody Shepherd
e9866c1b94
chore: update changelog for v1.8.8 release ( #22021 )
2021-08-03 12:56:36 -07:00
Cody Shepherd
b0b7af7f3f
fix: handle https in systemd wrapper, and prevent it from looping forever ( #22026 )
...
* fix: handle https in systemd wrapper, and prevent it from looping forever
* chore: update pkg install test to check https
* chore: update changelog
2021-08-03 11:52:14 -07:00
Cody Shepherd
df8d3d32c3
fix: systemd-start script should be executable by group and others ( #21987 )
...
* chore: add test to install and run deb package
* fix: systemd start script should be executable for group and others
* chore: update changelog
2021-08-03 08:21:35 -07:00
Sam Arnold
16fbef3ffd
fix: restore portable backup bug ( #21991 )
...
* fix: read exact length data when restore meta
* test: cover updating meta
* test: replace metaclient's data with pointer
* docs: update change log
* test: remove extra code
* chore: fix changelog
Co-authored-by: ricky <rickif@qq.com>
2021-07-30 14:18:33 -04:00
Daniel Moran
33d6e6fe5e
fix: prevent silently dropped writes with overlapping shards ( #21953 )
...
Co-authored-by: Geoffrey Wossum <gwossum@influxdata.com>
2021-07-27 20:37:35 -04:00
Cody Shepherd
4b59eadb28
chore: changelog update for v1.8.7 release ( #21906 )
2021-07-21 11:51:01 -07:00
Cody Shepherd
aaba5efb61
chore: adjust packaging procedure to enable correct systemd behavior ( #21905 )
2021-07-21 10:23:32 -07:00
Sam Arnold
51600c8300
chore: update protobuf library versions and remove influx_tsm ( #21882 ) ( #21891 )
...
* chore: update protobuf library versions and remove influx_tsm (#21882 )
* chore: update protobufs
* fix: run codegen during build
* fix: fully remove influx_tsm
* fix: codegen works
* fix: add tools.go for 1.8
2021-07-20 15:16:19 -04:00
Cody Shepherd
fea92628f4
chore: enable query performance tests ( #21762 )
...
* chore: enable query performance tests
* chore: push influx_tools to s3 bucket for use in 2.x
2021-07-20 11:19:19 -07:00
Cody Shepherd
4f30e2029c
fix: systemd unit should block on startup until http endpoint is ready ( #21865 )
...
* fix: systemd unit should block on startup until http endpoint is ready
* chore: update changelog
2021-07-20 11:18:12 -07:00
Cody Shepherd
673dc6a19e
chore: change commit and branch keys to fields instead of tags ( #21826 )
...
context: configuring unique data as tags causes series cardinality to
grow in an unbounded manner; data with unique values should be set
as fields
2021-07-16 06:59:28 -07:00
Cody Shepherd
e7cdaecd02
fix: convert arm arch names for rpms during builds via docker ( #21775 )
...
* fix: convert arm arch names for rpms during builds via docker
* chore: update changelog
2021-07-02 08:23:38 -07:00
Cody Shepherd
600b39abb4
fix: rename arm rpms with yum-compatible names ( #21749 )
2021-06-29 08:02:25 -07:00
Cody Shepherd
9ebac08390
chore: enable log retention for performance tests ( #21708 ) ( #21716 )
...
* chore: upload perftest logs to s3 bucket when finished
* chore: turn on verbose telegraf logging in perf test reporting
2021-06-21 13:15:39 -07:00
Cody Shepherd
91b16da55b
chore: adjust ingest perf tests for 1.8 to bring in line with 2.0 ( #21679 )
2021-06-14 10:18:11 -07:00
Cody Shepherd
5e25e8954b
chore: correct shell syntax in aws nightly teardown ( #21596 )
2021-06-03 09:28:34 -07:00
Cody Shepherd
5507add2f9
chore: enable ingest performance tests ( #21580 )
...
* chore: Add perftest script
* chore: add package output and perftests to circle automation
2021-06-01 08:24:46 -07:00
Cody Shepherd
3631a486d9
chore: Update changelog for 1.8.6 release ( #21527 )
2021-05-20 12:05:09 -07:00
Sam Arnold
a7c879409d
fix: FGA enablement ( #21518 )
...
Closes #21515
2021-05-19 17:05:07 -04:00
davidby-influx
bf45841359
chore(ae): add more logging ( #21381 )
...
tsdb.Engine.IsIdle and tsdb.Engine.Digest now return a reason string for why the engine & shard are not idle.
Callers can then use this string for logging, if desired. The returned reason does not allocate memory, so the
caller may want to add the shard ID and path for more information in the log. This is intended to be used in
calls from the anti-entropy service in Enterprise.
2021-05-07 12:55:58 -07:00
Tristan Su
7490053b7a
fix(models): grow tag index buffer if needed ( #20138 )
...
fixed #20136
2021-04-27 09:24:27 -07:00
Cody Shepherd
213082441e
chore: Update names of creds in Jenkins ( #21293 )
2021-04-27 08:52:19 -07:00
davidby-influx
e234aa7ff0
fix: Anti-Entropy loops endlessly with empty shard ( #21275 ) ( #21290 )
...
The anti-entropy service will loop trying to copy an empty shard to a
data node missing that shard. This fix is one of two changes that
correctly create an empty shard on a new node. This fix will set the
LastModified date of an empty shard directory to the modification time
of that directory, instead of to the Unix epoch.
Fixes: https://github.com/influxdata/influxdb/issues/21273
(cherry picked from commit 7f300dc248
)
2021-04-26 10:13:49 -07:00
Cody Shepherd
3d16c6318c
chore: Update Changelog for v1.8.5 release ( #21254 )
2021-04-19 14:13:03 -07:00
Cody Shepherd
0dd3d1f096
chore: Late to the party fix for influxdata/plutonium#3339 ( #21080 )
2021-03-26 13:29:03 -07:00
Sam Arnold
ad06a9cda4
fix: fix help test for influx_inspect ( #21052 ) ( #21053 )
...
Closes #21007
(cherry picked from commit db38959b7a
)
2021-03-23 19:54:52 -04:00