-
Notifications
You must be signed in to change notification settings - Fork 276
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 force flush timeout #16381
fix force flush timeout #16381
Conversation
@jiangxinmeng1 Thanks for your contributions! Pull Request Review:Title:The title of the pull request is clear and concise, indicating that it addresses a fix related to force flush timeout. Body:The body of the pull request provides relevant information about the type of PR (bug fix), the specific issue it addresses (issue #16360), and the reason for the changes made in the PR (checking error before adding an observer). Changes:
Feedback and Suggestions:
In conclusion, the pull request addresses a specific bug related to error handling in the codebase. By incorporating the suggestions provided, you can enhance the error handling mechanism, optimize the code structure, and ensure the security and reliability of the application. |
a9060dd
to
84ea704
Compare
What type of PR is this?
Which issue(s) this PR fixes:
issue #16360
What this PR does / why we need it:
check err before add observer