jjzhang / booth

The Booth Cluster Ticket Manager
GNU General Public License v2.0
16 stars 37 forks source link

Fixed:change condition when a node send a message to a catchup node #40

Closed seinocluster2 closed 12 years ago

seinocluster2 commented 12 years ago

This fix relate to Bug 5082.

http://bugs.clusterlabs.org/show_bug.cgi?id=5082

When ACT site restart, ACT site need to get a ticket information from SBY site because there is no a ticket information in cib.

jjzhang commented 12 years ago

Hi Yuichi,

Just one site to say the ticket is on another site is not very accurate in some situations. Currently this issue is booth has called pacemaker API to store the data to CIB, and if the local cluster of that site wasn't totally broken, CIB should have that data and then booth should be able to read it afterwards. So I think we should investigate why the data wasn't in CIB for now.