[
https://issues.apache.org/jira/browse/DRILL-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14906818#comment-14906818
]
ASF GitHub Bot commented on DRILL-1343:
---------------------------------------
GitHub user hsuanyi opened a pull request:
https://github.com/apache/drill/pull/167
DRILL-1343: Drill should timeout after short time if a storage plugin…
… is unresponsive.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hsuanyi/incubator-drill DRILL-1343
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/167.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 #167
----
commit 939fb285a7594f71ae84a8843aeb0b144e2e1648
Author: Hsuan-Yi Chu <[email protected]>
Date: 2015-09-23T23:12:24Z
DRILL-1343: Drill should timeout after short time if a storage plugin is
unresponsive.
----
> Drill should time out after short time if a storage plugin is unresponsive.
> ---------------------------------------------------------------------------
>
> Key: DRILL-1343
> URL: https://issues.apache.org/jira/browse/DRILL-1343
> Project: Apache Drill
> Issue Type: Bug
> Components: Execution - Flow
> Reporter: Zhiyong Liu
> Assignee: Sean Hsuan-Yi Chu
> Priority: Minor
> Fix For: 1.2.0
>
> Attachments: DRILL-1343.1.patch, DRILL-1343.2.patch,
> DRILL-1343.3.patch
>
>
> git.commit.id.abbrev=654c879
> git.commit.id=654c879f7caa13925edca911de1b59d04d8f1a8b
> Start drillbit and sqlline with a schema specified, e.g.,
> sqlline -n admin -p admin -u
> "jdbc:drill:schema=dfs.TpcHMulti;zk=10.10.30.104:5181,10.10.30.105:5181,10.10.30.106:5181"
> Execute one of the following:
> show tables;
> select * from INFORMATION_SCHEMA.`TABLES`;
> The commands hang forever. No exception was thrown in the log file.
> Note that if using zk=local, the second query works with no hanging problems.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)