[
https://issues.apache.org/jira/browse/HADOOP-12089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14593972#comment-14593972
]
Hadoop QA commented on HADOOP-12089:
------------------------------------
\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | pre-patch | 15m 26s | Pre-patch trunk compilation is
healthy. |
| {color:green}+1{color} | @author | 0m 0s | The patch does not contain any
@author tags. |
| {color:red}-1{color} | tests included | 0m 0s | The patch doesn't appear
to include any new or modified tests. Please justify why no new tests are
needed for this patch. Also please list what manual steps were performed to
verify this patch. |
| {color:green}+1{color} | javac | 7m 37s | There were no new javac warning
messages. |
| {color:green}+1{color} | javadoc | 9m 41s | There were no new javadoc
warning messages. |
| {color:green}+1{color} | release audit | 0m 22s | The applied patch does
not increase the total number of release audit warnings. |
| {color:green}+1{color} | checkstyle | 0m 20s | There were no new checkstyle
issues. |
| {color:green}+1{color} | whitespace | 0m 0s | The patch has no lines that
end in whitespace. |
| {color:green}+1{color} | install | 1m 36s | mvn install still works. |
| {color:green}+1{color} | eclipse:eclipse | 0m 37s | The patch built with
eclipse:eclipse. |
| {color:red}-1{color} | findbugs | 0m 53s | The patch appears to introduce 1
new Findbugs (version 3.0.0) warnings. |
| {color:green}+1{color} | tools/hadoop tests | 1m 12s | Tests passed in
hadoop-azure. |
| | | 37m 47s | |
\\
\\
|| Reason || Tests ||
| FindBugs | module:hadoop-azure |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12739655/HADOOP-12089.01.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / b42f1ec |
| Findbugs warnings |
https://builds.apache.org/job/PreCommit-HADOOP-Build/6993/artifact/patchprocess/newPatchFindbugsWarningshadoop-azure.html
|
| hadoop-azure test log |
https://builds.apache.org/job/PreCommit-HADOOP-Build/6993/artifact/patchprocess/testrun_hadoop-azure.txt
|
| Test Results |
https://builds.apache.org/job/PreCommit-HADOOP-Build/6993/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf900.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP
PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Console output |
https://builds.apache.org/job/PreCommit-HADOOP-Build/6993/console |
This message was automatically generated.
> StorageException complaining " no lease ID" when updating
> FolderLastModifiedTime in WASB
> ----------------------------------------------------------------------------------------
>
> Key: HADOOP-12089
> URL: https://issues.apache.org/jira/browse/HADOOP-12089
> Project: Hadoop Common
> Issue Type: Bug
> Components: tools
> Affects Versions: 2.7.0
> Reporter: Duo Xu
> Assignee: Duo Xu
> Attachments: HADOOP-12089.01.patch
>
>
> This is a similar issue to HADOOP-11523. HADOOP-11523 happens when HBase is
> doing distributed log splitting. This JIRA happens when HBase is deleting old
> WALs and trying to update /hbase/oldWALs folder.
> The fix is the same as HADOOP-11523.
> {code}
> 2015-06-10 08:11:40,636 WARN
> org.apache.hadoop.hbase.master.cleaner.CleanerChore: Error while deleting:
> wasb://[email protected]/hbase/oldWALs/workernode10.dthbasecus1.g1.internal.cloudapp.net%2C60020%2C1433908062461.1433921692855
> org.apache.hadoop.fs.azure.AzureException:
> com.microsoft.azure.storage.StorageException: There is currently a lease on
> the blob and no lease ID was specified in the request.
> at
> org.apache.hadoop.fs.azure.AzureNativeFileSystemStore.updateFolderLastModifiedTime(AzureNativeFileSystemStore.java:2602)
> at
> org.apache.hadoop.fs.azure.AzureNativeFileSystemStore.updateFolderLastModifiedTime(AzureNativeFileSystemStore.java:2613)
> at
> org.apache.hadoop.fs.azure.NativeAzureFileSystem.delete(NativeAzureFileSystem.java:1505)
> at
> org.apache.hadoop.fs.azure.NativeAzureFileSystem.delete(NativeAzureFileSystem.java:1437)
> at
> org.apache.hadoop.hbase.master.cleaner.CleanerChore.checkAndDeleteFiles(CleanerChore.java:256)
> at
> org.apache.hadoop.hbase.master.cleaner.CleanerChore.checkAndDeleteEntries(CleanerChore.java:157)
> at
> org.apache.hadoop.hbase.master.cleaner.CleanerChore.chore(CleanerChore.java:124)
> at org.apache.hadoop.hbase.Chore.run(Chore.java:80)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: com.microsoft.azure.storage.StorageException: There is currently a
> lease on the blob and no lease ID was specified in the request.
> at
> com.microsoft.azure.storage.StorageException.translateException(StorageException.java:162)
> at
> com.microsoft.azure.storage.core.StorageRequest.materializeException(StorageRequest.java:307)
> at
> com.microsoft.azure.storage.core.ExecutionEngine.executeWithRetry(ExecutionEngine.java:177)
> at
> com.microsoft.azure.storage.blob.CloudBlob.uploadProperties(CloudBlob.java:2991)
> at
> org.apache.hadoop.fs.azure.StorageInterfaceImpl$CloudBlobWrapperImpl.uploadProperties(StorageInterfaceImpl.java:372)
> at
> org.apache.hadoop.fs.azure.AzureNativeFileSystemStore.updateFolderLastModifiedTime(AzureNativeFileSystemStore.java:2597)
> ... 8 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)