[ 
https://issues.apache.org/jira/browse/IGNITE-27300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pavel Pereslegin updated IGNITE-27300:
--------------------------------------
    Summary: Jdbc. Use product version as the JDBC driver version in 
compatibility error message  (was: Jdbc. Use product version as the JDBC driver 
version in compatibility error)

> Jdbc. Use product version as the JDBC driver version in compatibility error 
> message
> -----------------------------------------------------------------------------------
>
>                 Key: IGNITE-27300
>                 URL: https://issues.apache.org/jira/browse/IGNITE-27300
>             Project: Ignite
>          Issue Type: Improvement
>          Components: jdbc ai3
>            Reporter: Pavel Pereslegin
>            Assignee: Pavel Pereslegin
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.2
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> JDBC driver from ignite 3.2 was reworked and is not compatible with server 
> version < 3.2.
> Special handling was introduced in IGNITE-26146.
> Currently, when trying to connect to node version 3.1, the following error 
> raised
> {noformat}
> Caused by: org.apache.ignite.client.IgniteClientConnectionException: 
> IGN-CLIENT-1 Connection to node aborted, because the node does not support 
> the feature required by the driver being used. Please refer to the 
> documentation and use a compatible version of the JDBC driver to connect to 
> this node [name=node1, address=127.0.0.1:10800, productVersion=3.1.0, 
> driverVersion=3.0]
> {noformat}
> The following is not informative
> {noformat}
> name=node1, address=127.0.0.1:10800, productVersion=3.1.0, driverVersion=3.0
> {noformat}
> should be something like this:
> {noformat}
> nodeName=node1, nodeAddress=127.0.0.1:10800, nodeVersion=3.1.0, 
> driverVersion=3.2.0
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to