dubbo
dubbo copied to clipboard
[Bug] Triple default timeout is inconsistent with Dubbo
Pre-check
- [X] I am sure that all the content I provide is in English.
Search before asking
- [X] I had searched in the issues and found no similar issues.
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
3.2.11
Steps to reproduce this issue
Triple default timeout is inconsistent with Dubbo
What you expected to happen
Triple default timeout is the same as Dubbo
Anything else
No response
Are you willing to submit a pull request to fix on your own?
- [ ] Yes I am willing to submit a pull request on my own!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
code in dubbo
code in Triple
@guohao @EarthChen PTAL
It shoude align with Dubbo protocol's behavior
https://github.com/apache/dubbo-go/blob/f04c8d08753765f6028d2a84b01aa00e42175a04/global/consumer_config.go#L24 in dubbo-go the default timeout is 3s @AlbumenJ @guohao