influxdb/coordinator
davidby-influx 7f8441e996
feat: optionally dump queries to log on SIGTERM (#22638) (#22683)
Dump all active queries to the log when a SIGTERM
is received and the termination-query-log flag is
true in the coordinator section of the config. The
default is false.

(cherry picked from commit fd1d51690d)

closes https://github.com/influxdata/influxdb/issues/22637
2021-10-15 12:20:03 -07:00
..
config.go feat: optionally dump queries to log on SIGTERM (#22638) (#22683) 2021-10-15 12:20:03 -07:00
config_test.go Remove old cluster config options 2016-05-11 12:59:30 -06:00
meta_client.go Merge branch 'master' into ah-truncate-shards 2017-11-28 17:25:31 -07:00
meta_client_test.go Ensure go fmt passes on 1.10/11 2018-08-21 17:39:42 +01:00
points_writer.go fix: prevent silently dropped writes with overlapping shards (#21952) 2021-07-27 20:37:45 -04:00
points_writer_internal_test.go fix: prevent silently dropped writes with overlapping shards (#21952) 2021-07-27 20:37:45 -04:00
points_writer_test.go feat: add total-buffer-bytes config parameter to subscriptions (#21752) (#21806) 2021-07-08 10:50:38 -04:00
shard_mapper.go Support WHERE time clause in SHOW TAG VALUES 2017-11-06 19:15:01 +00:00
shard_mapper_test.go Support WHERE time clause in SHOW TAG VALUES 2017-11-06 19:15:01 +00:00
statement_executor.go fix: require database authorization to see continuous queries (#22283) (#22289) 2021-08-24 11:15:20 -07:00
statement_executor_test.go fix: require database authorization to see continuous queries (#22283) (#22289) 2021-08-24 11:15:20 -07:00