You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The number of retry times is incorrect because the response header of HttpUrlConnection is not updated.
The flow control configuration cannot obtain the millisecond-level time.
Some retry conditions are inconsistent with Istio.
How can we reproduce it (as minimally and precisely as possible)?
Use Okhttp2 2.2.0 to test the flow control function. The problem can be reproduced.
When HttpUrlConnection is used to retry with a specified response header, the response header obtained after the retry is still the first response header, and the retry times are reached.
The flow control function does not take effect when the time in the flow control matching configuration is set to ms.
Retry conditions for link errors are configured. Retry is performed when the request times out.
Anything else we need to know?
No response
Sermant version
2.2.0
OS version
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
# On Windows:C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
The text was updated successfully, but these errors were encountered:
What happened?
How can we reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
No response
Sermant version
OS version
The text was updated successfully, but these errors were encountered: