You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to change protocol setting ( mentioned at ) ( protocol.io.threads ) for a given connection. I have set "protocol.io.threads" in java.util.properties() and passed that to java.sql.DriverManager.getConnection(dbUrl,properties) to create the connection. But looks like it is still working on default size ( 3) only.
I used the same way to set "housekeeper.enabled" and worked perfectly. How come it is not working for "protocol.io.threads" ?
Please let me know how can we change it ?
We are using 0.8.4 version of jar as dependency.
The text was updated successfully, but these errors were encountered:
I want to change protocol setting ( mentioned at ) ( protocol.io.threads ) for a given connection. I have set "protocol.io.threads" in java.util.properties() and passed that to java.sql.DriverManager.getConnection(dbUrl,properties) to create the connection. But looks like it is still working on default size ( 3) only.
I used the same way to set "housekeeper.enabled" and worked perfectly. How come it is not working for "protocol.io.threads" ?
Please let me know how can we change it ?
We are using 0.8.4 version of jar as dependency.
The text was updated successfully, but these errors were encountered: