Skip to content

Revisit: Is it necessary for provider to continue to send response to consumer after timeout? #4041

@chickenlj

Description

@chickenlj

Dubbo provider will try to generate and return the Response for every RPC call it receives, even for those timeouted calls.

Look at the code on the consumer side, for the timeouted request, it does nothing but prints a warning log, actually, maybe that is the only thing the consumer can do for a timeouted request.

So my suggestion here is think of a way to stop the provider from sending responses for timeouted requests, discarding those requests directly on provider side.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions