jjzhang / booth

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

Add support for sync revoke of ticket #27

Closed glzhao closed 12 years ago

glzhao commented 12 years ago

When revoke a ticket, we always need wait a long time (may be DEFAULT_TICKET_EXPIRY sometimes) now. Revoke time can be greatly shortened with this patch.

glzhao commented 12 years ago

Hi, I have updated the branch, you can pull it now, thanks :)

jjzhang commented 12 years ago

Thanks a lot;) One nitpicking suggestion is it might be better that defining OP_START_LEASE and OP_STOP_LEASE in paxos_lease.c rather than paxos_lease.h.