User Activity

  • Posted a comment on discussion Help on JGroups

    Hi @belaban, I don't support such an old version. IIRC, the issue you've run into has been fixed a while ago, don't remember in which version. Yes, i think it is fixed as part of https://issues.redhat.com/browse/JGRP-2092. Versions: 3.6.11, 4.0 Thanks, Subhash C

  • Modified a comment on discussion Help on JGroups

    Hi @belaban Thanks for your reply. First off, I highly recommend to upgrade to a newer version (3.6.7 is 4+ years old)... We have maintaining this version to support an old version of application If the particular packet with the new view is missed by any member, Will the coordinator resend the view again to that member? Yes If the coordinator resends the view then will that call invoke the ReceiverAdapter set in the channel? yes Thank you very much for confirming the behavior. This makes us difficulty...

  • Modified a comment on discussion Help on JGroups

    Hi Bela Ban, Thanks for your reply. First off, I highly recommend to upgrade to a newer version (3.6.7 is 4+ years old)... We have maintaining this version to support an old version of application If the particular packet with the new view is missed by any member, Will the coordinator resend the view again to that member? Yes If the coordinator resends the view then will that call invoke the ReceiverAdapter set in the channel? yes Thank you very much for confirming the behavior. This makes us difficulty...

  • Posted a comment on discussion Help on JGroups

    Hi Bela Ban, Thanks for your reply. First off, I highly recommend to upgrade to a newer version (3.6.7 is 4+ years old)... We have maintaining this version to support an old version of application If the particular packet with the new view is missed by any member, Will the coordinator resend the view again to that member? Yes If the coordinator resends the view then will that call invoke the ReceiverAdapter set in the channel? yes Thank you very much for confirming the behavior. This makes us difficulty...

  • Posted a comment on discussion Help on JGroups

    In our code, we have attached custom org.jgroups.ReceiverAdapter to the channel for the callback. private JChannel channel = new JChannel(is) channel.setReceiver(new JGroupsListener()); class JGroupsListener extends ReceiverAdapter { @Override public void viewAccepted(final View view) { viewChange(view); } @Override public void receive(final Message message) { processMessage(message); } } One of the members left the cluster, and the coordinator sent the new view to all existing members. But only...

View All

Personal Data

Username:
subhashc
Joined:
2021-01-12 13:13:30

Projects

  • No projects to display.

Personal Tools