influxdb/influxdb3
praveen-influx a67b50dac5
feat: add concurrency limit for WAL replay (#26483)
WAL replay currently loads _all_ WAL files concurrently running into
OOM. This commit adds a CLI parameter `--wal-replay-concurrency-limit`
that would allow the user to set a lower limit and run WAL replay again.

closes: https://github.com/influxdata/influxdb/issues/26481
2025-06-03 16:34:31 +01:00
..
src feat: add concurrency limit for WAL replay (#26483) 2025-06-03 16:34:31 +01:00
tests feat: add retention period to catalog (#26479) 2025-06-02 18:36:04 -06:00
Cargo.toml refactor: move jemalloc to `influxdb3 serve` and address workspace lints (#26466) 2025-05-27 12:51:23 -04:00