xtern commented on code in PR #7093:
URL: https://github.com/apache/ignite-3/pull/7093#discussion_r2576066672


##########
docs/_docs/developers-guide/clients/jdbc-driver.adoc:
##########


Review Comment:
   Yes, it's intentional.
   Old properties were
   ```
   reconnectThrottlingPeriod
   reconnectThrottlingRetries
   ```
   I thought that RetryPolicy retries count is something similar to 
`reconnectThrottlingRetries`, but it isn't.  It doesn't affect 
`backgroundReconnectInterval`.
   
   From JDBC point of view it affects count of retries when we performing 
"initial" cluster connection, but it seems that this is incorrect behavior 
([IGNITE-27214](https://issues.apache.org/jira/browse/IGNITE-27214)).



-- 
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]

Reply via email to