-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[fix][ml] Fix unfinished callback when deleting managed ledger #21530
[fix][ml] Fix unfinished callback when deleting managed ledger #21530
Conversation
@mattisonchao Please add the following content to your PR description and select a checkbox:
|
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.
Can you add a test to cover it?
Yes, sure. @coderzc |
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.
Please add unit test to cover it.
Motivation
#7131 introduced an unfinished callback.
Modifications
Complete the callback with an exception to let the user retry.
doc-not-needed
Verifying this change