Skip to content
Snippets Groups Projects
Commit 7a9a6f18 authored by Ian Luo's avatar Ian Luo
Browse files

fix typo in comment

parent 5cab01d4
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ func (r *HealthCheckRouter) Route(invokers *roaring.Bitmap, cache router.Cache,
addrPool := cache.FindAddrPool(r)
// Add healthy invoker to the list
healthyInvokers := utils.JoinIfNotEqual(addrPool[healthy], invokers)
// If all Invoke are considered unhealthy, downgrade to all invoker
// If all invokers are considered unhealthy, downgrade to all invoker
if healthyInvokers.IsEmpty() {
logger.Warnf(" Now all invokers are unhealthy, so downgraded to all! Service: [%s]", url.ServiceKey())
return invokers
......
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