[jira] [Updated] (HIVE-21825) Improve client error msg when Active/Passive HA is enabled

2019-06-24 Thread Prasanth Jayachandran (JIRA)


 [ 
https://issues.apache.org/jira/browse/HIVE-21825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prasanth Jayachandran updated HIVE-21825:
-
   Resolution: Fixed
Fix Version/s: 3.2.0
   4.0.0
   Status: Resolved  (was: Patch Available)

Committed to master and branch-3.2. Thanks [~rzhappy] for the contribution!

> Improve client error msg when Active/Passive HA is enabled
> --
>
> Key: HIVE-21825
> URL: https://issues.apache.org/jira/browse/HIVE-21825
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 4.0.0, 3.2.0
>Reporter: Prasanth Jayachandran
>Assignee: Richard Zhang
>Priority: Major
>  Labels: pull-request-available
> Fix For: 4.0.0, 3.2.0
>
> Attachments: Hive-21825.1.patch, Hive-21825.2.patch, 
> Hive-21825.3.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When Active/Passive HA is enabled and when client tries to connect to Passive 
> HA or when HS2 is still starting up, clients will receive the following the 
> error msg
> {code:java}
> 'Cannot open sessions on an inactive HS2 instance; use service discovery to 
> connect'{code}
> This error msg can be improved to say that HS2 is still starting up (or more 
> user-friendly error msg). 



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


[jira] [Updated] (HIVE-21825) Improve client error msg when Active/Passive HA is enabled

2019-06-22 Thread Richard Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/HIVE-21825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Zhang updated HIVE-21825:
-
Attachment: Hive-21825.3.patch

> Improve client error msg when Active/Passive HA is enabled
> --
>
> Key: HIVE-21825
> URL: https://issues.apache.org/jira/browse/HIVE-21825
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 4.0.0, 3.2.0
>Reporter: Prasanth Jayachandran
>Assignee: Richard Zhang
>Priority: Major
>  Labels: pull-request-available
> Attachments: Hive-21825.1.patch, Hive-21825.2.patch, 
> Hive-21825.3.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When Active/Passive HA is enabled and when client tries to connect to Passive 
> HA or when HS2 is still starting up, clients will receive the following the 
> error msg
> {code:java}
> 'Cannot open sessions on an inactive HS2 instance; use service discovery to 
> connect'{code}
> This error msg can be improved to say that HS2 is still starting up (or more 
> user-friendly error msg). 



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


[jira] [Updated] (HIVE-21825) Improve client error msg when Active/Passive HA is enabled

2019-06-22 Thread Richard Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/HIVE-21825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Zhang updated HIVE-21825:
-
Attachment: Hive-21825.2.patch

> Improve client error msg when Active/Passive HA is enabled
> --
>
> Key: HIVE-21825
> URL: https://issues.apache.org/jira/browse/HIVE-21825
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 4.0.0, 3.2.0
>Reporter: Prasanth Jayachandran
>Assignee: Richard Zhang
>Priority: Major
>  Labels: pull-request-available
> Attachments: Hive-21825.1.patch, Hive-21825.2.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When Active/Passive HA is enabled and when client tries to connect to Passive 
> HA or when HS2 is still starting up, clients will receive the following the 
> error msg
> {code:java}
> 'Cannot open sessions on an inactive HS2 instance; use service discovery to 
> connect'{code}
> This error msg can be improved to say that HS2 is still starting up (or more 
> user-friendly error msg). 



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


[jira] [Updated] (HIVE-21825) Improve client error msg when Active/Passive HA is enabled

2019-06-21 Thread Richard Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/HIVE-21825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Zhang updated HIVE-21825:
-
Attachment: Hive-21825.1.patch
Status: Patch Available  (was: Open)

> Improve client error msg when Active/Passive HA is enabled
> --
>
> Key: HIVE-21825
> URL: https://issues.apache.org/jira/browse/HIVE-21825
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 4.0.0, 3.2.0
>Reporter: Prasanth Jayachandran
>Assignee: Richard Zhang
>Priority: Major
>  Labels: pull-request-available
> Attachments: Hive-21825.1.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When Active/Passive HA is enabled and when client tries to connect to Passive 
> HA or when HS2 is still starting up, clients will receive the following the 
> error msg
> {code:java}
> 'Cannot open sessions on an inactive HS2 instance; use service discovery to 
> connect'{code}
> This error msg can be improved to say that HS2 is still starting up (or more 
> user-friendly error msg). 



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


[jira] [Updated] (HIVE-21825) Improve client error msg when Active/Passive HA is enabled

2019-06-21 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/HIVE-21825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HIVE-21825:
--
Labels: pull-request-available  (was: )

> Improve client error msg when Active/Passive HA is enabled
> --
>
> Key: HIVE-21825
> URL: https://issues.apache.org/jira/browse/HIVE-21825
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 4.0.0, 3.2.0
>Reporter: Prasanth Jayachandran
>Assignee: Richard Zhang
>Priority: Major
>  Labels: pull-request-available
>
> When Active/Passive HA is enabled and when client tries to connect to Passive 
> HA or when HS2 is still starting up, clients will receive the following the 
> error msg
> {code:java}
> 'Cannot open sessions on an inactive HS2 instance; use service discovery to 
> connect'{code}
> This error msg can be improved to say that HS2 is still starting up (or more 
> user-friendly error msg). 



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