liubao created SCB-2362:
---------------------------

             Summary: change retry enabled to false
                 Key: SCB-2362
                 URL: https://issues.apache.org/jira/browse/SCB-2362
             Project: Apache ServiceComb
          Issue Type: Improvement
          Components: Java-Chassis
            Reporter: liubao
             Fix For: java-chassis-2.7.0


Retry will depend on many application contexts, framework retry based on common 
exceptions is not a good idea for many scenarios. e.g.

 
 # 'Connection Closed' exception may indicate a network failure, or the server 
is overloaded and close the connection.
 # For 'idempotent' operations, need consider the whole business transaction, 
not only one remote call. Some application contexts need considered to decide 
if need retry.
 # Retry better happen in gateway, or where the transaction is initilized, and 
many times, retry in microserivce may cause timeout. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to