blueblue

Results 7 issues of blueblue

when it is the first time to call func record(rtt time.Duration, when time.Time), s.rtt == time.Duration(0). So when we compute new srtt value, we should avoid taking the zero value...

I would like to store a lot of objects into etcd and want to implement graceful deletion( or delayed deletion) for every object. There are two solutions: - Solution A:...

type/question

1. Refactor leader-elect related code 2. Refactor doorman server code and repaire client-connect bug

refactor leader election code and also add retry mechanism when fail to renew lease instead of easily giving up leadership

**Is this a BUG REPORT or FEATURE REQUEST?** (choose one): feature request **What happened**: There is leader election in doorman server, which is achieved by etcd. Set a key with...

**Is this a BUG REPORT or FEATURE REQUEST?** (choose one): feature request **What happened**: Assume only have root level node, there are three doorman servers, one is master and other...

timeout handler would better insert stack info to error when recover from panic.