[ 
https://issues.apache.org/jira/browse/IGNITE-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377883#comment-16377883
 ] 

Denis Magda commented on IGNITE-6400:
-------------------------------------

[~pgarg] , please update the parameters table from this section

[https://apacheignite-sql.readme.io/docs/jdbc-driver#section-cluster-configuration]

 

with the new parameters that were added in 2.4:

[https://github.com/apache/ignite/blob/ignite-2.4/modules/core/src/main/java/org/apache/ignite/configuration/ClientConnectorConfiguration.java]

 

Briefly comparing 1 to 2, I see the following changes:
{code:java}
/** Idle timeout. */
private long idleTimeout = DFLT_IDLE_TIMEOUT;
/** JDBC connections enabled flag. */
private boolean jdbcEnabled = true;
/** ODBC connections enabled flag. */
private boolean odbcEnabled = true;
/** JDBC connections enabled flag. */
private boolean thinCliEnabled = true;{code}
 

Check up the ODBC counterpart that needs to be updated too:

[https://apacheignite-sql.readme.io/docs/odbc-driver#cluster-configuration]

 

> Document ClientConnectorConfiguration
> -------------------------------------
>
>                 Key: IGNITE-6400
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6400
>             Project: Ignite
>          Issue Type: Task
>          Components: documentation, thin client
>            Reporter: Vladimir Ozerov
>            Assignee: Vladimir Ozerov
>            Priority: Major
>             Fix For: 2.4
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to