Re: [PR] HBASE-28311 Few ITs (using MiniMRYarnCluster on hadoop-2) are failing… [hbase]

2024-01-14 Thread via GitHub


NihalJain commented on code in PR #5625:
URL: https://github.com/apache/hbase/pull/5625#discussion_r1452020487


##
hbase-it/pom.xml:
##
@@ -408,6 +408,10 @@
   org.apache.hadoop
   hadoop-minikdc
 
+

Review Comment:
   
   I checked there earlier. We are not excluding this dependency which is 
coming via hadoop-minicluster and hence tests run fine there



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] StorefileRefresherChore should not refresh readonly table [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5627:
URL: https://github.com/apache/hbase/pull/5627#issuecomment-1891495123

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   3m 39s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  4s |  Unprocessed flag(s): 
--brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list 
--whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ branch-2 Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   2m 31s |  branch-2 passed  |
   | +1 :green_heart: |  compile  |   0m 43s |  branch-2 passed  |
   | +1 :green_heart: |  shadedjars  |   4m 42s |  branch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 25s |  branch-2 passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   2m 22s |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 42s |  the patch passed  |
   | +1 :green_heart: |  javac  |   0m 42s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   4m 42s |  patch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 25s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  | 223m 42s |  hbase-server in the patch passed.  
|
   |  |   | 248m 10s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5627/1/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5627 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux c9725f2d4555 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 
11:28:33 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2 / 9878b14906 |
   | Default Java | Temurin-1.8.0_352-b08 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5627/1/testReport/
 |
   | Max. process+thread count | 4435 (vs. ulimit of 3) |
   | modules | C: hbase-server U: hbase-server |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5627/1/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28311 Few ITs (using MiniMRYarnCluster on hadoop-2) are failing… [hbase]

2024-01-14 Thread via GitHub


Apache9 commented on code in PR #5625:
URL: https://github.com/apache/hbase/pull/5625#discussion_r1452017389


##
hbase-it/pom.xml:
##
@@ -408,6 +408,10 @@
   org.apache.hadoop
   hadoop-minikdc
 
+

Review Comment:
   I think the exclusion is done via HBASE-22052? Seems it is required by 
MiniMRYarnCluster? How do we handle this problem in other modules, such as 
hbase-mapreduce?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-27814 Add support for dump and process metrics servlet in REST … [hbase]

2024-01-14 Thread via GitHub


ndimiduk commented on PR #5215:
URL: https://github.com/apache/hbase/pull/5215#issuecomment-1891486125

   Thanks a lot for seeing this one through, and for taking the time to file 
follow-up issues !


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-27814 Add support for dump and process metrics servlet in REST … [hbase]

2024-01-14 Thread via GitHub


ndimiduk commented on PR #5215:
URL: https://github.com/apache/hbase/pull/5215#issuecomment-1891485550

   @NihalJain 
   
   > Can we keep this inside test resources of hbase REST? Might be useful for 
others as well. Please let me know what you think.
   
   You mean keep the postman config definition? Can it be used for an automated 
testing? I've used postman before, for API development and manual testing, but 
I've never tried to wire it up to a maven test phase. I am in favor of 
improving our test coverage if it's lacking.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] StorefileRefresherChore should not refresh readonly table [hbase]

2024-01-14 Thread via GitHub


Apache9 commented on PR #5627:
URL: https://github.com/apache/hbase/pull/5627#issuecomment-1891477237

   Thanks for opening a PR.
   
   HBase uses jira for tracking issue, please follow guide on our readme page 
to register a jira account and open a jira issue for this PR.
   
   https://github.com/apache/hbase?tab=readme-ov-file#how-to-contribute
   
   And in HBase, usually we will open PR against master branch first, and then 
cherry-pick to other branches, unless it is only a problem for a specific 
branch.
   
   Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28311 Few ITs (using MiniMRYarnCluster on hadoop-2) are failing… [hbase]

2024-01-14 Thread via GitHub


NihalJain commented on code in PR #5625:
URL: https://github.com/apache/hbase/pull/5625#discussion_r1452012000


##
hbase-it/pom.xml:
##
@@ -408,6 +408,10 @@
   org.apache.hadoop
   hadoop-minikdc
 
+

Review Comment:
   ```com.sun.jersey:jersey-core``` is missing as it is being excluded in 
pom.xml. Also ```hbase-testing-util ``` is already a dependency to this project 
and it excludes ```com.sun.jersey:jersey-core``` which is what this PR is 
trying to override by defining the ```hbase-testing-util ``` w/o exclusion on 
```com.sun.jersey:jersey-core```. See 
https://github.com/apache/hbase/blob/7016c640960dd875f2daf78601dc68bfe14a1219/hbase-it/pom.xml#L96



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28311 Few ITs (using MiniMRYarnCluster on hadoop-2) are failing… [hbase]

2024-01-14 Thread via GitHub


NihalJain commented on code in PR #5625:
URL: https://github.com/apache/hbase/pull/5625#discussion_r1452012000


##
hbase-it/pom.xml:
##
@@ -408,6 +408,10 @@
   org.apache.hadoop
   hadoop-minikdc
 
+

Review Comment:
   ```com.sun.jersey:jersey-core``` is missing as it is being excluded in 
hbase-it/pom.xml. Also ```hbase-testing-util ``` is already a dependency to 
this project and it excludes ```com.sun.jersey:jersey-core``` which is what 
this PR is trying to override by defining the ```hbase-testing-util ``` w/o 
exclusion on ```com.sun.jersey:jersey-core```. See 
https://github.com/apache/hbase/blob/7016c640960dd875f2daf78601dc68bfe14a1219/hbase-it/pom.xml#L96



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28311 Few ITs (using MiniMRYarnCluster on hadoop-2) are failing… [hbase]

2024-01-14 Thread via GitHub


NihalJain commented on PR #5625:
URL: https://github.com/apache/hbase/pull/5625#issuecomment-1891474120

   ```com.sun.jersey:jersey-core``` is missing as it is being excluded in 
pom.xml. Also ```hbase-testing-util ``` is already a dependency to this project 
and it excludes ```com.sun.jersey:jersey-core``` which is what this PR is 
trying to override by defining the ```hbase-testing-util ``` w/o exclusion on 
```com.sun.jersey:jersey-core```. See 
https://github.com/apache/hbase/blob/7016c640960dd875f2daf78601dc68bfe14a1219/hbase-it/pom.xml#L96


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] StorefileRefresherChore should not refresh readonly table [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5627:
URL: https://github.com/apache/hbase/pull/5627#issuecomment-1891471401

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   0m 41s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  4s |  Unprocessed flag(s): 
--brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list 
--whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ branch-2 Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   3m 15s |  branch-2 passed  |
   | +1 :green_heart: |  compile  |   0m 42s |  branch-2 passed  |
   | +1 :green_heart: |  shadedjars  |   5m 31s |  branch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 24s |  branch-2 passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   2m 40s |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 43s |  the patch passed  |
   | +1 :green_heart: |  javac  |   0m 43s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   5m 31s |  patch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 22s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  | 211m 59s |  hbase-server in the patch passed.  
|
   |  |   | 235m 49s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5627/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5627 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux 8e25c4bd0f10 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 
23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2 / 9878b14906 |
   | Default Java | Eclipse Adoptium-11.0.17+8 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5627/1/testReport/
 |
   | Max. process+thread count | 4411 (vs. ulimit of 3) |
   | modules | C: hbase-server U: hbase-server |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5627/1/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (HBASE-27814) Add support for dump and process metrics servlet in REST InfoServer

2024-01-14 Thread Hudson (Jira)


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

Hudson commented on HBASE-27814:


Results for branch branch-2
[build #964 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/964/]: 
(x) *{color:red}-1 overall{color}*

details (if available):

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


(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/964/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/964/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/964/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


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


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


> Add support for dump and process metrics servlet in REST InfoServer
> ---
>
> Key: HBASE-27814
> URL: https://issues.apache.org/jira/browse/HBASE-27814
> Project: HBase
>  Issue Type: Sub-task
>  Components: REST
>Reporter: Nihal Jain
>Assignee: Nihal Jain
>Priority: Minor
> Fix For: 2.7.0, 3.0.0-beta-2
>
>
> Unlike other HBase Master/RS Info Servers, HBase REST Server does not provide 
> a way to:
>  * Get debug dump for quick access to stacks, logs etc.
>  * Get process metrics like threads, gc collectors etc.
> This task is add the above in HBase REST InfoServer.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (HBASE-27402) Clone Scan in ClientScanner to avoid errors with Scan re-used

2024-01-14 Thread Hudson (Jira)


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

Hudson commented on HBASE-27402:


Results for branch branch-2
[build #964 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/964/]: 
(x) *{color:red}-1 overall{color}*

details (if available):

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


(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/964/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/964/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/964/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


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


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


> Clone Scan in ClientScanner to avoid errors with Scan re-used
> -
>
> Key: HBASE-27402
> URL: https://issues.apache.org/jira/browse/HBASE-27402
> Project: HBase
>  Issue Type: Improvement
>Reporter: Bryan Beaudreault
>Assignee: Bryan Beaudreault
>Priority: Major
>  Labels: patch-available
> Fix For: 2.6.0
>
>
> This has come up before in https://issues.apache.org/jira/browse/HBASE-1774 
> and https://issues.apache.org/jira/browse/HBASE-4891. The major pushback was 
> around ScanMetrics, which relied on sharing a mutable Scan object.
> Since https://issues.apache.org/jira/browse/HBASE-17584, ScanMetrics are 
> available on ResultScanner and the method on Scan was deprecated (removed in 
> master).
> I think this issue became pretty urgent in 
> https://issues.apache.org/jira/browse/HBASE-17167, when we started passing 
> mvcc into the Scan object. If a user unknowingly reuses the Scan object, this 
> can seem like data loss since the Scan will return none of the expected data. 
>  We recently hit this in our upgrade from hbase client 1.2 to 2.4.6, where 
> use-cases that had worked in 1.2 suddenly started returning no results in 
> 2.4.6. It's very hard to debug.
> I suggest that we now add the clone in master branch. For branch-2, I think 
> we could put it behind a config param to preserve backwards compatibility of 
> Scan.getScanMetrics. If the config param is enabled, scan cloning occurs and 
> Scan.getScanMetrics will be inaccurate. Personally I think this is far better 
> scenario, because data result accuracy is more important than metrics. But we 
> can leave it to the user to decide, and provide a release note.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] HBASE-28305 Add "Uncompressed StoreFileSize" column to the table.jsp [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5626:
URL: https://github.com/apache/hbase/pull/5626#issuecomment-1891388874

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   0m 33s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files 
found.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any 
@author tags.  |
   ||| _ branch-2 Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   3m  0s |  branch-2 passed  |
   | +1 :green_heart: |  spotless  |   0m 45s |  branch has no errors when 
running spotless:check.  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   2m 45s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace 
issues.  |
   | +1 :green_heart: |  spotless  |   0m 42s |  patch has no errors when 
running spotless:check.  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 12s |  The patch does not generate 
ASF License warnings.  |
   |  |   |   9m 14s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5626/2/artifact/yetus-general-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5626 |
   | Optional Tests | dupname asflicense javac spotless |
   | uname | Linux 5a6868ad8a3f 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 
11:28:33 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2 / 9878b14906 |
   | Default Java | Eclipse Adoptium-11.0.17+8 |
   | Max. process+thread count | 79 (vs. ulimit of 3) |
   | modules | C: hbase-server U: hbase-server |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5626/2/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28305 Add "Uncompressed StoreFileSize" column to the table.jsp [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5626:
URL: https://github.com/apache/hbase/pull/5626#issuecomment-1891341387

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   0m 39s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  3s |  Unprocessed flag(s): 
--brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list 
--whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ branch-2 Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   2m 58s |  branch-2 passed  |
   | +1 :green_heart: |  javadoc  |   0m 29s |  branch-2 passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   2m 46s |  the patch passed  |
   | +1 :green_heart: |  javadoc  |   0m 25s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  | 222m 25s |  hbase-server in the patch passed.  
|
   |  |   | 234m  6s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5626/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5626 |
   | Optional Tests | javac javadoc unit |
   | uname | Linux b454a4d5315b 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 
14:52:28 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2 / 9878b14906 |
   | Default Java | Eclipse Adoptium-11.0.17+8 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5626/1/testReport/
 |
   | Max. process+thread count | 4458 (vs. ulimit of 3) |
   | modules | C: hbase-server U: hbase-server |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5626/1/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28305 Add "Uncompressed StoreFileSize" column to the table.jsp [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5626:
URL: https://github.com/apache/hbase/pull/5626#issuecomment-1891334057

   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   0m 53s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  4s |  Unprocessed flag(s): 
--brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list 
--whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ branch-2 Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   4m  5s |  branch-2 passed  |
   | +1 :green_heart: |  javadoc  |   0m 29s |  branch-2 passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   3m  3s |  the patch passed  |
   | +1 :green_heart: |  javadoc  |   0m 33s |  the patch passed  |
   ||| _ Other Tests _ |
   | -1 :x: |  unit  | 209m 40s |  hbase-server in the patch failed.  |
   |  |   | 222m 40s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5626/1/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5626 |
   | Optional Tests | javac javadoc unit |
   | uname | Linux 142bef65febd 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 
23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2 / 9878b14906 |
   | Default Java | Temurin-1.8.0_352-b08 |
   | unit | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5626/1/artifact/yetus-jdk8-hadoop2-check/output/patch-unit-hbase-server.txt
 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5626/1/testReport/
 |
   | Max. process+thread count | 4273 (vs. ulimit of 3) |
   | modules | C: hbase-server U: hbase-server |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5626/1/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (HBASE-28031) TestClusterScopeQuotaThrottle is still failing with broken WAL writer

2024-01-14 Thread Hudson (Jira)


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

Hudson commented on HBASE-28031:


Results for branch branch-2.6
[build #31 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/31/]: 
(/) *{color:green}+1 overall{color}*

details (if available):

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


(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/31/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]


(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/31/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/31/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


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


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


> TestClusterScopeQuotaThrottle is still failing with broken WAL writer
> -
>
> Key: HBASE-28031
> URL: https://issues.apache.org/jira/browse/HBASE-28031
> Project: HBase
>  Issue Type: Sub-task
>  Components: test
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
> Fix For: 2.6.0, 2.4.18, 3.0.0-beta-1, 2.5.8
>
>
> {noformat}
> 2023-08-17T10:47:31,026 WARN  [regionserver/jenkins-hbase19:0.logRoller {}] 
> asyncfs.FanOutOneBlockAsyncDFSOutputHelper(515): create fan-out dfs output 
> /user/jenkins/test-data/bb8017fa-92f5-92c9-2f1d-aa9b90cf4b80/WALs/jenkins-hbase19.apache.org,43363,1692269230784/jenkins-hbase19.apache.org%2C43363%2C1692269230784.meta.1692433272886.meta
>  failed, retry = 0
> org.apache.hadoop.ipc.RemoteException: File 
> /user/jenkins/test-data/bb8017fa-92f5-92c9-2f1d-aa9b90cf4b80/WALs/jenkins-hbase19.apache.org,43363,1692269230784/jenkins-hbase19.apache.org%2C43363%2C1692269230784.meta.1692433272886.meta
>  could only be written to 0 of the 1 minReplication nodes. There are 2 
> datanode(s) running and 2 node(s) are excluded in this operation.
>   at 
> org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.chooseTarget4NewBlock(BlockManager.java:2276)
>   at 
> org.apache.hadoop.hdfs.server.namenode.FSDirWriteFileOp.chooseTargetForNewBlock(FSDirWriteFileOp.java:294)
>   at 
> org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getAdditionalBlock(FSNamesystem.java:2820)
>   at 
> org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.addBlock(NameNodeRpcServer.java:910)
>   at 
> org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.addBlock(ClientNamenodeProtocolServerSideTranslatorPB.java:577)
>   at 
> org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java)
>   at 
> org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:549)
>   at 
> org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:518)
>   at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:1086)
>   at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:1035)
>   at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:963)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at javax.security.auth.Subject.doAs(Subject.java:422)
>   at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1762)
>   at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2960)
>   at org.apache.hadoop.ipc.Client.getRpcResponse(Client.java:1612) 
> ~[hadoop-common-3.2.4.jar:?]
>   at org.apache.hadoop.ipc.Client.call(Client.java:1558) 
> ~[hadoop-common-3.2.4.jar:?]
>   at org.apache.hadoop.ipc.Client.call(Client.java:1455) 
> ~[hadoop-common-3.2.4.jar:?]
>   at 
> org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:231)
>  ~[hadoop-common-3.2.4.jar:?]
>   at 
> org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:118)
>  ~[hadoop-common-3.2.4.jar:?]
>   at com.sun.proxy.$Proxy41.addBlock(Unknown Source) ~[?:?]
>   at 
> org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.addBlock(ClientNamenodeProtocolTranslatorPB.java:520)
>  ~[hadoop-hdfs-client-3.2.4.jar:?]
>   at 

[jira] [Commented] (HBASE-27402) Clone Scan in ClientScanner to avoid errors with Scan re-used

2024-01-14 Thread Hudson (Jira)


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

Hudson commented on HBASE-27402:


Results for branch branch-2.6
[build #31 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/31/]: 
(/) *{color:green}+1 overall{color}*

details (if available):

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


(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/31/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]


(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/31/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/31/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


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


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


> Clone Scan in ClientScanner to avoid errors with Scan re-used
> -
>
> Key: HBASE-27402
> URL: https://issues.apache.org/jira/browse/HBASE-27402
> Project: HBase
>  Issue Type: Improvement
>Reporter: Bryan Beaudreault
>Assignee: Bryan Beaudreault
>Priority: Major
>  Labels: patch-available
> Fix For: 2.6.0
>
>
> This has come up before in https://issues.apache.org/jira/browse/HBASE-1774 
> and https://issues.apache.org/jira/browse/HBASE-4891. The major pushback was 
> around ScanMetrics, which relied on sharing a mutable Scan object.
> Since https://issues.apache.org/jira/browse/HBASE-17584, ScanMetrics are 
> available on ResultScanner and the method on Scan was deprecated (removed in 
> master).
> I think this issue became pretty urgent in 
> https://issues.apache.org/jira/browse/HBASE-17167, when we started passing 
> mvcc into the Scan object. If a user unknowingly reuses the Scan object, this 
> can seem like data loss since the Scan will return none of the expected data. 
>  We recently hit this in our upgrade from hbase client 1.2 to 2.4.6, where 
> use-cases that had worked in 1.2 suddenly started returning no results in 
> 2.4.6. It's very hard to debug.
> I suggest that we now add the clone in master branch. For branch-2, I think 
> we could put it behind a config param to preserve backwards compatibility of 
> Scan.getScanMetrics. If the config param is enabled, scan cloning occurs and 
> Scan.getScanMetrics will be inaccurate. Personally I think this is far better 
> scenario, because data result accuracy is more important than metrics. But we 
> can leave it to the user to decide, and provide a release note.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (HBASE-28312) The bad auth exception can not be passed to client rpc calls properly

2024-01-14 Thread Duo Zhang (Jira)
Duo Zhang created HBASE-28312:
-

 Summary: The bad auth exception can not be passed to client rpc 
calls properly
 Key: HBASE-28312
 URL: https://issues.apache.org/jira/browse/HBASE-28312
 Project: HBase
  Issue Type: Bug
  Components: rpc
Reporter: Duo Zhang
Assignee: Duo Zhang


Found this when implementing HBASE-25051.

Basically there are 2 problems:

# IPCUtil.isFatalConnectionException only checks whether class name matches, so 
if we use a sub class for FatalConnectionException, it will return false which 
makes the logic incorrect.
# In BlockingRpcConnection, we will first check whether there is a call with 
the id but since we will pass -1 as call id for bad preamble header, we will 
return earlier without actually checking the error response.

This will not introduce big trouble in production as the call will still fail 
with connection closed exception, but still worth to fix, anyway.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work started] (HBASE-28312) The bad auth exception can not be passed to client rpc calls properly

2024-01-14 Thread Duo Zhang (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-28312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on HBASE-28312 started by Duo Zhang.
-
> The bad auth exception can not be passed to client rpc calls properly
> -
>
> Key: HBASE-28312
> URL: https://issues.apache.org/jira/browse/HBASE-28312
> Project: HBase
>  Issue Type: Bug
>  Components: rpc
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
>
> Found this when implementing HBASE-25051.
> Basically there are 2 problems:
> # IPCUtil.isFatalConnectionException only checks whether class name matches, 
> so if we use a sub class for FatalConnectionException, it will return false 
> which makes the logic incorrect.
> # In BlockingRpcConnection, we will first check whether there is a call with 
> the id but since we will pass -1 as call id for bad preamble header, we will 
> return earlier without actually checking the error response.
> This will not introduce big trouble in production as the call will still fail 
> with connection closed exception, but still worth to fix, anyway.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] StorefileRefresherChore should not refresh readonly table [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5627:
URL: https://github.com/apache/hbase/pull/5627#issuecomment-1891271927

   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   0m 44s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files 
found.  |
   | +1 :green_heart: |  hbaseanti  |   0m  0s |  Patch does not have any 
anti-patterns.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any 
@author tags.  |
   ||| _ branch-2 Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   3m 19s |  branch-2 passed  |
   | +1 :green_heart: |  compile  |   2m 34s |  branch-2 passed  |
   | +1 :green_heart: |  checkstyle  |   0m 36s |  branch-2 passed  |
   | +1 :green_heart: |  spotless  |   0m 43s |  branch has no errors when 
running spotless:check.  |
   | +1 :green_heart: |  spotbugs  |   1m 31s |  branch-2 passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   2m 52s |  the patch passed  |
   | +1 :green_heart: |  compile  |   2m 28s |  the patch passed  |
   | +1 :green_heart: |  javac  |   2m 28s |  the patch passed  |
   | -0 :warning: |  checkstyle  |   0m 33s |  hbase-server: The patch 
generated 1 new + 1 unchanged - 0 fixed = 2 total (was 1)  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace 
issues.  |
   | +1 :green_heart: |  hadoopcheck  |   9m 53s |  Patch does not cause any 
errors with Hadoop 2.10.2 or 3.3.6.  |
   | -1 :x: |  spotless  |   0m 35s |  patch has 23 errors when running 
spotless:check, run spotless:apply to fix.  |
   | +1 :green_heart: |  spotbugs  |   1m 36s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 10s |  The patch does not generate 
ASF License warnings.  |
   |  |   |  29m  9s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5627/1/artifact/yetus-general-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5627 |
   | Optional Tests | dupname asflicense javac spotbugs hadoopcheck hbaseanti 
spotless checkstyle compile |
   | uname | Linux 0fd82a501fcb 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 
23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2 / 9878b14906 |
   | Default Java | Eclipse Adoptium-11.0.17+8 |
   | checkstyle | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5627/1/artifact/yetus-general-check/output/diff-checkstyle-hbase-server.txt
 |
   | spotless | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5627/1/artifact/yetus-general-check/output/patch-spotless.txt
 |
   | Max. process+thread count | 78 (vs. ulimit of 3) |
   | modules | C: hbase-server U: hbase-server |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5627/1/console 
|
   | versions | git=2.34.1 maven=3.8.6 spotbugs=4.7.3 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] StorefileRefresherChore should not refresh readonly table [hbase]

2024-01-14 Thread via GitHub


xxishu opened a new pull request, #5627:
URL: https://github.com/apache/hbase/pull/5627

 According to semantics, when StoreFile Refresher is turned on, only the 
area with replicas should be refreshed. **Tables with read-only attributes will 
not be refreshed.**
 There are the following scenarios: Assume that some tables in the database 
have replica enabled, while others do not. If a table that does not have 
replica enabled needs to perform migration tasks - first enable readonly and 
then export the snapshot, StorefileRefresherChore will always refresh the table 
that does not have replica enabled but performs migration tasks. This is 
obviously illogical.
 Therefore, StorefileRefresherChore needs to determine whether the region 
has a read-only copy, and refresh it if it has a read-only copy. And tables 
with read-only properties are not refreshed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (HBASE-28287) MOB HFiles are expired earlier than their reference data

2024-01-14 Thread WenjingLiu (Jira)


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

WenjingLiu commented on HBASE-28287:


Thanks [~zhangduo], [~wchevreuil] for reviewing!

> MOB HFiles are expired earlier than their reference data
> 
>
> Key: HBASE-28287
> URL: https://issues.apache.org/jira/browse/HBASE-28287
> Project: HBase
>  Issue Type: Bug
>  Components: mob
>Affects Versions: 2.5.0
>Reporter: WenjingLiu
>Assignee: WenjingLiu
>Priority: Major
>  Labels: pull-request-available
> Fix For: 2.6.0, 2.4.18, 2.5.8, 3.0.0-beta-2
>
>
> I have observed that mob HFiles are expired earlier than their reference 
> data. Upon reviewing the relevant code, it was observed that the standard 
> expired timestamp is not accurately set. The issue arises from the fact that 
> if we do not set the calendar to the MILLISECOND level, a three-digit random 
> number is appended to the end of the expired timestamp, leading to 
> inaccuracies.
> For instance, if we write mob data to a Time-To-Live (1 day) table at 22:00 
> on 12/20/2023, and the ExpiredMobFileCleaner begins to work at 20:00 on 
> 12/21/2023, the timestamp of the mob HFile will be parsed as 170300160, 
> and the StandardExpiredTS is calculated as 1703001600314 with the three-digit 
> random number as MILLISECOND. Consequently, the StandardExpiredTS >= 
> MobHfileTS, thus indicating that the mob HFile should be expired. However, it 
> is observed that this mob HFile only exists for 22 hours, which is less than 
> the specified one-day-time threshold.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] HBASE-28305 Add "Uncompressed StoreFileSize" column to the table.jsp [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5626:
URL: https://github.com/apache/hbase/pull/5626#issuecomment-1891194399

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   1m  6s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files 
found.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any 
@author tags.  |
   ||| _ branch-2 Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   4m 58s |  branch-2 passed  |
   | +1 :green_heart: |  spotless  |   1m  4s |  branch has no errors when 
running spotless:check.  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   4m  5s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace 
issues.  |
   | +1 :green_heart: |  spotless  |   1m  9s |  patch has no errors when 
running spotless:check.  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 16s |  The patch does not generate 
ASF License warnings.  |
   |  |   |  14m  3s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5626/1/artifact/yetus-general-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5626 |
   | Optional Tests | dupname asflicense javac spotless |
   | uname | Linux a07d3ebb08c2 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 
23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2 / 9878b14906 |
   | Default Java | Eclipse Adoptium-11.0.17+8 |
   | Max. process+thread count | 77 (vs. ulimit of 3) |
   | modules | C: hbase-server U: hbase-server |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5626/1/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (HBASE-28305) Add "Uncompressed StoreFileSize" column to the table.jsp

2024-01-14 Thread haosen chen (Jira)


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

haosen chen commented on HBASE-28305:
-

[~zhangduo] Of course, the PR against branch-2 has been 
opened:https://github.com/apache/hbase/pull/5626

> Add "Uncompressed StoreFileSize" column to the table.jsp
> 
>
> Key: HBASE-28305
> URL: https://issues.apache.org/jira/browse/HBASE-28305
> Project: HBase
>  Issue Type: Improvement
>  Components: UI
>Reporter: haosen chen
>Assignee: haosen chen
>Priority: Minor
> Attachments: HBASE-28305-2.png, HBASE-28305.png
>
>
> Currently, HBase Web UI can only see the uncompressed StoreFile size of each 
> Region on the Region Server page, but sometimes we also hope to see this 
> information on the table details page, which can help analyze the data 
> distribution of each table.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] HBASE-28305 Add "Uncompressed StoreFileSize" column to the table.jsp [hbase]

2024-01-14 Thread via GitHub


haosenchen opened a new pull request, #5626:
URL: https://github.com/apache/hbase/pull/5626

   Currently, HBase Web UI can only see the uncompressed StoreFile size of each 
Region on the Region Server page, but sometimes we also hope to see this 
information on the table details page, which can help analyze the data 
distribution of each table.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28311 Few ITs (using MiniMRYarnCluster on hadoop-2) are failing… [hbase]

2024-01-14 Thread via GitHub


Apache9 commented on code in PR #5625:
URL: https://github.com/apache/hbase/pull/5625#discussion_r1451849785


##
hbase-it/pom.xml:
##
@@ -408,6 +408,10 @@
   org.apache.hadoop
   hadoop-minikdc
 
+

Review Comment:
   Usually we do not want to include hbase-testing-util in other modules? What 
is the actual problem here? Dependency conflicts or we miss some dependencies 
here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (HBASE-28305) Add "Uncompressed StoreFileSize" column to the table.jsp

2024-01-14 Thread Hudson (Jira)


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

Hudson commented on HBASE-28305:


Results for branch master
[build #984 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/984/]: 
(x) *{color:red}-1 overall{color}*

details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/984/General_20Nightly_20Build_20Report/]




(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/984/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/984/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


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


(x) {color:red}-1 client integration test{color}
--Failed when running client tests on top of Hadoop 3. [see log for 
details|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/984//artifact/output-integration/hadoop-3.log].
 (note that this means we didn't check the Hadoop 3 shaded client)


> Add "Uncompressed StoreFileSize" column to the table.jsp
> 
>
> Key: HBASE-28305
> URL: https://issues.apache.org/jira/browse/HBASE-28305
> Project: HBase
>  Issue Type: Improvement
>  Components: UI
>Reporter: haosen chen
>Assignee: haosen chen
>Priority: Minor
> Attachments: HBASE-28305-2.png, HBASE-28305.png
>
>
> Currently, HBase Web UI can only see the uncompressed StoreFile size of each 
> Region on the Region Server page, but sometimes we also hope to see this 
> information on the table details page, which can help analyze the data 
> distribution of each table.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (HBASE-27814) Add support for dump and process metrics servlet in REST InfoServer

2024-01-14 Thread Hudson (Jira)


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

Hudson commented on HBASE-27814:


Results for branch master
[build #984 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/984/]: 
(x) *{color:red}-1 overall{color}*

details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/984/General_20Nightly_20Build_20Report/]




(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/984/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/984/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


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


(x) {color:red}-1 client integration test{color}
--Failed when running client tests on top of Hadoop 3. [see log for 
details|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/984//artifact/output-integration/hadoop-3.log].
 (note that this means we didn't check the Hadoop 3 shaded client)


> Add support for dump and process metrics servlet in REST InfoServer
> ---
>
> Key: HBASE-27814
> URL: https://issues.apache.org/jira/browse/HBASE-27814
> Project: HBase
>  Issue Type: Sub-task
>  Components: REST
>Reporter: Nihal Jain
>Assignee: Nihal Jain
>Priority: Minor
> Fix For: 2.7.0, 3.0.0-beta-2
>
>
> Unlike other HBase Master/RS Info Servers, HBase REST Server does not provide 
> a way to:
>  * Get debug dump for quick access to stacks, logs etc.
>  * Get process metrics like threads, gc collectors etc.
> This task is add the above in HBase REST InfoServer.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (HBASE-28287) MOB HFiles are expired earlier than their reference data

2024-01-14 Thread Hudson (Jira)


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

Hudson commented on HBASE-28287:


Results for branch master
[build #984 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/984/]: 
(x) *{color:red}-1 overall{color}*

details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/984/General_20Nightly_20Build_20Report/]




(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/984/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/984/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


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


(x) {color:red}-1 client integration test{color}
--Failed when running client tests on top of Hadoop 3. [see log for 
details|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/984//artifact/output-integration/hadoop-3.log].
 (note that this means we didn't check the Hadoop 3 shaded client)


> MOB HFiles are expired earlier than their reference data
> 
>
> Key: HBASE-28287
> URL: https://issues.apache.org/jira/browse/HBASE-28287
> Project: HBase
>  Issue Type: Bug
>  Components: mob
>Affects Versions: 2.5.0
>Reporter: WenjingLiu
>Assignee: WenjingLiu
>Priority: Major
>  Labels: pull-request-available
> Fix For: 2.6.0, 2.4.18, 2.5.8, 3.0.0-beta-2
>
>
> I have observed that mob HFiles are expired earlier than their reference 
> data. Upon reviewing the relevant code, it was observed that the standard 
> expired timestamp is not accurately set. The issue arises from the fact that 
> if we do not set the calendar to the MILLISECOND level, a three-digit random 
> number is appended to the end of the expired timestamp, leading to 
> inaccuracies.
> For instance, if we write mob data to a Time-To-Live (1 day) table at 22:00 
> on 12/20/2023, and the ExpiredMobFileCleaner begins to work at 20:00 on 
> 12/21/2023, the timestamp of the mob HFile will be parsed as 170300160, 
> and the StandardExpiredTS is calculated as 1703001600314 with the three-digit 
> random number as MILLISECOND. Consequently, the StandardExpiredTS >= 
> MobHfileTS, thus indicating that the mob HFile should be expired. However, it 
> is observed that this mob HFile only exists for 22 hours, which is less than 
> the specified one-day-time threshold.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (HBASE-26306) Backport "HBASE-26220 Use P2P communicate between region servers to sync the list for bootstrap node" to branch-2

2024-01-14 Thread Bryan Beaudreault (Jira)


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

Bryan Beaudreault commented on HBASE-26306:
---

I confirmed that it is necessary to upgrade the master first.

> Backport "HBASE-26220 Use P2P communicate between region servers to sync the 
> list for bootstrap node" to branch-2
> -
>
> Key: HBASE-26306
> URL: https://issues.apache.org/jira/browse/HBASE-26306
> Project: HBase
>  Issue Type: Sub-task
>  Components: master, regionserver
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
> Fix For: 2.6.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (HBASE-26306) Backport "HBASE-26220 Use P2P communicate between region servers to sync the list for bootstrap node" to branch-2

2024-01-14 Thread Bryan Beaudreault (Jira)


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

Bryan Beaudreault commented on HBASE-26306:
---

I'm testing out an upgrade from 2.5.2 to 2.6.0. I believe this Jira results in 
a compatibility issue during upgrade:
{code:java}
2024-01-14T22:28:45,869 [BootstrapNodeManager] WARN 
org.apache.hadoop.hbase.regionserver.BootstrapNodeManager: failed to get live 
region servers from master
org.apache.hadoop.hbase.DoNotRetryIOException: /0.0.0.0:6 is unable to read 
call parameter from client 172.25.53.142; 
java.lang.UnsupportedOperationException: GetLiveRegionServers
        at 
jdk.internal.reflect.GeneratedConstructorAccessor71.newInstance(Unknown Source) 
~[?:?]
        at 
jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 ~[?:?]
        at 
java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
        at java.lang.reflect.Constructor.newInstance(Constructor.java:480) 
~[?:?]
        at 
org.apache.hadoop.hbase.ipc.RemoteWithExtrasException.instantiateException(RemoteWithExtrasException.java:110)
 ~[hbase-client-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
        at 
org.apache.hadoop.hbase.ipc.RemoteWithExtrasException.unwrapRemoteException(RemoteWithExtrasException.java:100)
 ~[hbase-client-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
        at 
org.apache.hadoop.hbase.client.ConnectionUtils.translateException(ConnectionUtils.java:244)
 ~[hbase-client-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
        at 
org.apache.hadoop.hbase.client.ConnectionUtils.translateException(ConnectionUtils.java:247)
 ~[hbase-client-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
        at 
org.apache.hadoop.hbase.client.ConnectionImplementation.getLiveRegionServers(ConnectionImplementation.java:2379)
 ~[hbase-client-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
        at 
org.apache.hadoop.hbase.regionserver.BootstrapNodeManager.getFromMaster(BootstrapNodeManager.java:138)
 ~[hbase-server-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
        at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
 ~[?:?]
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 
~[?:?]
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 
~[?:?]
        at java.lang.Thread.run(Thread.java:840) ~[?:?]
Caused by: org.apache.hadoop.hbase.ipc.RemoteWithExtrasException: 
/0.0.0.0:6 is unable to read call parameter from client 172.25.53.142; 
java.lang.UnsupportedOperationException: GetLiveRegionServers
        at 
org.apache.hadoop.hbase.ipc.AbstractRpcClient.onCallFinished(AbstractRpcClient.java:391)
 ~[hbase-client-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
        at 
org.apache.hadoop.hbase.ipc.AbstractRpcClient.access$100(AbstractRpcClient.java:93)
 ~[hbase-client-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
        at 
org.apache.hadoop.hbase.ipc.AbstractRpcClient$3.run(AbstractRpcClient.java:429) 
~[hbase-client-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
        at 
org.apache.hadoop.hbase.ipc.AbstractRpcClient$3.run(AbstractRpcClient.java:424) 
~[hbase-client-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
        at org.apache.hadoop.hbase.ipc.Call.callComplete(Call.java:117) 
~[hbase-client-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
        at org.apache.hadoop.hbase.ipc.Call.setException(Call.java:132) 
~[hbase-client-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
        at 
org.apache.hadoop.hbase.ipc.NettyRpcDuplexHandler.readResponse(NettyRpcDuplexHandler.java:199)
 ~[hbase-client-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
        at 
org.apache.hadoop.hbase.ipc.NettyRpcDuplexHandler.channelRead(NettyRpcDuplexHandler.java:220)
 ~[hbase-client-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT] {code}
It's possible we need to upgrade the master first. I will test more on Tuesday, 
but if so then we should at least call that out in a release note.

> Backport "HBASE-26220 Use P2P communicate between region servers to sync the 
> list for bootstrap node" to branch-2
> -
>
> Key: HBASE-26306
> URL: https://issues.apache.org/jira/browse/HBASE-26306
> Project: HBase
>  Issue Type: Sub-task
>  Components: master, regionserver
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
> Fix For: 2.6.0
>
>




--
This message was sent by Atlassian Jira

[jira] [Resolved] (HBASE-28307) Add hbase-openssl module and include in release binaries

2024-01-14 Thread Bryan Beaudreault (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-28307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Beaudreault resolved HBASE-28307.
---
Fix Version/s: 2.6.0
   3.0.0-beta-2
 Release Note: Adds a new org.apache.hbase:hbase-openssl module which users 
can add as a dependency in their project if they'd like to use tcnative with 
netty TLS. The bundled tcnative is statically linked to boringssl and properly 
shaded to just work with hbase netty. Additionally, the tcnative jar has been 
added to the release binaries published by hbase (through hbase-assembly)
   Resolution: Fixed

Thanks [~nihaljain.cs] and [~zhangduo] for the review!

> Add hbase-openssl module and include in release binaries
> 
>
> Key: HBASE-28307
> URL: https://issues.apache.org/jira/browse/HBASE-28307
> Project: HBase
>  Issue Type: Improvement
>Reporter: Bryan Beaudreault
>Assignee: Bryan Beaudreault
>Priority: Major
> Fix For: 2.6.0, 3.0.0-beta-2
>
>
> This will make it easier for someone to use, since a common deployment 
> strategy would involve untar'ing our bin assembly.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] HBASE-28307 Add hbase-openssl module and include in release binaries [hbase]

2024-01-14 Thread via GitHub


bbeaudreault merged PR #5623:
URL: https://github.com/apache/hbase/pull/5623


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28307 Add hbase-openssl module and include in release binaries [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5623:
URL: https://github.com/apache/hbase/pull/5623#issuecomment-1891068373

   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   0m 25s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  3s |  Unprocessed flag(s): 
--brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list 
--whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ master Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 17s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   2m 37s |  master passed  |
   | +1 :green_heart: |  compile  |   1m 38s |  master passed  |
   | +1 :green_heart: |  shadedjars  |   5m 27s |  branch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   1m 42s |  master passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 15s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   2m 21s |  the patch passed  |
   | +1 :green_heart: |  compile  |   1m 35s |  the patch passed  |
   | +1 :green_heart: |  javac  |   1m 35s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   5m 27s |  patch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   1m 51s |  the patch passed  |
   ||| _ Other Tests _ |
   | -1 :x: |  unit  | 355m  8s |  root in the patch failed.  |
   |  |   | 383m 26s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5623/4/artifact/yetus-jdk8-hadoop3-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5623 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux 4e81ccde9ecf 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 
23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | master / a683fcfbe8 |
   | Default Java | Temurin-1.8.0_352-b08 |
   | unit | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5623/4/artifact/yetus-jdk8-hadoop3-check/output/patch-unit-root.txt
 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5623/4/testReport/
 |
   | Max. process+thread count | 5244 (vs. ulimit of 3) |
   | modules | C: hbase-common hbase-extensions hbase-extensions/hbase-openssl 
. hbase-assembly U: . |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5623/4/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28302 Add tracking of fs read times in ScanMetrics and slow logs [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5622:
URL: https://github.com/apache/hbase/pull/5622#issuecomment-1891050722

   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   0m 10s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  3s |  Unprocessed flag(s): 
--brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list 
--whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ master Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 12s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   2m 59s |  master passed  |
   | +1 :green_heart: |  compile  |   2m 26s |  master passed  |
   | +1 :green_heart: |  shadedjars  |   5m  6s |  branch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   1m 37s |  master passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 14s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   2m 48s |  the patch passed  |
   | +1 :green_heart: |  compile  |   2m 26s |  the patch passed  |
   | +1 :green_heart: |  javac  |   2m 26s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   5m  3s |  patch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   1m 37s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   0m 39s |  hbase-protocol-shaded in the patch 
passed.  |
   | +1 :green_heart: |  unit  |   0m 42s |  hbase-hadoop-compat in the patch 
passed.  |
   | +1 :green_heart: |  unit  |   1m 32s |  hbase-client in the patch passed.  
|
   | -1 :x: |  unit  | 255m 15s |  hbase-server in the patch failed.  |
   | +1 :green_heart: |  unit  |   7m 21s |  hbase-thrift in the patch passed.  
|
   |  |   | 295m 24s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5622/2/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5622 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux c7dc6a4daafa 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 
11:28:33 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | master / a683fcfbe8 |
   | Default Java | Eclipse Adoptium-11.0.17+8 |
   | unit | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5622/2/artifact/yetus-jdk11-hadoop3-check/output/patch-unit-hbase-server.txt
 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5622/2/testReport/
 |
   | Max. process+thread count | 5149 (vs. ulimit of 3) |
   | modules | C: hbase-protocol-shaded hbase-hadoop-compat hbase-client 
hbase-server hbase-thrift U: . |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5622/2/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28216 HDFS erasure coding support for table data dirs [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5591:
URL: https://github.com/apache/hbase/pull/5591#issuecomment-1891049274

   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   0m 54s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  5s |  Unprocessed flag(s): 
--brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list 
--whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ branch-2 Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 15s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   2m 34s |  branch-2 passed  |
   | +1 :green_heart: |  compile  |   1m 46s |  branch-2 passed  |
   | +1 :green_heart: |  shadedjars  |   4m 40s |  branch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   1m  3s |  branch-2 passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 14s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   2m 17s |  the patch passed  |
   | +1 :green_heart: |  compile  |   1m 46s |  the patch passed  |
   | +1 :green_heart: |  javac  |   1m 46s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   4m 38s |  patch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   1m  2s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   0m 29s |  hbase-protocol-shaded in the patch 
passed.  |
   | -1 :x: |  unit  |   6m 39s |  hbase-client in the patch failed.  |
   | -1 :x: |  unit  | 231m 30s |  hbase-server in the patch failed.  |
   | -1 :x: |  unit  |   7m 50s |  hbase-shell in the patch failed.  |
   |  |   | 273m 13s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5591/2/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5591 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux 724f3d8347d0 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 
14:52:28 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2 / a419b390cf |
   | Default Java | Temurin-1.8.0_352-b08 |
   | unit | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5591/2/artifact/yetus-jdk8-hadoop2-check/output/patch-unit-hbase-client.txt
 |
   | unit | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5591/2/artifact/yetus-jdk8-hadoop2-check/output/patch-unit-hbase-server.txt
 |
   | unit | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5591/2/artifact/yetus-jdk8-hadoop2-check/output/patch-unit-hbase-shell.txt
 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5591/2/testReport/
 |
   | Max. process+thread count | 4156 (vs. ulimit of 3) |
   | modules | C: hbase-protocol-shaded hbase-client hbase-server hbase-shell 
U: . |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5591/2/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28307 Add hbase-openssl module and include in release binaries [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5623:
URL: https://github.com/apache/hbase/pull/5623#issuecomment-1891049213

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   0m 35s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  2s |  Unprocessed flag(s): 
--brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list 
--whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ master Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 37s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   3m 36s |  master passed  |
   | +1 :green_heart: |  compile  |   2m  9s |  master passed  |
   | +1 :green_heart: |  shadedjars  |   5m 23s |  branch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   2m  3s |  master passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 14s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   2m 40s |  the patch passed  |
   | +1 :green_heart: |  compile  |   1m 49s |  the patch passed  |
   | +1 :green_heart: |  javac  |   1m 49s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   5m 20s |  patch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   2m 16s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  | 270m  9s |  root in the patch passed.  |
   |  |   | 303m  3s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5623/4/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5623 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux 335f737e1cc2 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 
23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | master / a683fcfbe8 |
   | Default Java | Eclipse Adoptium-11.0.17+8 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5623/4/testReport/
 |
   | Max. process+thread count | 8029 (vs. ulimit of 3) |
   | modules | C: hbase-common hbase-extensions hbase-extensions/hbase-openssl 
hbase-assembly . U: . |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5623/4/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28216 HDFS erasure coding support for table data dirs [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5591:
URL: https://github.com/apache/hbase/pull/5591#issuecomment-1891048607

   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   4m 20s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  5s |  Unprocessed flag(s): 
--brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list 
--whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ branch-2 Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 12s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   2m 58s |  branch-2 passed  |
   | +1 :green_heart: |  compile  |   2m  2s |  branch-2 passed  |
   | +1 :green_heart: |  shadedjars  |   5m 13s |  branch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   1m  8s |  branch-2 passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 19s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   2m 49s |  the patch passed  |
   | +1 :green_heart: |  compile  |   2m  3s |  the patch passed  |
   | +1 :green_heart: |  javac  |   2m  3s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   5m 10s |  patch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   1m  6s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   0m 35s |  hbase-protocol-shaded in the patch 
passed.  |
   | -1 :x: |  unit  |   6m 33s |  hbase-client in the patch failed.  |
   | +1 :green_heart: |  unit  | 222m 22s |  hbase-server in the patch passed.  
|
   | +1 :green_heart: |  unit  |   8m  1s |  hbase-shell in the patch passed.  |
   |  |   | 270m  2s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5591/2/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5591 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux 8248c406da49 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 
14:52:28 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2 / a419b390cf |
   | Default Java | Eclipse Adoptium-11.0.17+8 |
   | unit | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5591/2/artifact/yetus-jdk11-hadoop3-check/output/patch-unit-hbase-client.txt
 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5591/2/testReport/
 |
   | Max. process+thread count | 4516 (vs. ulimit of 3) |
   | modules | C: hbase-protocol-shaded hbase-client hbase-server hbase-shell 
U: . |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5591/2/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28302 Add tracking of fs read times in ScanMetrics and slow logs [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5622:
URL: https://github.com/apache/hbase/pull/5622#issuecomment-1891044632

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   1m 19s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  3s |  Unprocessed flag(s): 
--brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list 
--whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ master Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 11s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   2m 35s |  master passed  |
   | +1 :green_heart: |  compile  |   2m  4s |  master passed  |
   | +1 :green_heart: |  shadedjars  |   5m  0s |  branch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   1m 23s |  master passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 13s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   2m 25s |  the patch passed  |
   | +1 :green_heart: |  compile  |   2m  4s |  the patch passed  |
   | +1 :green_heart: |  javac  |   2m  4s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   4m 58s |  patch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   1m 23s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   0m 30s |  hbase-protocol-shaded in the patch 
passed.  |
   | +1 :green_heart: |  unit  |   0m 40s |  hbase-hadoop-compat in the patch 
passed.  |
   | +1 :green_heart: |  unit  |   1m 27s |  hbase-client in the patch passed.  
|
   | +1 :green_heart: |  unit  | 231m  0s |  hbase-server in the patch passed.  
|
   | +1 :green_heart: |  unit  |   7m  6s |  hbase-thrift in the patch passed.  
|
   |  |   | 269m 52s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5622/2/artifact/yetus-jdk8-hadoop3-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5622 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux 4aa3c0e82add 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 
11:28:33 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | master / a683fcfbe8 |
   | Default Java | Temurin-1.8.0_352-b08 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5622/2/testReport/
 |
   | Max. process+thread count | 5451 (vs. ulimit of 3) |
   | modules | C: hbase-protocol-shaded hbase-hadoop-compat hbase-client 
hbase-server hbase-thrift U: . |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5622/2/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28311 Few ITs (using MiniMRYarnCluster on hadoop-2) are failing… [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5625:
URL: https://github.com/apache/hbase/pull/5625#issuecomment-1891025334

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   0m 26s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  8s |  Unprocessed flag(s): 
--brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list 
--whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ branch-2 Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   4m 45s |  branch-2 passed  |
   | +1 :green_heart: |  compile  |   0m 34s |  branch-2 passed  |
   | +1 :green_heart: |  shadedjars  |   7m 49s |  branch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 26s |  branch-2 passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   4m 20s |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 30s |  the patch passed  |
   | +1 :green_heart: |  javac  |   0m 30s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   7m 44s |  patch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 17s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   1m 19s |  hbase-it in the patch passed.  |
   |  |   |  29m 34s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5625/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5625 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux 07713b04b360 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 
11:28:33 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2 / a419b390cf |
   | Default Java | Eclipse Adoptium-11.0.17+8 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5625/1/testReport/
 |
   | Max. process+thread count | 880 (vs. ulimit of 3) |
   | modules | C: hbase-it U: hbase-it |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5625/1/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28311 Few ITs (using MiniMRYarnCluster on hadoop-2) are failing… [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5625:
URL: https://github.com/apache/hbase/pull/5625#issuecomment-1891024818

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   1m  1s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  6s |  Unprocessed flag(s): 
--brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list 
--whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ branch-2 Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   4m  0s |  branch-2 passed  |
   | +1 :green_heart: |  compile  |   0m 30s |  branch-2 passed  |
   | +1 :green_heart: |  shadedjars  |   7m  8s |  branch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 17s |  branch-2 passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   3m 23s |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 28s |  the patch passed  |
   | +1 :green_heart: |  javac  |   0m 28s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   7m 13s |  patch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 12s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   1m  7s |  hbase-it in the patch passed.  |
   |  |   |  26m 41s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5625/1/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5625 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux 8c882642e2b2 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 
23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2 / a419b390cf |
   | Default Java | Temurin-1.8.0_352-b08 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5625/1/testReport/
 |
   | Max. process+thread count | 821 (vs. ulimit of 3) |
   | modules | C: hbase-it U: hbase-it |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5625/1/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28311 Few ITs (using MiniMRYarnCluster on hadoop-2) are failing… [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5625:
URL: https://github.com/apache/hbase/pull/5625#issuecomment-1891024073

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   0m 51s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files 
found.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any 
@author tags.  |
   ||| _ branch-2 Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   3m 34s |  branch-2 passed  |
   | +1 :green_heart: |  compile  |   0m 39s |  branch-2 passed  |
   | +1 :green_heart: |  spotless  |   0m 56s |  branch has no errors when 
running spotless:check.  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   3m 35s |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 37s |  the patch passed  |
   | +1 :green_heart: |  javac  |   0m 37s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace 
issues.  |
   | +1 :green_heart: |  xml  |   0m  2s |  The patch has no ill-formed XML 
file.  |
   | +1 :green_heart: |  hadoopcheck  |  10m 40s |  Patch does not cause any 
errors with Hadoop 2.10.2 or 3.3.6.  |
   | +1 :green_heart: |  spotless  |   0m 53s |  patch has no errors when 
running spotless:check.  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 11s |  The patch does not generate 
ASF License warnings.  |
   |  |   |  23m 34s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5625/1/artifact/yetus-general-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5625 |
   | Optional Tests | dupname asflicense javac hadoopcheck spotless xml compile 
|
   | uname | Linux 93fcacf9e57e 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 
23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2 / a419b390cf |
   | Default Java | Eclipse Adoptium-11.0.17+8 |
   | Max. process+thread count | 79 (vs. ulimit of 3) |
   | modules | C: hbase-it U: hbase-it |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5625/1/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Updated] (HBASE-28311) Few ITs (using MiniMRYarnCluster on hadoop-2) are failing due to NCDFE: com/sun/jersey/core/util/FeaturesAndProperties

2024-01-14 Thread Nihal Jain (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-28311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nihal Jain updated HBASE-28311:
---
Status: Patch Available  (was: In Progress)

> Few ITs (using MiniMRYarnCluster on hadoop-2) are failing due to NCDFE: 
> com/sun/jersey/core/util/FeaturesAndProperties
> --
>
> Key: HBASE-28311
> URL: https://issues.apache.org/jira/browse/HBASE-28311
> Project: HBase
>  Issue Type: Bug
>  Components: integration tests, test
>Reporter: Nihal Jain
>Assignee: Nihal Jain
>Priority: Major
>
> Found this while trying to run tests for HBASE-28301 locally, On branch-2 
> where hadoop 2 is default, the specified tests don't even run as 
> MiniMRYarnCluster itself fails to start.
> For example saw this while trying to run IntegrationTestImportTsv:
> {code:java}
> 2024-01-12T01:10:13,486 ERROR [Thread-221 {}] log.Slf4jLog(87): Error 
> starting handlers 
> java.lang.NoClassDefFoundError: com/sun/jersey/core/util/FeaturesAndProperties
>     at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_381]
>     at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_381]
>     at 
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.access$100(URLClassLoader.java:74) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader$1.run(URLClassLoader.java:369) ~[?:1.8.0_381]
>     at java.net.URLClassLoader$1.run(URLClassLoader.java:363) ~[?:1.8.0_381]
>     at java.security.AccessController.doPrivileged(Native Method) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.findClass(URLClassLoader.java:362) 
> ~[?:1.8.0_381]
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_381]
>     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) 
> ~[?:1.8.0_381]
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_381]
>     at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_381]
>     at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_381]
>     at 
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.access$100(URLClassLoader.java:74) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader$1.run(URLClassLoader.java:369) ~[?:1.8.0_381]
>     at java.net.URLClassLoader$1.run(URLClassLoader.java:363) ~[?:1.8.0_381]
>     at java.security.AccessController.doPrivileged(Native Method) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.findClass(URLClassLoader.java:362) 
> ~[?:1.8.0_381]
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_381]
>     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) 
> ~[?:1.8.0_381]
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_381]
>     at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_381]
>     at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_381]
>     at 
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.access$100(URLClassLoader.java:74) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader$1.run(URLClassLoader.java:369) ~[?:1.8.0_381]
>     at java.net.URLClassLoader$1.run(URLClassLoader.java:363) ~[?:1.8.0_381]
>     at java.security.AccessController.doPrivileged(Native Method) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.findClass(URLClassLoader.java:362) 
> ~[?:1.8.0_381]
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_381]
>     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) 
> ~[?:1.8.0_381]
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_381]
>     at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_381]
>     at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) 
> ~[?:1.8.0_381]
>     at java.lang.Class.getDeclaredConstructors(Class.java:2020) ~[?:1.8.0_381]
>     at 
> com.google.inject.spi.InjectionPoint.forConstructorOf(InjectionPoint.java:243)
>  ~[guice-3.0.jar:?]
>     at 
> com.google.inject.internal.ConstructorBindingImpl.create(ConstructorBindingImpl.java:96)
>  ~[guice-3.0.jar:?]
>     at 
> com.google.inject.internal.InjectorImpl.createUninitializedBinding(InjectorImpl.java:629)
>  ~[guice-3.0.jar:?]
>     at 
> com.google.inject.internal.InjectorImpl.createJustInTimeBinding(InjectorImpl.java:845)
>  ~[guice-3.0.jar:?]
>    

[jira] [Work started] (HBASE-28311) Few ITs (using MiniMRYarnCluster on hadoop-2) are failing due to NCDFE: com/sun/jersey/core/util/FeaturesAndProperties

2024-01-14 Thread Nihal Jain (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-28311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on HBASE-28311 started by Nihal Jain.
--
> Few ITs (using MiniMRYarnCluster on hadoop-2) are failing due to NCDFE: 
> com/sun/jersey/core/util/FeaturesAndProperties
> --
>
> Key: HBASE-28311
> URL: https://issues.apache.org/jira/browse/HBASE-28311
> Project: HBase
>  Issue Type: Bug
>  Components: integration tests, test
>Reporter: Nihal Jain
>Assignee: Nihal Jain
>Priority: Major
>
> Found this while trying to run tests for HBASE-28301 locally, On branch-2 
> where hadoop 2 is default, the specified tests don't even run as 
> MiniMRYarnCluster itself fails to start.
> For example saw this while trying to run IntegrationTestImportTsv:
> {code:java}
> 2024-01-12T01:10:13,486 ERROR [Thread-221 {}] log.Slf4jLog(87): Error 
> starting handlers 
> java.lang.NoClassDefFoundError: com/sun/jersey/core/util/FeaturesAndProperties
>     at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_381]
>     at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_381]
>     at 
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.access$100(URLClassLoader.java:74) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader$1.run(URLClassLoader.java:369) ~[?:1.8.0_381]
>     at java.net.URLClassLoader$1.run(URLClassLoader.java:363) ~[?:1.8.0_381]
>     at java.security.AccessController.doPrivileged(Native Method) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.findClass(URLClassLoader.java:362) 
> ~[?:1.8.0_381]
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_381]
>     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) 
> ~[?:1.8.0_381]
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_381]
>     at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_381]
>     at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_381]
>     at 
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.access$100(URLClassLoader.java:74) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader$1.run(URLClassLoader.java:369) ~[?:1.8.0_381]
>     at java.net.URLClassLoader$1.run(URLClassLoader.java:363) ~[?:1.8.0_381]
>     at java.security.AccessController.doPrivileged(Native Method) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.findClass(URLClassLoader.java:362) 
> ~[?:1.8.0_381]
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_381]
>     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) 
> ~[?:1.8.0_381]
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_381]
>     at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_381]
>     at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_381]
>     at 
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.defineClass(URLClassLoader.java:473) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.access$100(URLClassLoader.java:74) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader$1.run(URLClassLoader.java:369) ~[?:1.8.0_381]
>     at java.net.URLClassLoader$1.run(URLClassLoader.java:363) ~[?:1.8.0_381]
>     at java.security.AccessController.doPrivileged(Native Method) 
> ~[?:1.8.0_381]
>     at java.net.URLClassLoader.findClass(URLClassLoader.java:362) 
> ~[?:1.8.0_381]
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_381]
>     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) 
> ~[?:1.8.0_381]
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_381]
>     at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_381]
>     at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) 
> ~[?:1.8.0_381]
>     at java.lang.Class.getDeclaredConstructors(Class.java:2020) ~[?:1.8.0_381]
>     at 
> com.google.inject.spi.InjectionPoint.forConstructorOf(InjectionPoint.java:243)
>  ~[guice-3.0.jar:?]
>     at 
> com.google.inject.internal.ConstructorBindingImpl.create(ConstructorBindingImpl.java:96)
>  ~[guice-3.0.jar:?]
>     at 
> com.google.inject.internal.InjectorImpl.createUninitializedBinding(InjectorImpl.java:629)
>  ~[guice-3.0.jar:?]
>     at 
> com.google.inject.internal.InjectorImpl.createJustInTimeBinding(InjectorImpl.java:845)
>  ~[guice-3.0.jar:?]
>     at 
> 

Re: [PR] HBASE-28216 HDFS erasure coding support for table data dirs [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5591:
URL: https://github.com/apache/hbase/pull/5591#issuecomment-1890986037

   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   2m 29s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files 
found.  |
   | +0 :ok: |  prototool  |   0m  0s |  prototool was not available.  |
   | +1 :green_heart: |  hbaseanti  |   0m  1s |  Patch does not have any 
anti-patterns.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any 
@author tags.  |
   ||| _ branch-2 Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 13s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   3m 19s |  branch-2 passed  |
   | +1 :green_heart: |  compile  |   4m  3s |  branch-2 passed  |
   | +1 :green_heart: |  checkstyle  |   1m  0s |  branch-2 passed  |
   | +1 :green_heart: |  spotless  |   0m 45s |  branch has no errors when 
running spotless:check.  |
   | +1 :green_heart: |  spotbugs  |   4m 23s |  branch-2 passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 15s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   2m 53s |  the patch passed  |
   | +1 :green_heart: |  compile  |   4m  2s |  the patch passed  |
   | +1 :green_heart: |  cc  |   4m  2s |  the patch passed  |
   | +1 :green_heart: |  javac  |   4m  2s |  the patch passed  |
   | -0 :warning: |  checkstyle  |   0m 33s |  hbase-server: The patch 
generated 8 new + 7 unchanged - 0 fixed = 15 total (was 7)  |
   | -0 :warning: |  checkstyle  |   0m  6s |  hbase-shell: The patch generated 
3 new + 0 unchanged - 0 fixed = 3 total (was 0)  |
   | -0 :warning: |  rubocop  |   0m  8s |  The patch generated 5 new + 701 
unchanged - 3 fixed = 706 total (was 704)  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace 
issues.  |
   | +1 :green_heart: |  hadoopcheck  |   9m 53s |  Patch does not cause any 
errors with Hadoop 2.10.2 or 3.3.6.  |
   | +1 :green_heart: |  hbaseprotoc  |   1m 30s |  the patch passed  |
   | -1 :x: |  spotless  |   0m 36s |  patch has 63 errors when running 
spotless:check, run spotless:apply to fix.  |
   | +1 :green_heart: |  spotbugs  |   4m 42s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 31s |  The patch does not generate 
ASF License warnings.  |
   |  |   |  43m 45s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5591/2/artifact/yetus-general-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5591 |
   | Optional Tests | dupname asflicense javac spotbugs hadoopcheck hbaseanti 
spotless checkstyle compile cc hbaseprotoc prototool rubocop |
   | uname | Linux a9613c1e6dfa 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 
23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | branch-2 / a419b390cf |
   | Default Java | Eclipse Adoptium-11.0.17+8 |
   | checkstyle | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5591/2/artifact/yetus-general-check/output/diff-checkstyle-hbase-server.txt
 |
   | checkstyle | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5591/2/artifact/yetus-general-check/output/diff-checkstyle-hbase-shell.txt
 |
   | rubocop | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5591/2/artifact/yetus-general-check/output/diff-patch-rubocop.txt
 |
   | spotless | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5591/2/artifact/yetus-general-check/output/patch-spotless.txt
 |
   | Max. process+thread count | 83 (vs. ulimit of 3) |
   | modules | C: hbase-protocol-shaded hbase-client hbase-server hbase-shell 
U: . |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5591/2/console 
|
   | versions | git=2.34.1 maven=3.8.6 spotbugs=4.7.3 rubocop=1.37.1 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28302 Add tracking of fs read times in ScanMetrics and slow logs [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5622:
URL: https://github.com/apache/hbase/pull/5622#issuecomment-1890982584

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   0m 25s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files 
found.  |
   | +0 :ok: |  prototool  |   0m  0s |  prototool was not available.  |
   | +1 :green_heart: |  hbaseanti  |   0m  0s |  Patch does not have any 
anti-patterns.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any 
@author tags.  |
   ||| _ master Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 12s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   2m 55s |  master passed  |
   | +1 :green_heart: |  compile  |   4m 27s |  master passed  |
   | +1 :green_heart: |  checkstyle  |   1m 26s |  master passed  |
   | +1 :green_heart: |  spotless  |   0m 42s |  branch has no errors when 
running spotless:check.  |
   | +1 :green_heart: |  spotbugs  |   5m 24s |  master passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 10s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   2m 45s |  the patch passed  |
   | +1 :green_heart: |  compile  |   4m 28s |  the patch passed  |
   | +1 :green_heart: |  cc  |   4m 28s |  the patch passed  |
   | +1 :green_heart: |  javac  |   4m 28s |  the patch passed  |
   | +1 :green_heart: |  checkstyle  |   1m 25s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace 
issues.  |
   | +1 :green_heart: |  hadoopcheck  |   5m  7s |  Patch does not cause any 
errors with Hadoop 3.3.6.  |
   | +1 :green_heart: |  hbaseprotoc  |   1m 42s |  the patch passed  |
   | +1 :green_heart: |  spotless  |   0m 39s |  patch has no errors when 
running spotless:check.  |
   | +1 :green_heart: |  spotbugs  |   6m  3s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 36s |  The patch does not generate 
ASF License warnings.  |
   |  |   |  45m 40s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5622/2/artifact/yetus-general-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5622 |
   | Optional Tests | dupname asflicense javac spotbugs hadoopcheck hbaseanti 
spotless checkstyle compile cc hbaseprotoc prototool |
   | uname | Linux b5828899aa65 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 
23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | master / a683fcfbe8 |
   | Default Java | Eclipse Adoptium-11.0.17+8 |
   | Max. process+thread count | 81 (vs. ulimit of 3) |
   | modules | C: hbase-protocol-shaded hbase-hadoop-compat hbase-client 
hbase-server hbase-thrift U: . |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5622/2/console 
|
   | versions | git=2.34.1 maven=3.8.6 spotbugs=4.7.3 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28307 Add hbase-openssl module and include in release binaries [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5623:
URL: https://github.com/apache/hbase/pull/5623#issuecomment-1890982520

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   0m 34s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files 
found.  |
   | +1 :green_heart: |  hbaseanti  |   0m  0s |  Patch does not have any 
anti-patterns.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any 
@author tags.  |
   ||| _ master Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 24s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   3m 42s |  master passed  |
   | +1 :green_heart: |  compile  |   6m  2s |  master passed  |
   | +1 :green_heart: |  checkstyle  |   1m 26s |  master passed  |
   | +1 :green_heart: |  spotless  |   0m 50s |  branch has no errors when 
running spotless:check.  |
   | +1 :green_heart: |  spotbugs  |   9m 41s |  master passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 16s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   3m 45s |  the patch passed  |
   | +1 :green_heart: |  compile  |   6m 15s |  the patch passed  |
   | +1 :green_heart: |  javac  |   6m 15s |  the patch passed  |
   | +1 :green_heart: |  checkstyle  |   1m 16s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace 
issues.  |
   | +1 :green_heart: |  xml  |   0m  5s |  The patch has no ill-formed XML 
file.  |
   | +1 :green_heart: |  hadoopcheck  |   6m 23s |  Patch does not cause any 
errors with Hadoop 3.3.6.  |
   | +1 :green_heart: |  spotless  |   0m 49s |  patch has no errors when 
running spotless:check.  |
   | +1 :green_heart: |  spotbugs  |   9m 41s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 42s |  The patch does not generate 
ASF License warnings.  |
   |  |   |  60m  6s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5623/4/artifact/yetus-general-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5623 |
   | Optional Tests | dupname asflicense javac hadoopcheck spotless xml compile 
spotbugs hbaseanti checkstyle |
   | uname | Linux d1aaa8eeb30f 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 
23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | master / a683fcfbe8 |
   | Default Java | Eclipse Adoptium-11.0.17+8 |
   | Max. process+thread count | 176 (vs. ulimit of 3) |
   | modules | C: hbase-common hbase-extensions hbase-extensions/hbase-openssl 
. hbase-assembly U: . |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5623/4/console 
|
   | versions | git=2.34.1 maven=3.8.6 spotbugs=4.7.3 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28265 Add 3.0.0-beta-1 to download page [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5624:
URL: https://github.com/apache/hbase/pull/5624#issuecomment-1890973082

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   2m 18s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files 
found.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any 
@author tags.  |
   ||| _ master Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   3m  0s |  master passed  |
   | +1 :green_heart: |  mvnsite  |   6m  6s |  master passed  |
   | +1 :green_heart: |  spotless  |   0m 43s |  branch has no errors when 
running spotless:check.  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   2m 39s |  the patch passed  |
   | +1 :green_heart: |  mvnsite  |   5m 36s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace 
issues.  |
   | +1 :green_heart: |  xml  |   0m  1s |  The patch has no ill-formed XML 
file.  |
   | +1 :green_heart: |  spotless  |   0m 40s |  patch has no errors when 
running spotless:check.  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 13s |  The patch does not generate 
ASF License warnings.  |
   |  |   |  23m  7s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5624/1/artifact/yetus-general-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5624 |
   | Optional Tests | dupname asflicense mvnsite spotless xml |
   | uname | Linux 0dc90d952e92 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 
23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | master / a683fcfbe8 |
   | Max. process+thread count | 78 (vs. ulimit of 3) |
   | modules | C: . U: . |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5624/1/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28265 Add 3.0.0-beta-1 to download page [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5624:
URL: https://github.com/apache/hbase/pull/5624#issuecomment-1890968290

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   2m 16s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  3s |  Unprocessed flag(s): 
--brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list 
--whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ master Compile Tests _ |
   ||| _ Patch Compile Tests _ |
   ||| _ Other Tests _ |
   |  |   |   3m 17s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5624/1/artifact/yetus-jdk8-hadoop3-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5624 |
   | Optional Tests |  |
   | uname | Linux d732cf475f14 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 
23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | master / a683fcfbe8 |
   | Max. process+thread count | 29 (vs. ulimit of 3) |
   | modules | C: . U: . |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5624/1/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] HBASE-28265 Add 3.0.0-beta-1 to download page [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5624:
URL: https://github.com/apache/hbase/pull/5624#issuecomment-1890967817

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   0m 34s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  3s |  Unprocessed flag(s): 
--brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list 
--whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ master Compile Tests _ |
   ||| _ Patch Compile Tests _ |
   ||| _ Other Tests _ |
   |  |   |   1m 32s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5624/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5624 |
   | Optional Tests |  |
   | uname | Linux 90c51429d9dc 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 
14:52:28 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | master / a683fcfbe8 |
   | Max. process+thread count | 37 (vs. ulimit of 3) |
   | modules | C: . U: . |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5624/1/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Work started] (HBASE-28265) Add 3.0.0-beta-1 to download page

2024-01-14 Thread Duo Zhang (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-28265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on HBASE-28265 started by Duo Zhang.
-
> Add 3.0.0-beta-1 to download page
> -
>
> Key: HBASE-28265
> URL: https://issues.apache.org/jira/browse/HBASE-28265
> Project: HBase
>  Issue Type: Sub-task
>  Components: website
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (HBASE-28265) Add 3.0.0-beta-1 to download page

2024-01-14 Thread Duo Zhang (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-28265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang reassigned HBASE-28265:
-

Assignee: Duo Zhang

> Add 3.0.0-beta-1 to download page
> -
>
> Key: HBASE-28265
> URL: https://issues.apache.org/jira/browse/HBASE-28265
> Project: HBase
>  Issue Type: Sub-task
>  Components: website
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] HBASE-28307 Add hbase-openssl module and include in release binaries [hbase]

2024-01-14 Thread via GitHub


bbeaudreault commented on code in PR #5623:
URL: https://github.com/apache/hbase/pull/5623#discussion_r1451742280


##
hbase-extensions/pom.xml:
##
@@ -0,0 +1,107 @@
+
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+  
+  4.0.0
+  
+org.apache.hbase
+hbase-build-configuration
+${revision}
+../hbase-build-configuration
+  
+
+  hbase-extensions
+  pom
+  Apache HBase - Extensions
+  Parent for optional extension modules
+
+  
+hbase-openssl

Review Comment:
   Thanks for the suggestion. It may not be worth it here. There's no 
compilation or anything happening here, so the build only takes < 3s locally. 
It produces an empty artifact as well



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Comment Edited] (HBASE-28266) Finish 3.0.0-beta-1 release

2024-01-14 Thread Duo Zhang (Jira)


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

Duo Zhang edited comment on HBASE-28266 at 1/14/24 2:08 PM:


# Release the artifacts on repository.apache.org (/)
# Move the binaries from dist-dev to dist-release (/)
# Add xml to download page(via HBASE-28265)
# Push tag 3.0.0-beta-1RC0 as tag rel/3.0.0-beta-1 (/)
# Release 3.0.0-beta-1 on JIRA 
(/)https://issues.apache.org/jira/projects/HBASE/versions/12353291 (/)
# Add release data on https://reporter.apache.org/addrelease.html?hbase (/)
# Send announcement email


was (Author: apache9):
# Release the artifacts on repository.apache.org (/)
# Move the binaries from dist-dev to dist-release
# Add xml to download page(via HBASE-28265)
# Push tag 3.0.0-beta-1RC0 as tag rel/3.0.0-beta-1
# Release 3.0.0-beta-1 on JIRA 
https://issues.apache.org/jira/projects/HBASE/versions/12353291 (/)
# Add release data on https://reporter.apache.org/addrelease.html?hbase
# Send announcement email

> Finish 3.0.0-beta-1 release
> ---
>
> Key: HBASE-28266
> URL: https://issues.apache.org/jira/browse/HBASE-28266
> Project: HBase
>  Issue Type: Sub-task
>  Components: community
>Reporter: Duo Zhang
>Priority: Major
>
> # Release the artifacts on repository.apache.org 
> # Move the binaries from dist-dev to dist-release
> # Add xml to download page(via HBASE-28265)
> # Push tag 3.0.0-beta-1RC0 as tag rel/3.0.0-beta-1
> # Release 3.0.0-beta-1 on JIRA 
> https://issues.apache.org/jira/projects/HBASE/versions/12353291
> # Add release data on https://reporter.apache.org/addrelease.html?hbase
> # Send announcement email



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (HBASE-27830) Introduce hdfs overlay

2024-01-14 Thread Nick Dimiduk (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-27830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Dimiduk updated HBASE-27830:
-
Status: Patch Available  (was: In Progress)

> Introduce hdfs overlay
> --
>
> Key: HBASE-27830
> URL: https://issues.apache.org/jira/browse/HBASE-27830
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Nick Dimiduk
>Assignee: Nick Dimiduk
>Priority: Major
> Fix For: HBASE-27827
>
>
> Provide a basic implementation HDFS deployment.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] HBASE-27830 Introduce hdfs overlay [hbase-kustomize]

2024-01-14 Thread via GitHub


ndimiduk commented on PR #9:
URL: https://github.com/apache/hbase-kustomize/pull/9#issuecomment-1890961238

   This patch is ready for review. It implements the core functionality of a 
basic HDFS deployment on Kubernetes.
   
   The two yamllint failures are long lines due to long URLs ; I don't plant to 
fix them.
   
   The unit tests run locally for me. I'm still working through local 
environment details to get the integration tests running on this machine. See 
readmes in each directory for local run details. I intend to wire them up to CI 
in a later patch.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (HBASE-28266) Finish 3.0.0-beta-1 release

2024-01-14 Thread Duo Zhang (Jira)


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

Duo Zhang commented on HBASE-28266:
---

# Release the artifacts on repository.apache.org (/)
# Move the binaries from dist-dev to dist-release
# Add xml to download page(via HBASE-28265)
# Push tag 3.0.0-beta-1RC0 as tag rel/3.0.0-beta-1
# Release 3.0.0-beta-1 on JIRA 
https://issues.apache.org/jira/projects/HBASE/versions/12353291 (/)
# Add release data on https://reporter.apache.org/addrelease.html?hbase
# Send announcement email

> Finish 3.0.0-beta-1 release
> ---
>
> Key: HBASE-28266
> URL: https://issues.apache.org/jira/browse/HBASE-28266
> Project: HBase
>  Issue Type: Sub-task
>  Components: community
>Reporter: Duo Zhang
>Priority: Major
>
> # Release the artifacts on repository.apache.org 
> # Move the binaries from dist-dev to dist-release
> # Add xml to download page(via HBASE-28265)
> # Push tag 3.0.0-beta-1RC0 as tag rel/3.0.0-beta-1
> # Release 3.0.0-beta-1 on JIRA 
> https://issues.apache.org/jira/projects/HBASE/versions/12353291
> # Add release data on https://reporter.apache.org/addrelease.html?hbase
> # Send announcement email



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (HBASE-28266) Finish 3.0.0-beta-1 release

2024-01-14 Thread Duo Zhang (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-28266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang updated HBASE-28266:
--
Description: 
# Release the artifacts on repository.apache.org 
# Move the binaries from dist-dev to dist-release
# Add xml to download page(via HBASE-28265)
# Push tag 3.0.0-beta-1RC0 as tag rel/3.0.0-beta-1
# Release 3.0.0-beta-1 on JIRA 
https://issues.apache.org/jira/projects/HBASE/versions/12353291
# Add release data on https://reporter.apache.org/addrelease.html?hbase
# Send announcement email

  was:
# Release the artifacts on repository.apache.org
# Move the binaries from dist-dev to dist-release
# Add xml to download page(via HBASE-28265)
# Push tag 3.0.0-beta-1RC0 as tag rel/3.0.0-beta-1
# Release 3.0.0-beta-1 on JIRA 
https://issues.apache.org/jira/projects/HBASE/versions/12353291
# Add release data on https://reporter.apache.org/addrelease.html?hbase
# Send announcement email


> Finish 3.0.0-beta-1 release
> ---
>
> Key: HBASE-28266
> URL: https://issues.apache.org/jira/browse/HBASE-28266
> Project: HBase
>  Issue Type: Sub-task
>  Components: community
>Reporter: Duo Zhang
>Priority: Major
>
> # Release the artifacts on repository.apache.org 
> # Move the binaries from dist-dev to dist-release
> # Add xml to download page(via HBASE-28265)
> # Push tag 3.0.0-beta-1RC0 as tag rel/3.0.0-beta-1
> # Release 3.0.0-beta-1 on JIRA 
> https://issues.apache.org/jira/projects/HBASE/versions/12353291
> # Add release data on https://reporter.apache.org/addrelease.html?hbase
> # Send announcement email



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (HBASE-28266) Finish 3.0.0-beta-1 release

2024-01-14 Thread Duo Zhang (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-28266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang updated HBASE-28266:
--
Description: 
# Release the artifacts on repository.apache.org
# Move the binaries from dist-dev to dist-release
# Add xml to download page(via HBASE-28265)
# Push tag 3.0.0-beta-1RC0 as tag rel/3.0.0-beta-1
# Release 3.0.0-beta-1 on JIRA 
https://issues.apache.org/jira/projects/HBASE/versions/12353291
# Add release data on https://reporter.apache.org/addrelease.html?hbase
# Send announcement email

  was:
# Release the artifacts on repository.apache.org
# Move the binaries from dist-dev to dist-release
# Add xml to download page(via HBASE-27913)
# Push tag 3.0.0-beta-1RC0 as tag rel/3.0.0-beta-1
# Release 3.0.0-beta-1 on JIRA 
https://issues.apache.org/jira/projects/HBASE/versions/12353291
# Add release data on https://reporter.apache.org/addrelease.html?hbase
# Send announcement email


> Finish 3.0.0-beta-1 release
> ---
>
> Key: HBASE-28266
> URL: https://issues.apache.org/jira/browse/HBASE-28266
> Project: HBase
>  Issue Type: Sub-task
>  Components: community
>Reporter: Duo Zhang
>Priority: Major
>
> # Release the artifacts on repository.apache.org
> # Move the binaries from dist-dev to dist-release
> # Add xml to download page(via HBASE-28265)
> # Push tag 3.0.0-beta-1RC0 as tag rel/3.0.0-beta-1
> # Release 3.0.0-beta-1 on JIRA 
> https://issues.apache.org/jira/projects/HBASE/versions/12353291
> # Add release data on https://reporter.apache.org/addrelease.html?hbase
> # Send announcement email



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] HBASE-28307 Add hbase-openssl module and include in release binaries [hbase]

2024-01-14 Thread via GitHub


Apache-HBase commented on PR #5623:
URL: https://github.com/apache/hbase/pull/5623#issuecomment-1890900084

   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   0m 26s |  Docker mode activated.  |
   | -0 :warning: |  yetus  |   0m  2s |  Unprocessed flag(s): 
--brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list 
--whitespace-tabs-ignore-list --quick-hadoopcheck  |
   ||| _ Prechecks _ |
   ||| _ master Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 27s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   2m 20s |  master passed  |
   | +1 :green_heart: |  compile  |   1m 35s |  master passed  |
   | +1 :green_heart: |  shadedjars  |   5m 29s |  branch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   1m 40s |  master passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 14s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   2m 22s |  the patch passed  |
   | +1 :green_heart: |  compile  |   1m 33s |  the patch passed  |
   | +1 :green_heart: |  javac  |   1m 33s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   5m 25s |  patch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   1m 53s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  | 409m 18s |  root in the patch passed.  |
   |  |   | 438m 26s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5623/3/artifact/yetus-jdk8-hadoop3-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/5623 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux 7086fcd2a4f3 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 
23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | master / e3a0174e20 |
   | Default Java | Temurin-1.8.0_352-b08 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5623/3/testReport/
 |
   | Max. process+thread count | 8222 (vs. ulimit of 3) |
   | modules | C: hbase-common hbase-extensions hbase-extensions/hbase-openssl 
hbase-assembly . U: . |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5623/3/console 
|
   | versions | git=2.34.1 maven=3.8.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Resolved] (HBASE-28264) Put up 3.0.0-beta-1RC0

2024-01-14 Thread Duo Zhang (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-28264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang resolved HBASE-28264.
---
Resolution: Fixed

Done.

> Put up 3.0.0-beta-1RC0
> --
>
> Key: HBASE-28264
> URL: https://issues.apache.org/jira/browse/HBASE-28264
> Project: HBase
>  Issue Type: Sub-task
>  Components: community
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)