[
https://issues.apache.org/jira/browse/TAJO-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357974#comment-14357974
]
ASF GitHub Bot commented on TAJO-1394:
--------------------------------------
GitHub user navis opened a pull request:
https://github.com/apache/tajo/pull/414
TAJO-1394 Support reconnect on tsql
Just reconnect on "invalid session" message and update session vars in
local stash to server.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/navis/tajo TAJO-1394
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/414.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #414
----
commit 8c0d33b92cad0c52858056b25a1c0631d2a9d985
Author: navis.ryu <[email protected]>
Date: 2015-03-12T01:57:53Z
TAJO-1394 Support reconnect on tsql
----
> Support reconnect on tsql
> -------------------------
>
> Key: TAJO-1394
> URL: https://issues.apache.org/jira/browse/TAJO-1394
> Project: Tajo
> Issue Type: Improvement
> Components: cli
> Reporter: Navis
> Assignee: Navis
> Priority: Trivial
>
> In development, we need restart tajo-master frequently. But then we should
> restart all tsql clients also, which is a little annoying.
> With the new option "--reconnect" for tsql, we can make our life easier, a
> little bit.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)