Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
Currently if an exception occurs while UserServer is handling handshake message from UserClient, server terminates the connection which causes the client to not handle the handshake response properly.
This JIRA is to modify the behavior of UserServer when an exception occurs or contents (ex. user/password credentials) of handshake request are not valid to:
– First send a handshake response message with error details
– Then terminate the connection.
As the client always receives the handshake response, it can inform the application about the error if the response has any.
Attachments
Attachments
Issue Links
- depends upon
-
DRILL-2498 Separate QueryResult into two messages QueryResult and QueryData
- Resolved
- is depended upon by
-
DRILL-2672 Update C++ client library to handle user authentication failures.
- Resolved