Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CBRD-24719] Add Proxy and CAS status check function (#4246)
http://jira.cubrid.org/browse/CBRD-24719 When JDBC/CCI requests a query and does not receive a response for more than 10 seconds, the driver checks the CAS status through the broker. However, when a shard is set, the shard broker does not have a function to check the status of the proxy and cas, so the driver judges that there is an error in the proxy and cas and terminates the communication. A function that can check the status of proxy and cas should be added through Broker for Shard.
- Loading branch information