You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/09/02 06:02:37 UTC

[GitHub] ralf0131 opened a new issue #2425: FailbackClusterInvoker should limit the size of failed invocations

ralf0131 opened a new issue #2425: FailbackClusterInvoker should limit the size of failed invocations
URL: https://github.com/apache/incubator-dubbo/issues/2425
 
 
   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:
   * limit the size of the map
   * choose the strategy to discard the failed invocations. e.g. FIFO, LIFO, etc.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org