-
Notifications
You must be signed in to change notification settings - Fork 0
Recorder Snapshot #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc @xkszltl for visibility. |
Gonna paste some work I did so far to make sure still on the right track:
And for this
The output works cool generating snapshots. |
|
这没意义,高频率snapshot会包含低频率的 |
|
Latest work: (logging messages only for local debugging)
In the
Basically, I'm trying to pass in an instance reference to the lambda so the locking works out, which leads to a problem, is there any reason why we stated |
@YuzhouGuo why do you put your code here? PR is the correct place for doing that, issue is for discussing ideas and solutions. |
OK I will start a PR then |
I started a new PR and I do have quite a lot of questions:
Thank you so much. |
@YuzhouGuo If you want to discuss PR, please do it in the PR. Thanks. Move the discussion to #101 (comment) |
The recorder should generate snapshots periodically so that others can use them while keeping recording new data. There should also be a rotating mechanism so that we only keep last a few snapshots.
The text was updated successfully, but these errors were encountered: