-
Notifications
You must be signed in to change notification settings - Fork 101
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
[Feature] Expose api to trigger out-of-schedule delta snapshot #192
[Feature] Expose api to trigger out-of-schedule delta snapshot #192
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@swapnilgm Thanks for the well-written PR! There is one case that's not been handled: when delta snapshots are disabled, triggering out-of-schedule delta snapshot is not able to take a delta snapshot because watchCh is not set, so no events are collected. Please fix this. Other than this, LGTM.
1beabc1
to
24feaff
Compare
@shreyas-s-rao PTAL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
when delta snapshots are disabled, triggering out-of-schedule delta snapshot is not able to take a delta snapshot because watchCh is not set, so no events are collected.
Can we add a test case for this please?
Signed-off-by: Swapnil Mhamane <[email protected]>
24feaff
to
0cdcb0c
Compare
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the test-case! LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@swapnilgm Thanks for making the requested changes! Overall LGTM. Just a few small corrections here and there. Please address them. Thanks.
Co-Authored-By: Shreyas Rao <[email protected]> Signed-off-by: Swapnil Mhamane <[email protected]>
efeb22e
to
045aa57
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏼
Signed-off-by: Swapnil Mhamane [email protected]
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #114
Special notes for your reviewer:
Release note: