[
https://issues.apache.org/jira/browse/HAMA-593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433135#comment-13433135
]
Mayank Mishra commented on HAMA-593:
------------------------------------
Yes, I agree with the intend of using a LRU with an upper capacity. But, don't
you think that rather than going with a synchronized+LinkedHashMap, we should
go with LRUCache by extending ConcurrentHashMap, this way as the concurrent
usage increase we should be able to get good performance. Sorry but I didn't
got clues of using just LinkedHashSet for conceptualizing LRU cache.
> Improve RPC scalability
> -----------------------
>
> Key: HAMA-593
> URL: https://issues.apache.org/jira/browse/HAMA-593
> Project: Hama
> Issue Type: Sub-task
> Components: bsp core, messaging
> Affects Versions: 0.5.0
> Reporter: Thomas Jungblut
> Attachments: HAMA-593_1.patch
>
>
> To improve scalability we can start a RPC connection after another instead of
> keeping all possible N connections open the whole time.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira