users@shoal.java.net

MemberDetails Question

From: leehui <leehui70_at_gmail.com>
Date: Fri, 16 May 2008 17:01:56 +0800

Hi Shreedhar,

     I use MemberDetails to store some member's data, such as member's token. Though, this may be not practical. Let's just take
it as an example. Then I use gms.getAllMemberDetails to get all members' token. I found that gms.getAllMemberDetails returns the
different results on different node. Some nodes don't return all members' token. I have written a simple test code, you can get it in attachment. Start up serveral instances, then you can see the result. My question is how to make every node return the same results from gms.getAllMemberDetails.
        
        Another question is, how to remove a member's memberDetails? I read the api docs. The GroupManagementServiceImpl offers get,set,update methods for MemberDetails. It doesn't offer the remove method. But when a node is failed, the node's memberDetails still remain in cache. How can I clear the failed members' MemberDetails.?
                 
        Thank you in advance for your reply.
--------------
leehui
2008-05-16