> It means that heartbeat can't deliver a message if the uncompressed
> size is bigger than 2MB.
> It also means that heartbeat can't deliver a message if, after
> compressing the message, the size is still bigger than 256kB.

I see,
First control gate is 2MB, second is 256kB.

> 
> > If MAXMSG(256kbyte) is sent as it is, sendto() will not be able to
handle
> > it, because the max size for sendto() is 64kbyte.
> > 256kbyte message should be split into pieces before sending as packet.
> > by the way, I set "bcast" in ha.cf as media.
> 
> I assume you're working on a patch for this?

That means, heartbeat doesn't care for 256kB message before putting it to
sendto()...

> 
> > and, openais...
> > Unfortunately, we don't have enough experience to select this.
> 
> I highly suggest you rectify that.

It's hard to convince many managers in a moment.

Thanks,
Junko

_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to