Issue around client-reconnect-window not being honored in case of re-election
of Active in Networked A/P case.
--------------------------------------------------------------------------------------------------------------
Key: CDV-560
URL: https://jira.terracotta.org/jira//browse/CDV-560
Project: Community Development
Issue Type: Bug
Components: Failover
Affects Versions: 2.4.3
Reporter: Sreenivasan Iyer
Assignee: Issue Review Board
Attachments: terracotta-server.log
Seems like there is a corner case when the client-reconnect-window (default of
2 minutes) is not honored in the Network A/P configuration.
See http://forums.terracotta.org/forums/posts/list/667.page
This snippet from Terracotta Server log reveals the bug or is at best confusing
-
1> It shows the Election being won by this server at 14:48 (and therefore the
clock starts ticking then) and the expecation is that 14:50 is when the
client-reconnect-window closes.
2> But it instead closes at 14:54...Is this because, there is a lot more work
happening before the server is actually Active - so that the timer only started
at 14:52.
2007-12-04 14:48:07,338 [WorkerThread(l2_state_message_handler_stage,0)] ERROR
com.tc.l2.state.StateManagerImpl - State[ ACTIVE-COORDINATOR ] Received
Election Won Msg : L2StateMessage [ NodeID[tcp://iadadobcnapp01s.ood.ops:9530],
type = ELECTION_WON, Enrollment [ NodeID[tcp://iadadobcnapp01s.ood.ops:9530],
isNew = false, weights = 9223372036854775807,9223372036854775807 ]]. Possible
split brain detected
...
...
...
2007-12-04 14:54:27,510 [Reconnect timer] INFO
com.tc.objectserver.handshakemanager.ServerClientHandshakeManager - Reconnect
window closed. All dead clients removed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev