ptupitsyn commented on code in PR #949:
URL: https://github.com/apache/ignite-3/pull/949#discussion_r925926915
##########
modules/client/src/main/java/org/apache/ignite/internal/client/ReliableChannel.java:
##########
@@ -683,7 +683,8 @@ private ClientChannel getOrCreateChannel(boolean
ignoreThrottling)
}
if (!ignoreThrottling && applyReconnectionThrottling()) {
- throw new IgniteClientConnectionException("Reconnect
is not allowed due to applied throttling");
+ //noinspection
NonPrivateFieldAccessedInSynchronizedContext
+ throw new IgniteClientConnectionException(UNKNOWN_ERR,
"Reconnect is not allowed due to applied throttling");
Review Comment:
Fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]