xtern commented on code in PR #7093:
URL: https://github.com/apache/ignite-3/pull/7093#discussion_r2569108492
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/client/ItThinClientChannelValidatorTest.java:
##########
@@ -207,7 +208,7 @@ private IgniteClient startClient(long reconnectInterval,
ChannelValidator channe
null,
IgniteClientConfigurationImpl.DFLT_HEARTBEAT_INTERVAL,
IgniteClientConfigurationImpl.DFLT_HEARTBEAT_TIMEOUT,
- new RetryLimitPolicy(),
+ new RetryReadPolicy(),
Review Comment:
I've changed this also, because I introduced channel validator specifically
for jdbc to able validate node version when connection established.
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/client/ItThinClientChannelValidatorTest.java:
##########
@@ -207,7 +208,7 @@ private IgniteClient startClient(long reconnectInterval,
ChannelValidator channe
null,
IgniteClientConfigurationImpl.DFLT_HEARTBEAT_INTERVAL,
IgniteClientConfigurationImpl.DFLT_HEARTBEAT_TIMEOUT,
- new RetryLimitPolicy(),
+ new RetryReadPolicy(),
Review Comment:
I've changed this also, because I introduced channel validator specifically
for jdbc to able validate node version when connection established.
--
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]