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
1. limit the size of the map,default is 1000. can config by key failcapacity
2. retry period,default is 100.can config by key retries.
3. shutdown the timer when destroyed
Currently in
FailbackClusterInvoker
there is a map to store the failed invocations, however the size is unlimited.In a high throughput application, It is possible that the failed invocations will fill up the memory and exhaust the memory.
I think it is better to:
The text was updated successfully, but these errors were encountered: