Skip to content
Snippets Groups Projects
Commit d8ad15ae authored by pantianying's avatar pantianying
Browse files

add Notes

parent b8505ae4
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,8 @@ func (di *DubboInvoker) Invoke(ctx context.Context, invocation protocol.Invocati
result protocol.RPCResult
)
if di.reqNum == -1 {
// Generally, this is not the case, because the invoker has been removed from the invoker list before destory
// Generally, the case will not happen, because the invoker has been removed
// from the invoker list before destroy,so no new request will enter the destroyed invoker
logger.Warnf("this dubboInvoker is destroyed")
result.Err = ErrDestroyedInvoker
}
......
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