-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory leak around timestamp precision adjust
* Global MAX_REASONABLE_TIMESTAMP adjusted in error. Due to arbitrary precision arithmetic, over time memory can be seen leaking for lines processed with ms precision timestamps. * Perform timestamp precision check before converting timestamp to int to save allocation of buffer. * Replace space normalization looping construct with split/join.
- Loading branch information
1 parent
ae9014a
commit 7b7ab7e
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters