On Thu, Oct 30, 2008 at 08:03, Junko IKEDA <[EMAIL PROTECTED]> wrote: > Hi, > > This might be a ccm bug, let me make sure if I understood right. > My test is just pulling out/putting in the interconnect LANs, > so split brain comes and goes. > During this test, I can see the following log messages. > It seems that "join id" is not serial.
not globally serial, but definitely so on the local node. what you're seeing here is the crmd getting membership offers from multiple peers (as one would expect while a split-brain is being resolved). > crm receives the messages related to "join id" from ccm layer, actually it doesn't > so it's not a problem of crm, but should "join id" be serial or not? > When it's not serial, some node would be terminated, sometimes. I suspect thats more a function of the membership fluctuations. If you create a bug and include a hb_report archive I'll take a look. > # grep Raising /var/log/ha-debug > crmd[6912]: 2008/10/30_14:21:03 debug: handle_request: Raising I_JOIN_OFFER: > join-1 > crmd[6912]: 2008/10/30_14:21:06 debug: handle_request: Raising > I_JOIN_RESULT: join-1 > crmd[6912]: 2008/10/30_14:22:53 debug: handle_request: Raising I_JOIN_OFFER: > join-1 > crmd[6912]: 2008/10/30_14:22:54 debug: handle_request: Raising > I_JOIN_RESULT: join-1 > crmd[6912]: 2008/10/30_14:25:01 debug: handle_request: Raising I_JOIN_OFFER: > join-4 > crmd[6912]: 2008/10/30_14:25:02 debug: handle_request: Raising > I_JOIN_RESULT: join-4 > crmd[6912]: 2008/10/30_14:30:26 debug: handle_request: Raising I_JOIN_OFFER: > join-3 > crmd[6912]: 2008/10/30_14:32:26 debug: handle_request: Raising I_JOIN_OFFER: > join-4 > crmd[6912]: 2008/10/30_14:32:27 debug: handle_request: Raising > I_JOIN_RESULT: join-4 > crmd[6912]: 2008/10/30_14:36:25 debug: handle_request: Raising I_JOIN_OFFER: > join-1 > crmd[6912]: 2008/10/30_14:36:27 debug: handle_request: Raising I_JOIN_OFFER: > join-2 > crmd[6912]: 2008/10/30_14:36:28 debug: handle_request: Raising > I_JOIN_RESULT: join-2 > crmd[6912]: 2008/10/30_14:36:35 debug: handle_request: Raising I_JOIN_OFFER: > join-3 > crmd[6912]: 2008/10/30_14:36:36 debug: handle_request: Raising I_JOIN_OFFER: > join-5 > crmd[6912]: 2008/10/30_14:36:41 debug: handle_request: Raising > I_JOIN_RESULT: join-5 > crmd[6912]: 2008/10/30_14:36:44 debug: handle_request: Raising I_JOIN_OFFER: > join-6 > crmd[6912]: 2008/10/30_14:36:46 debug: handle_request: Raising > I_JOIN_RESULT: join-6 > crmd[6912]: 2008/10/30_14:37:27 debug: handle_request: Raising I_JOIN_OFFER: > join-5 > crmd[6912]: 2008/10/30_14:37:28 debug: handle_request: Raising > I_JOIN_RESULT: join-5 > crmd[6912]: 2008/10/30_14:37:44 debug: handle_request: Raising I_JOIN_OFFER: > join-10 > crmd[6912]: 2008/10/30_14:37:45 debug: handle_request: Raising I_JOIN_OFFER: > join-11 > crmd[6912]: 2008/10/30_14:37:46 debug: handle_request: Raising > I_JOIN_RESULT: join-11 > crmd[6912]: 2008/10/30_14:38:29 debug: handle_request: Raising I_JOIN_OFFER: > join-2 > crmd[6912]: 2008/10/30_14:38:30 debug: handle_request: Raising > I_JOIN_RESULT: join-2 > crmd[6912]: 2008/10/30_14:38:30 debug: handle_request: Raising > I_JOIN_RESULT: join-12 > crmd[6912]: 2008/10/30_14:38:31 debug: handle_request: Raising I_JOIN_OFFER: > join-3 > crmd[6912]: 2008/10/30_14:38:32 debug: handle_request: Raising I_JOIN_OFFER: > join-4 > crmd[6912]: 2008/10/30_14:38:32 debug: handle_request: Raising I_JOIN_OFFER: > join-5 > crmd[6912]: 2008/10/30_14:38:32 debug: handle_request: Raising > I_JOIN_RESULT: join-14 > > > Best Regards, > Junko Ikeda > > NTT DATA INTELLILINK CORPORATION > > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
