-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on big data ingestion #26091
Comments
I don't see
|
Thanks for your answer!
Here are the complete logs, debug level: |
Since there are no errors or crashes in the logs at debug level, it seems likely that something external to The amount of data you are ingesting is not that large; on a sufficiently provisioned system it should be quite feasible. |
Hi guys, I was playing around with an Influxdb 2 instance running in a podman machine this weekend and got some issues when ingesting lots of data (>14k rows). The influxdb server crashes during the ingestion and I don't know what I'm doing wrong. Can you help me out please?
Steps to reproduce:
List the minimal actions needed to reproduce the behaviour.
Config:
with the command:
influx write \ --bucket raw_stock_data \ --format lp \ --file AA_line_protocol.txt \ --rate-limit "500kB/s"
Expected behaviour:
I expect the ingestion of my 14k entries to succeed.
Actual behaviour:
Ingestion crashes at some point, with error:
Environment info:
Config:
See above
AA_line_protocol.txt
Logs:
[more logs in the file] [influxdb] | ts=2025-03-02T15:03:01.283150Z lvl=info msg="Reindexing TSM data" log_id=0v1qpExl000 service=storage-engine engine=tsm1 db_shard_id=1851 [influxdb] | ts=2025-03-02T15:03:01.286823Z lvl=info msg="Reindexing WAL data" log_id=0v1qpExl000 service=storage-engine engine=tsm1 db_shard_id=1851 [influxdb] | ts=2025-03-02T15:03:01.454380Z lvl=info msg="saving field index changes (start)" log_id=0v1qpExl000 service=storage-engine engine=tsm1 op_name=MeasurementFieldSet op_event=start [influxdb] | ts=2025-03-02T15:03:01.454429Z lvl=info msg="saving field index changes (start)" log_id=0v1qpExl000 service=storage-engine engine=tsm1 op_name=MeasurementFieldSet op_event=start [influxdb] | ts=2025-03-02T15:03:01.467619Z lvl=info msg="saving field index changes (end)" log_id=0v1qpExl000 service=storage-engine engine=tsm1 op_name=MeasurementFieldSet op_event=end op_elapsed=13.964ms [influxdb] | ts=2025-03-02T15:03:01.467397Z lvl=info msg="saving field index changes (end)" log_id=0v1qpExl000 service=storage-engine engine=tsm1 op_name=MeasurementFieldSet op_event=end op_elapsed=15.701ms
logs.txt
The text was updated successfully, but these errors were encountered: