[
https://issues.apache.org/jira/browse/HBASE-15385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15250564#comment-15250564
]
Hudson commented on HBASE-15385:
--------------------------------
FAILURE: Integrated in HBase-Trunk_matrix #858 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/858/])
HBASE-15385 PREFETCH_BLOCKS_ON_OPEN in HColumnDescriptor is ignored (stack: rev
fa215a67e20da8c1a450b16db27c73ee3f9d02c0)
* hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestPrefetch.java
* src/main/asciidoc/_chapters/performance.adoc
*
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileReaderImpl.java
> A failed atomic folder rename operation can never recovery for the
> destination file is deleted in Wasb filesystem
> -----------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-15385
> URL: https://issues.apache.org/jira/browse/HBASE-15385
> Project: HBase
> Issue Type: Bug
> Components: hadoop-azure
> Reporter: Liu Shaohui
> Priority: Critical
>
> When using Wsab file system, we found that a failed atomic folder rename
> operation can never recovery for the destination file deleted in Wasb
> filesystem.
> {quota}
> ls: Attempting to complete rename of file
> hbase/azurtst-xiaomi/data/default/YCSBTest/.tabledesc during folder rename
> redo, and file was not found in source or destination.
> {quote}
> The reason is the the file is renamed to the destination file before the
> crash, and the destination file is deleted by another process after crash. So
> the recovery is blocked during finishing the rename operation of this file
> when found the source and destination files all don't exist.
> See: NativeAzureFileSystem.java #finishSingleFileRename
> Another serious problem is that the recovery of atomic rename operation may
> delete new created file which is same name as the source file, because the
> file system don't check if there are rename operation need be redo.
> Suggestions are welcomed~
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)