[
https://issues.apache.org/jira/browse/HBASE-21457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16680670#comment-16680670
]
Tak Lon (Stephen) Wu commented on HBASE-21457:
----------------------------------------------
I saw this error before, so it seems the changes increase the mini cluster
startup duration.
{noformat}
-------------------------------------------------------------------------------
Test set: org.apache.hadoop.hbase.backup.TestRemoteBackup
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 268.854 s <<<
FAILURE! - in org.apache.hadoop.hbase.backup.TestRemoteBackup
testFullBackupRemote(org.apache.hadoop.hbase.backup.TestRemoteBackup) Time
elapsed: 267.277 s <<< ERROR!
java.io.IOException: Shutting down
at
org.apache.hadoop.hbase.backup.TestRemoteBackup.setUp(TestRemoteBackup.java:59)
Caused by: java.lang.RuntimeException: Master not initialized after 200000ms
at
org.apache.hadoop.hbase.backup.TestRemoteBackup.setUp(TestRemoteBackup.java:59)
{noformat}
> 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)