You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Hari Sekhon (JIRA)" <ji...@apache.org> on 2015/07/21 13:02:05 UTC

[jira] [Created] (DRILL-3523) Drill client CLI does not reconnect to Drillbit after long period of inactivity

Hari Sekhon created DRILL-3523:
----------------------------------

             Summary: Drill client CLI does not reconnect to Drillbit after long period of inactivity
                 Key: DRILL-3523
                 URL: https://issues.apache.org/jira/browse/DRILL-3523
             Project: Apache Drill
          Issue Type: Bug
          Components: Client - CLI
    Affects Versions: 1.1.0
            Reporter: Hari Sekhon
            Assignee: Daniel Barclay (Drill)
            Priority: Minor


After a period of inactivity in the Drill CLI client before issuing another statement, it appears to time out the session/connection and the client returns an error instead of reconnecting to Drill.

It should instead just implicitly "!reconnect" itself since I can't think of a good reason why I have to do this by hand every time.

Unlike in DRILL-3514 the drillbit in this case was never restarted, although the same fix could probably solve both issues.

The error received when trying to issue a new query after some absence is:
{code}Error: CONNECTION ERROR: Connection /x.x.x.x:54367 <--> /x.x.x.x:31010 (user client) closed unexpectedly.

[Error Id: 68714cc2-65f5-4cac-b062-44331f8f4c31 ] (state=,code=0)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)