Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flb_input_chunk: storage type when overlimit
When an output plugin is configured to use `storage.total_limit_size` while the input plugin uses memory storage mode, it would previously continue calculating and eventually pass an empty pointer to the storage context in the function that releases space. This PR adds a validationg in the overlimit route check that will cause the check to be skipped, ensuring that the rest of the space freeing routines are never executed. Signed-off-by: Braydon Kains <[email protected]>
- Loading branch information