-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Not A Problem
-
Affects Version/s: 2.8.0
-
Fix Version/s: None
-
Component/s: timelineserver
-
Labels:
-
Target Version/s:
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.