6 Replies Latest reply on Jun 20, 2014 11:57 AM by tomas11

    One or more nodes have left the cluster while replicating command TxCompletionNotificationCommand

    tomas11

      Hello

       

      Why this exception is happening - One or more nodes have left the cluster while replicating command TxCompletionNotificationCommand?

       

      I come into this by using  @ViewChanged annotation. In this listener when some node leaves cluster a want to put new entry into the cache. And that exception happen.

      I think it is because view of node which had left has not been replicated.

       

      Can I know when replication (because of node which had left) is finished and I can do put into cache? Is there such Listener for that?

       

      Thanks