[
https://issues.apache.org/jira/browse/HBASE-21457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16682531#comment-16682531
]
Josh Elser edited comment on HBASE-21457 at 11/10/18 6:10 PM:
--------------------------------------------------------------
{quote}Looking for where the timeout should be increased.
{quote}
If it's not explicit, maybe it's inherited from the test-categorization?
{quote}
200 seconds were really long. Though I don't see meaningful exception in test
output related to master initialization.
{quote}
Other B&R tests seem to have run for over 600s. Is an exception not being
logged correctly? Is there some timeout happening within hadoop mini clusters?
There doesn't seem to be an obvious reason in HBase as to where this timeout is
coming from, but you have the tools to dig in to figure out why this happens.
was (Author: elserj):
{quote}Looking for where the timeout should be increased.
{quote}
If it's not explicit, maybe it's inherited from the test-categorization?
{quote}
200 seconds were really long. Though I don't see meaningful exception in test
output related to master initialization.
{quote}
Other B&R tests seem to have run for over 600s. Is an exception not being
logged correctly? Is there some timeout happening within hadoop mini clusters?
> BackupUtils#getWALFilesOlderThan refers to wrong FileSystem
> -----------------------------------------------------------
>
> Key: HBASE-21457
> URL: https://issues.apache.org/jira/browse/HBASE-21457
> Project: HBase
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: Janos Gub
> Assignee: Ted Yu
> Priority: Major
> Attachments: 21457.v1.txt, 21457.v2.txt, 21457.v3.txt, 21457.v3.txt
>
>
> Janos reported seeing backup test failure when testing a local HDFS for WALs
> while using WASB/ADLS only for store files.
> Janos spotted the code in BackupUtils#getWALFilesOlderThan which uses HBase
> root dir for retrieving WAL files.
> We should use the helper methods from CommonFSUtils.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)