[ 
https://issues.apache.org/jira/browse/HBASE-25611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17294001#comment-17294001
 ] 

Hudson commented on HBASE-25611:
--------------------------------

Results for branch branch-2.2
        [build #180 on 
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.2/180/]:
 (x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.2/180//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.2/180//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2.2/180//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> ExportSnapshot chmod flag uses value as decimal
> -----------------------------------------------
>
>                 Key: HBASE-25611
>                 URL: https://issues.apache.org/jira/browse/HBASE-25611
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Peter Somogyi
>            Assignee: Peter Somogyi
>            Priority: Major
>             Fix For: 3.0.0-alpha-1, 2.2.7, 2.5.0, 2.3.5, 2.4.2
>
>
> ExportSnapshot reads the chmod flag as a decimal value. In HBase 1 the value 
> is handled as octal as an operator expects it.
> As an example -chmod 755 will result in the following permission:
> {noformat}
> --wxrw--wt   3 hbase hbase        13314534 2021-02-25 12:38 
> /tmp/chmod755/archive/data/default/cluster_test/045e4c368075d2c6d947cba7140c443a/test_cf/f7d5156d44974e7da8c983f08512f6a0
>  {noformat}
> This bug was introduced in HBase 2.0.0 with the migration to Apache CLI.
> Workaround: Use the decimal representation. 755 -> 493 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to