dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

[Bug] Triple default timeout is inconsistent with Dubbo

Open ShenFeng312 opened this issue 1 year ago • 4 comments

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

ShenFeng312 avatar May 06 '24 02:05 ShenFeng312

code in dubbo image

code in Triple image

ShenFeng312 avatar May 06 '24 02:05 ShenFeng312

@guohao @EarthChen PTAL

AlbumenJ avatar May 08 '24 03:05 AlbumenJ

It shoude align with Dubbo protocol's behavior

guohao avatar May 08 '24 03:05 guohao

https://github.com/apache/dubbo-go/blob/f04c8d08753765f6028d2a84b01aa00e42175a04/global/consumer_config.go#L24 in dubbo-go the default timeout is 3s @AlbumenJ @guohao

ShenFeng312 avatar May 08 '24 06:05 ShenFeng312