[
https://issues.apache.org/jira/browse/HBASE-14679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14969851#comment-14969851
]
Ted Yu edited comment on HBASE-14679 at 10/22/15 8:35 PM:
----------------------------------------------------------
I haven't dug deep enough to pinpoint the exact cause.
>From what I observed, it was related to security shell test:
{code}
2015-10-22 09:31:32,755 DEBUG [main]
client.ConnectionManager$HConnectionImplementation(1349): locateRegionInMeta
parentTable=hbase:meta, metaLocation=, attempt=1 of 6 failed; retrying after
sleep of 500 because: Failed after attempts=7, exceptions:
Thu Oct 22 09:31:32 PDT 2015, null, java.net.SocketTimeoutException:
callTimeout=60000, callDuration=60756: row 'hbase:acl,,99999999999999' on table
'hbase:meta' at region=hbase:meta,,1.1588230740,
hostname=cn012.a.com,46788,1445530781461, seqNum=0
{code}
was (Author: [email protected]):
I haven't dug deep enough to pinpoint the exact cause.
>From what I observed, it was related to security shell test:
{code}
2015-10-22 09:31:32,755 DEBUG [main]
client.ConnectionManager$HConnectionImplementation(1349): locateRegionInMeta
parentTable=hbase:meta, metaLocation=, attempt=1 of 6 failed; retrying after
sleep of 500 because: Failed after attempts=7, exceptions:
Thu Oct 22 09:31:32 PDT 2015, null, java.net.SocketTimeoutException:
callTimeout=60000, callDuration=60756: row 'hbase:acl,,99999999999999' on table
'hbase:meta' at region=hbase:meta,,1.1588230740,
hostname=cn012.l42scl.hortonworks.com,46788,1445530781461, seqNum=0
{code}
> Separate security shell tests from other shell tests
> ----------------------------------------------------
>
> Key: HBASE-14679
> URL: https://issues.apache.org/jira/browse/HBASE-14679
> Project: HBase
> Issue Type: Task
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Minor
> Attachments: 14679-branch-1-v1.txt
>
>
> TestShell takes a long time to run, sometimes timing out (especially on
> branch-1).
> This issue proposes the following changes:
> separate security shell tests into their own test class
> use unique table names for different tests
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)