Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
2.8.0
-
None
Description
I found that the client retry has some problems:
1. The new put methods will retry on all exception, but they should only do it upon ConnectException.
2. We can reuse TimelineClientConnectionRetry to simplify the retry logic.