Merge branch 'master' into fix-dar-453-remove-trace

pull/5697/head
Jason Stirnaman 2024-12-02 17:24:38 -06:00 committed by GitHub
commit 505e27d952
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 32 additions and 8 deletions

View File

@ -8,6 +8,30 @@ menu:
weight: 101
---
## v2.7.11 {date="2024-12-02"}
### Features
- Add startup logging on the percentage of shards opened.
- Improve error messages and logging during shard opening.
- Add additional logging when loading field set changes.
- Add `--pid-file` option to write a PID file on startup.
- Add `--storage-wal-flush-on-shutdown` to flush WAL on database shutdown.
### Bug Fixes
- Adds check for incompatible WAL formats during startup.
- Changes to shard loading to improve maintainability of TSM code.
- Hitting `vm.max_mmap_count` count no longer causes data to become unqueryable.
### Maintenance
- Minor user interface (UI) updates.
- Update Go to 1.22.7.
---
## v2.7.10 {date="2024-08-15"}
### Bug Fixes

View File

@ -10,7 +10,7 @@ influxdb:
- v1
latest: v2.7
latest_patches:
v2: 2.7.10
v2: 2.7.11
v1: 1.11.8
latest_cli:
v2: 2.7.5