[ https://issues.apache.org/jira/browse/HIVE-12234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Szehon Ho updated HIVE-12234: ----------------------------- Description: Beeline !quit calls close(), which then does the following check: {noformat} beeLine.getDatabaseConnection().getConnection() != null {noformat} This inadvertently tries to connect again. was: Beeline !quit calls close, which calls close(), which then does the following check: {noformat} beeLine.getDatabaseConnection().getConnection() != null {noformat} This inadvertently tries to connect again. > Beeline quit tries to connect again if no existing connections > -------------------------------------------------------------- > > Key: HIVE-12234 > URL: https://issues.apache.org/jira/browse/HIVE-12234 > Project: Hive > Issue Type: Bug > Reporter: Szehon Ho > Priority: Minor > > Beeline !quit calls close(), which then does the following check: > {noformat} > beeLine.getDatabaseConnection().getConnection() != null > {noformat} > This inadvertently tries to connect again. -- This message was sent by Atlassian JIRA (v6.3.4#6332)