[
https://issues.apache.org/jira/browse/IGNITE-27134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18041845#comment-18041845
]
Pavel Pereslegin edited comment on IGNITE-27134 at 12/1/25 2:27 PM:
--------------------------------------------------------------------
{{RetryPolicy}} has no Impact on the background reconnection procedure, so it
cannot be used as {{reconnectThrottlingRetries}}.
RetryPolicy only affects read operations; currently, all SQL queries are write
operations, so there is no point in making the RetryPolicy setting publicly
accessible.
was (Author: xtern):
{{RetryPolicy}} has no Impact on the background reconnection procedure, so it
cannot be used as {{reconnectThrottlingRetries}}.
RetryPolicy only affects read operations; currently, all SQL queries are write
operations (since they cannot be separated at the thin client level), so there
is no point in making the RetryPolicy setting publicly accessible.
> Jdbc. Unsupported connection properties reconnectThrottlingPeriod,
> reconnectThrottlingRetries
> ---------------------------------------------------------------------------------------------
>
> Key: IGNITE-27134
> URL: https://issues.apache.org/jira/browse/IGNITE-27134
> Project: Ignite
> Issue Type: Bug
> Components: jdbc ai3
> Reporter: Pavel Pereslegin
> Assignee: Pavel Pereslegin
> Priority: Major
> Labels: ignite-3
> Fix For: 3.2
>
> Time Spent: 4h
> Remaining Estimate: 0h
>
> Apache Ignite 3.1 JDBC documentation
> [mentions|https://ignite.apache.org/docs/ignite3/latest/developers-guide/clients/jdbc-driver#setting-up]
> unsupported properties:
> {noformat}
> reconnectThrottlingPeriod - Reconnect throttling period, in milliseconds. 0
> means there is no limit. Default value: 30_000.
> reconnectThrottlingRetries - Reconnect throttling retries. 0 means there is
> no limit. Default value: 3.
> {noformat}
> We need to remove the mention of them, or add support for them.
> Regarding support,
> {{reconnectThrottlingPeriod}} can be used to specify the thin client's
> {{backgroundReconnectInterval}}.
> {{reconnectThrottlingRetries}} can be used to set max attempts of
> {{RetryLimitPolicy}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)