Navigation Menu

Skip to content
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

MultiMessageHandler should increase exception handling to prevent data loss #7815

Closed
2 tasks
xiaoheng1 opened this issue May 21, 2021 · 0 comments
Closed
2 tasks

Comments

@xiaoheng1
Copy link
Contributor

xiaoheng1 commented May 21, 2021

  • I have searched the issues of this repository and believe that this is not a duplicate.
  • I have checked the FAQ of this repository and believe that this is not a duplicate.

Environment

  • Dubbo version: master
  • Operating System version:macos
  • Java version: jdk1.8

movitation:

In MultiMessageHandler, exception handling should be added, because when processing MultiMessage in the for loop, if an exception occurs in the execution of the first data, it will be thrown in the dispatcher. At this time, the exception will cause the remaining data in the MultiMessage to be lost.

relation issue: #7776

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants