Because nodes in list may change(after some nodes offline), some entries in WRR cache map will be skipped.
But if some nodes are offline permanent these entries are kinds of waste of memory. Like `Cache` in guava the recycle will happen every `RECYCLE_TIME` and scan the map removing the entries which `lastupdate > RECYCLE_TIME`. `lastupdate` will be updated every time invoked. [ Full content available at: https://github.com/apache/incubator-dubbo/pull/2647 ] This message was relayed via gitbox.apache.org for [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
