-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve graphite growth problem, introduce hopper 0.1.2 (#181)
We noticed that there was something fishy going on with graphite. In particular, the number of lines push to the programmable_filter grew _way_ too quickly for the inputs. It turns out, that fancy line buffer we pass in to avoid allocing small strings repeatedly was not being cleared and so everything that came in would be appended there. This commit also includes the work done as a part of postmates/hopper:#5 by updating to 0.1.2. All messages will be delivered in order--as they should have been--and hopper is now quite a bit faster to boot as it can keep cramming in low-memory when there's space. Signed-off-by: Brian L. Troutwine <blt@postmates.com>
- Loading branch information
Showing
7 changed files
with
66 additions
and
50 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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