Commit e67b3bbd authored by helei's avatar helei

adjust annotations

parent 66ed102d
......@@ -180,8 +180,8 @@ bool CircuitBreaker::OnCallEnd(int error_code, int64_t latency) {
// the entire downstream cluster is overloaded. If we isolate nodes at
// this time, may increase the pressure on downstream. On the other hand,
// since the latency corresponding to ELIMIT is usually very small, we
// cannot handle it as a successful request.Here we simply ignore the requests
// that returns ELIMIT.
// cannot handle it as a successful request. Here we simply ignore the requests
// that returned ELIMIT.
if (error_code == ELIMIT) {
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment