File source has suboptimial performance degredation as line sizes increase #6730
Labels
domain: performance
Anything related to Vector's performance
source: file
Anything `file` source related
type: bug
A code related bug.
Vector Version
Custom build of 0327d46. Build string:
Vector Configuration File
Debug Output
Expected Behavior
The file source as of the above commit demonstrates a sub-optimal throughput drop-off when line sizes go beyond 100Kb. Before this point the source is capable of processing at least 25Mb/s -- see vectordotdev/vector-test-harness#74 for details -- but after this performance drops off significantly all the way to 900Kb/s.
Actual Behavior
vectordotdev/vector-test-harness#74 (comment)
This will cause vector to hold onto file descriptors, as a result. This fills up user disks, given enough time.
Example Data
See referenced issue.
Additional Context
See referenced issue.
References
The text was updated successfully, but these errors were encountered: