-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#266: Fix NoHostAvailableException when connecting to YugaByte YCQL s…
…ervice using DataStax DSE driver Summary: Apache Cassandra Java driver and the like rely on the unsupported protocol error response to contain the specific error message "Invalid or unsupported protocol version" to recognize the unspported protocol version error. So this revision changes YCQL service to return the specific error message so that the client driver will handle the unsupported protocol version properly. Test Plan: TestBasicStatements.testUnsupportedProtocol Reviewers: mihnea Reviewed By: mihnea Subscribers: yql Differential Revision: https://phabricator.dev.yugabyte.com/D4739
- Loading branch information
1 parent
eb2a6d3
commit 4e315a9
Showing
3 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters