On Mon, 2008-10-20 at 14:20 +0800, Ratbag Patrick wrote: > How To Reproduce: > Using the latest version of whitetank, creat one ckpt, then if one > node's physical network connection is dropped(like unplug the RJ45 > jacket), then at the same time the other node will be blocked at > saRecvRetry() for about 3 seconds. > > > Actually it's not acceptable in my envronment. Could anyone tell me > how to reduce the blocked time(like 3s to 100ms) or tell me if it's a > bug? >
I'll take a look when I have an opportunity. What is the other node doing in saRecvRetry? Reading the checkpoint in a tight loop? If you have many checkpoints that call should still not block but might return SA_AIS_ERR_TRY_AGAIN for some long period of time. Regards -steve > Thanks! > > ______________________________________________________________________ > Discover the new Windows Vista Learn more! > _______________________________________________ > Openais mailing list > [email protected] > https://lists.linux-foundation.org/mailman/listinfo/openais _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
