[
https://issues.apache.org/jira/browse/HBASE-22194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bahram Chehrazy updated HBASE-22194:
------------------------------------
Description:
These unittests are failing on Windows because the temporary snapshot file path
is not valid.
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplica
was:
While working on a patch for HBASE-22060, I noticed that a unit test started
failing because region server crashed with NPE during initialization and after
aborting the master. It turned out that access to the rssStub was not
synchronized.
The existing code in HRegionServer already takes care of this fact by copying
and null checking in most places, but there are a couple ones that are not so
careful. Those are in reportForDuty and abort methods.
> Snapshot unittests fail on Windows due to invalid file path uri
> ---------------------------------------------------------------
>
> Key: HBASE-22194
> URL: https://issues.apache.org/jira/browse/HBASE-22194
> Project: HBase
> Issue Type: Bug
> Components: regionserver
> Affects Versions: 3.0.0, 2.2.0
> Reporter: Bahram Chehrazy
> Assignee: Bahram Chehrazy
> Priority: Major
>
> These unittests are failing on Windows because the temporary snapshot file
> path is not valid.
> hadoop.hbase.client.TestSnapshotTemporaryDirectory
> hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
> hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplica
>
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)