influxdb icon indicating copy to clipboard operation
influxdb copied to clipboard

Error: failed to write data: 500 Internal Server Error: unexpected error writing points to database: [shard 960]

Open barrown opened this issue 2 years ago • 4 comments

Related to https://github.com/influxdata/influxdb/issues/23212

Steps to reproduce:

  1. On a populated server (2.0.5) run: influxd inspect export-lp --bucket-id 540a390190697254 --engine-path /ssd/influx/engine --output-path /ssd/influx/backups/export.lp --start 2022-01-01T00:00:00Z --end 2022-01-02T23:59:59Z
  2. On another server (2.2) run: influx write --bucket home_assistant --file ~/export.lp

Expected behavior: Data appears in the new server

Actual behavior: Error: failed to write data: 500 Internal Server Error: unexpected error writing points to database: [shard 960] open /home/pi/.influxdbv2/engine/data/514933d6df66d74a/autogen/960/index/1/MANIFEST: too many open files

Environment info:

  • System info: Linux 5.10.103-v8+ aarch64 GNU/Linux (Bullseye)
  • From: InfluxDB version: InfluxDB 2.0.5 (git: https://github.com/influxdata/influxdb/commit/741389781e88ecf1f28ff34aa04aa5cf22d99ae4) build_date: 2021-04-27T17:57:07Z
  • To: InfluxDB v2.2.0 (git: a2f8538837) build_date: 2022-04-06T17:36:38Z
  • Other relevant environment details: Raspberry Pi3 with fresh OS, updated & upgraded, no other modifications made/programs installed.

barrown avatar Jun 11 '22 15:06 barrown

This is likely due to your ulimit -n setting being too low.

lesam avatar Jun 13 '22 13:06 lesam

Thank you for your reply!

This is likely due to your ulimit -n setting being too low.

"ulimit -n" and "ulimit -Sn" both return 1000000 The write command works sometimes, but not always. I don't understand why both "influx restore" and "influx write" end up opening over a million files, surely something is not correct there?

barrown avatar Jun 13 '22 20:06 barrown

With your logging turned up to DEBUG, look for any failures to open shards one Influx starting. This may be caused by a corrupt shard.

davidby-influx avatar Jun 14 '22 19:06 davidby-influx

Logging on for the 2.0.5 server containing the data:

? influxdb.service - influxdb
   Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
   Active: active (running) since Sat 2022-06-18 14:47:14 BST; 5min ago
 Main PID: 11744 (influxd)
    Tasks: 21 (limit: 1908)
   CGroup: /system.slice/influxdb.service
           +-11744 /usr/local/bin/influxd --bolt-path=/ssd/influx/influxd.bolt --engine-path=/ssd/influx/engine --reporting-disabled --storage-retention-check-interval=24h --log-level=debug

Jun 18 14:52:15 hass influxd[11744]: ts=2022-06-18T13:52:15.105088Z lvl=debug msg="bucket find" log_id=0b9ly1nW000 store=new took=0.182ms
Jun 18 14:52:15 hass influxd[11744]: ts=2022-06-18T13:52:15.108496Z lvl=debug msg=Request log_id=0b9ly1nW000 service=http method=POST host=localhost:8086 path=/api/v2/query query="org=c7ae18c97d01c814" proto=HTTP/1.1 status_
Jun 18 14:52:15 hass influxd[11744]: ts=2022-06-18T13:52:15.113718Z lvl=debug msg="user find by ID" log_id=0b9ly1nW000 store=new took=0.052ms
Jun 18 14:52:15 hass influxd[11744]: ts=2022-06-18T13:52:15.114396Z lvl=debug msg="org find" log_id=0b9ly1nW000 store=new took=0.110ms
Jun 18 14:52:15 hass influxd[11744]: ts=2022-06-18T13:52:15.136508Z lvl=debug msg="bucket find" log_id=0b9ly1nW000 store=new took=0.138ms
Jun 18 14:52:15 hass influxd[11744]: ts=2022-06-18T13:52:15.139813Z lvl=debug msg=Request log_id=0b9ly1nW000 service=http method=POST host=localhost:8086 path=/api/v2/query query="org=c7ae18c97d01c814" proto=HTTP/1.1 status_
Jun 18 14:52:15 hass influxd[11744]: ts=2022-06-18T13:52:15.145053Z lvl=debug msg="user find by ID" log_id=0b9ly1nW000 store=new took=0.100ms
Jun 18 14:52:15 hass influxd[11744]: ts=2022-06-18T13:52:15.145538Z lvl=debug msg="org find" log_id=0b9ly1nW000 store=new took=0.110ms

Startup seems fine, no signs of corruption?

Jun 18 14:47:14 hass systemd[1]: Stopped influxdb.
Jun 18 14:47:14 hass systemd[1]: Started influxdb.
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.554517Z lvl=info msg="Welcome to InfluxDB" log_id=0b9ly1nW000 version=2.0.6 commit=4db98b4c9a build_date=2021-04-29T16:48:12Z
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.558226Z lvl=info msg="Resources opened" log_id=0b9ly1nW000 service=bolt path=/ssd/influx/influxd.bolt
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.583031Z lvl=debug msg="buckets find" log_id=0b9ly1nW000 store=new took=0.423ms
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.583118Z lvl=info msg="Checking InfluxDB metadata for prior version." log_id=0b9ly1nW000 bolt_path=/ssd/influx/influxd.bolt
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.583785Z lvl=info msg="Using data dir" log_id=0b9ly1nW000 service=storage-engine service=store path=/ssd/influx/engine/data
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.583862Z lvl=info msg="Compaction settings" log_id=0b9ly1nW000 service=storage-engine service=store max_concurrent_compactions=2 throughput_bytes_per_second=50331648
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.583893Z lvl=info msg="Open store (start)" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open op_event=start
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.693228Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.707417Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/473
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.724946Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.728315Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/724
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.731783Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.734796Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.734889Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/1/0
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.737110Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/996
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.749486Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.749538Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.750305Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.756943Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.790309Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.792528Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.798464Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/741
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.799713Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.800762Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/486
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.801516Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.804935Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/5/0
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.799771Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.810459Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.806002Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.814658Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/758
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.815075Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.833314Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.835587Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.847016Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/77/
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.847324Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.848226Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/503
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.849211Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.861436Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.870449Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/775
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.871343Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.877627Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.884712Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/101
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.885113Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.900960Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.903958Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/520
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.907373Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.908267Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.909502Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.910971Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.913483Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/554
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.914565Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.915733Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/537
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.916118Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.917637Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/792
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.918688Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.948719Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.951679Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.956716Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/826
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.957588Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.957947Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.959576Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.960763Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/571
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.961263Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.962777Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/103
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.963137Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.964929Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/809
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.965332Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.992868Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.997023Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.998198Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/843
Jun 18 14:47:48 hass influxd[11744]: ts=2022-06-18T13:47:48.998625Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.000760Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.002810Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/860
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.003680Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/588
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.011102Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.012426Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.015089Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.028599Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/877
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.029147Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.054238Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.057998Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/60/
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.058451Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.058471Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.061567Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/894
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.062035Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.074851Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.077851Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/605
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.078556Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.102039Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.105631Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/622
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.106154Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.106030Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.106467Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.108827Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/911
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.109103Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/9/0
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.109878Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.113771Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.116639Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/639
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.117534Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.123686Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.129022Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.139047Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/656
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.139609Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.151534Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.158353Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.160413Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/928
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.161557Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.168521Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/673
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.169390Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.175410Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.180269Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/94/
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.180884Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.181941Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.189535Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/690
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.190554Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.190653Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.197096Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/945
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.198585Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.204622Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.205658Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.217128Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/7/0
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.218147Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.221254Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.224220Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/707
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.225077Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.226710Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/962
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.227220Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.230986Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.234158Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/979
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.235190Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.253096Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.259125Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/108
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.260785Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/108
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.261869Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/108
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.263222Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/108
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.265338Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/108
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.265308Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/108
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.266341Z lvl=info msg="Reading file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=cacheloader path=/ssd/influx/engine/wal/540a390190697254/autogen/1
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.269298Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.275710Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/104
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.276142Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.278911Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.279543Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.289936Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/106
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.290759Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/111
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.291198Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.290809Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.308892Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.313739Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/12/
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.314684Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.326806Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.330512Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/128
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.331701Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.342621Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.347427Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/145
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.348662Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.367247Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.370614Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/15/
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.371519Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.389683Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.393231Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/179
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.393547Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.394060Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.394858Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.396815Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/18/
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.397105Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/162
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.397713Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.407038Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.452151Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.456751Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/213
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.457870Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.460059Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.466171Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.468939Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/21/
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.469392Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.480600Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/196
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.481364Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.488701Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.489162Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.491276Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/24/
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.492215Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.494113Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/230
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.494476Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.524042Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.527333Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/247
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.527819Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.532307Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.535204Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/27/
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.538671Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.539349Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.544475Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/264
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.545018Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.558908Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.565764Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.581868Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/281
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.582304Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.584570Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.591370Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/298
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.591695Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.597296Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.601667Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.602687Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/30/
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.603645Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.605269Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/3/0
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.605580Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.608598Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.615691Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/315
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.615960Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.624564Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.630605Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/332
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.631726Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.632912Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.642424Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/349
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.642865Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.652859Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.669552Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.671069Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.671754Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/366
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.672026Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.676480Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/417
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.679132Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.683896Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.685025Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/383
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.685584Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.690518Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/400
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.690941Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.714043Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.717767Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.720381Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/434
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.720841Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.721672Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/43/
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.722498Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.729002Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.729840Z lvl=info msg="index opened with 8 partitions" log_id=0b9ly1nW000 service=storage-engine index=tsi
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.731678Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/468
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.732062Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.732967Z lvl=info msg="Opened file" log_id=0b9ly1nW000 service=storage-engine engine=tsm1 service=filestore path=/ssd/influx/engine/data/540a390190697254/autogen/451
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.733325Z lvl=info msg="Opened shard" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/ssd/influx/engine/data/540a39
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.738516Z lvl=info msg="Open store (end)" log_id=0b9ly1nW000 service=storage-engine service=store op_name=tsdb_open op_event=end op_elapsed=1154.623ms
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.738644Z lvl=info msg="Starting retention policy enforcement service" log_id=0b9ly1nW000 service=retention check_interval=1d
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.738676Z lvl=info msg="Starting precreation service" log_id=0b9ly1nW000 service=shard-precreation check_interval=10m advance_period=30m
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.739116Z lvl=info msg="Starting query controller" log_id=0b9ly1nW000 service=storage-reads concurrency_quota=1024 initial_memory_bytes_quota_per_query=92233720368547
Jun 18 14:47:49 hass influxd[11744]: ts=2022-06-18T13:47:49.747883Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0b9ly1nW000 max_select_point=0 max_select_series=0 max_select_buck
Jun 18 14:47:50 hass influxd[11744]: ts=2022-06-18T13:47:50.100172Z lvl=info msg=Listening log_id=0b9ly1nW000 service=tcp-listener transport=http addr=:8086 port=8086
Jun 18 14:47:55 hass influxd[11744]: ts=2022-06-18T13:47:55.783163Z lvl=debug msg="user find by ID" log_id=0b9ly1nW000 store=new took=0.227ms
Jun 18 14:47:55 hass influxd[11744]: ts=2022-06-18T13:47:55.783687Z lvl=debug msg="org find" log_id=0b9ly1nW000 store=new took=0.255ms
Jun 18 14:47:55 hass influxd[11744]: ts=2022-06-18T13:47:55.783962Z lvl=debug msg="bucket find" log_id=0b9ly1nW000 store=new took=0.206ms
Jun 18 14:47:55 hass influxd[11744]: ts=2022-06-18T13:47:55.789885Z lvl=debug msg=Request log_id=0b9ly1nW000 service=http method=POST host=localhost:8086 path=/api/v2/write query="bucket=home_assistant&org=c7ae18c97d01c814&p
Jun 18 14:47:59 hass influxd[11744]: ts=2022-06-18T13:47:59.645148Z lvl=debug msg="user find by ID" log_id=0b9ly1nW000 store=new took=0.056ms
Jun 18 14:47:59 hass influxd[11744]: ts=2022-06-18T13:47:59.645424Z lvl=debug msg="org find" log_id=0b9ly1nW000 store=new took=0.117ms
Jun 18 14:47:59 hass influxd[11744]: ts=2022-06-18T13:47:59.645597Z lvl=debug msg="bucket find" log_id=0b9ly1nW000 store=new took=0.083ms
Jun 18 14:47:59 hass influxd[11744]: ts=2022-06-18T13:47:59.649938Z lvl=debug msg=Request log_id=0b9ly1nW000 service=http method=POST host=localhost:8086 path=/api/v2/write query="bucket=home_assistant&org=c7ae18c97d01c814&p

barrown avatar Jun 18 '22 13:06 barrown