Actions
Bug #5781
closedTask #5682: tracking: smb performance issues
smb: unbounded file chunk queuing after gap
Affected Versions:
Effort:
Difficulty:
Label:
Description
Due to a logic error / missing logic in file tracker truncing, the post-GAP truncing didn't actually clear the stored out of order chunks or prevent new chunks for being stored. This could quickly exhaust every available memory.
The problem is mitigated by the max-read-queue-size
setting, but this setting is not enabled by default.
Actions