Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in_tail: reduce the lifespan of the buffer area (#4763)
**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: When log files are rotated at high speed, the lifespan of `IOHandler` objects may become extended. Along with this, the lifespan of `@iobuf` also increases. Since `@iobuf` uses 8 KB of memory, if many such objects exist simultaneously, memory usage might significantly increase. **Docs Changes**: **Release Note**: Signed-off-by: Shizuo Fujita <[email protected]>
- Loading branch information