Is it possible for a channel which was marked as suspect (and removed from the view) to rejoin automatically? #540
-
Is it possible for a channel which was marked as suspect (and removed from the view) to rejoin automatically? Say we have a view {A, B ,C} , and nodes A & B believe that C is down, A does the verify (and confirms that C is down) and publishes a new view of {A, B}. However, node C is not down (it was just unresponsive), and receives the view changed event, we know that this is the case as we see the following in C's logs: What state is C now in? Will it be able to recover automatically and be included in a new view update? If so, how does this process work? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's not a channel that is suspected, it's a member that is suspected.
That's what merging does, see: https://github.com/belaban/JGroups/blob/master/src/org/jgroups/protocols/MERGE3.java |
Beta Was this translation helpful? Give feedback.
It's not a channel that is suspected, it's a member that is suspected.
That's what merging does, see: https://github.com/belaban/JGroups/blob/master/src/org/jgroups/protocols/MERGE3.java