Skip to content

Commit

Permalink
IGNITE-6574 Remove pending requests in case STATUS_AUTH_FAILURE && cr…
Browse files Browse the repository at this point in the history
…edentials == null.
  • Loading branch information
akuznetsov-os committed Oct 6, 2017
1 parent 35589a7 commit 85261a3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,8 @@ private void handleClientResponse(TcpClientFuture fut, GridClientResponse resp)
"(client has no credentials) [clientId=" + clientId +
", srvAddr=" + serverAddress() + ", errMsg=" + resp.errorMessage() +']'));

removePending(resp.requestId());

return;
}

Expand Down

0 comments on commit 85261a3

Please sign in to comment.