[Q/A][Java SDK (Component)] dubbo 3.210 provider service set retries = 0 Not working #14192
Unanswered
stupidboytt
asked this question in
Question
Replies: 1 comment 4 replies
-
|
Can you provide a reproducable demo? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
provider service set
@DubboService(methods = {
@method(name = "insert", retries = 0)
})
yml setting
dubbo:
application:
name: provider
provider:
timeout: 10000
Set the retry count to 0, but after the interface timeout, it was found that 3 pieces of data were inserted into the database
why?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions