Garbage collect UIDs—draft for feedback#1736
Draft
itamarst wants to merge 12 commits intoOpenTSDB:nextfrom
Draft
Garbage collect UIDs—draft for feedback#1736itamarst wants to merge 12 commits intoOpenTSDB:nextfrom
itamarst wants to merge 12 commits intoOpenTSDB:nextfrom
Conversation
OpenTSDB#1458) * For branch next, add an expression function named FirstDifference, which calculates the first difference of a time series. I noticed there is MovingAverage calculation, so I thought maybe I can enrich the mathematics functions into that. * add some unit tests for FirstDifference
Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
- Add RpcResponder for handling callbacks asynchronously UTILS: - Add two convenient methods in Config Signed-off-by: Chris Larsen <clarsen@verizonmedia.com>
|
distributed processing? |
|
Store it in distributed cache middleware through plug-in modification? |
|
It's a big project. |
|
I'm a newbie, and I want to know if it would be better to do garbage collection with offline batch processing, like spark. Then make a union of the uid used or generated during the processing and the results of offline processing. If it doesn't work, please ignore it, hahaha |
Member
|
I know this is now ancient. I've been away from the project for a long time and the bulk of the team is working on 3.0. This looks good, did you do any further development on it? |
Contributor
Author
|
I did not; I looked into 3.0, but at the time it was not usable in any way. |
a47781e to
e6dd3f3
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a sketch of implementation for #1402. I haven't actually tested it manually yet, but wanted to get some feedback.
Thank you!