influxdb/cmd/influx_tools
WeblWabl 96e44cac73
fix: PlanOptimize is running too frequently (#26211)
PlanOptimize is being checked far too frequently. This PR is the simplest change that can be made in order to ensure that PlanOptimize is not being ran too much. To alleviate the frequency I've added a lastWrite parameter to PlanOptimize and added an additional test that mocks the edge cause out in the wild that led to this PR.

Previously in test cases for PlanOptimize I was not checked to see if certain cases would be picked up by Plan I've adjusted a few of the existing test cases after modifying Plan and PlanOptimize to have the same lastWrite time.
2025-04-08 12:22:29 -05:00
..
compact fix: PlanOptimize is running too frequently (#26211) 2025-04-08 12:22:29 -05:00
export fix: remove breaking argument validation for _fieldKeys iterator (#23875) 2022-11-09 09:04:44 -08:00
generate build: upgrade to go1.18 (#23250) 2022-03-31 16:17:57 -05:00
help feat(influx_tools): Add gen-init and gen-exec commands 2018-12-12 07:38:21 -07:00
importer feat: allow the specification of a write window for retention policies (#25517) 2024-11-15 13:30:14 -08:00
internal feat: Upgrade flux to v0.196.1 (#26041) 2025-02-20 13:46:06 -06:00
server feat(influx_tools): Add gen-init and gen-exec commands 2018-12-12 07:38:21 -07:00
main.go feat(influx_tools): Add gen-init and gen-exec commands 2018-12-12 07:38:21 -07:00