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

When the provider interrupts abnormally, the consumer cannot return quickly and still waits for the timeout to end #4694

Closed
1 task
bigwg opened this issue Jul 30, 2019 · 1 comment · Fixed by #4698
Milestone

Comments

@bigwg
Copy link
Contributor

bigwg commented Jul 30, 2019

  • [√] 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: 2.7.3
  • Operating System version: Windows 10
  • Java version: Oracle JDK 1.8

Steps to reproduce this issue

  1. set @reference(timeout = 10000)
  2. kill -9 provider

Pls. provide [GitHub address] to reproduce this issue.

Expected Result

fast return when timeout is not reached

Actual Result

What actually happens?

the consumer returns until the timeout ends

detail see #1968

@beiwei30
Copy link
Member

dup of #4699

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment