[GitHub] [hbase] Apache-HBase commented on pull request #4110: HBASE-26753 RegionReplicationSink.send set timeout for replicating me…

2022-02-11 Thread GitBox


Apache-HBase commented on pull request #4110:
URL: https://github.com/apache/hbase/pull/4110#issuecomment-1037023527


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   1m 13s |  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 _ |
   | +1 :green_heart: |  mvninstall  |   2m 40s |  master passed  |
   | +1 :green_heart: |  compile  |   1m 56s |  master passed  |
   | +1 :green_heart: |  checkstyle  |   0m 36s |  master passed  |
   | +1 :green_heart: |  spotbugs  |   1m 18s |  master passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   2m 24s |  the patch passed  |
   | +1 :green_heart: |  compile  |   1m 54s |  the patch passed  |
   | +1 :green_heart: |  javac  |   1m 54s |  the patch passed  |
   | +1 :green_heart: |  checkstyle  |   0m 35s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace 
issues.  |
   | +1 :green_heart: |  hadoopcheck  |  11m 24s |  Patch does not cause any 
errors with Hadoop 3.1.2 3.2.2 3.3.1.  |
   | +1 :green_heart: |  spotbugs  |   1m 25s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m  9s |  The patch does not generate 
ASF License warnings.  |
   |  |   |  30m 36s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4110/1/artifact/yetus-general-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/4110 |
   | Optional Tests | dupname asflicense javac spotbugs hadoopcheck hbaseanti 
checkstyle compile |
   | uname | Linux 13cd50a16013 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 
20:00:55 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | master / ccd908f218 |
   | Default Java | AdoptOpenJDK-1.8.0_282-b08 |
   | Max. process+thread count | 60 (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-4110/1/console 
|
   | versions | git=2.17.1 maven=3.6.3 spotbugs=4.2.2 |
   | 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-26753) RegionReplicationSink.send set timeout for replicating meta edits error

2022-02-11 Thread chenglei (Jira)


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

chenglei updated HBASE-26753:
-
Assignee: chenglei
  Status: Patch Available  (was: Open)

> RegionReplicationSink.send set timeout for replicating meta edits error
> ---
>
> Key: HBASE-26753
> URL: https://issues.apache.org/jira/browse/HBASE-26753
> Project: HBase
>  Issue Type: Bug
>Reporter: chenglei
>Assignee: chenglei
>Priority: Major
>
> HBASE-26539 introduce separate {{RegionReplicationSink.metaEditRpcTimeoutNs}} 
> and {{RegionReplicationSink.metaEditOperationTimeoutNs}} for replicating meta 
> edits, but seems in {{RegionReplicationSink.send}} set timeout is erroneous:
> {code:java}
>  if (hasMetaEdit) {
>   rpcTimeoutNsToUse = rpcTimeoutNs;
>   operationTimeoutNsToUse = operationTimeoutNs;
> } else {
>   rpcTimeoutNsToUse = metaEditRpcTimeoutNs;
>   operationTimeoutNsToUse = metaEditOperationTimeoutNs;
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HBASE-26753) RegionReplicationSink.send set timeout for replicating meta edits error

2022-02-11 Thread chenglei (Jira)


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

chenglei updated HBASE-26753:
-
Affects Version/s: 3.0.0-alpha-3

> RegionReplicationSink.send set timeout for replicating meta edits error
> ---
>
> Key: HBASE-26753
> URL: https://issues.apache.org/jira/browse/HBASE-26753
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 3.0.0-alpha-3
>Reporter: chenglei
>Assignee: chenglei
>Priority: Major
>
> HBASE-26539 introduce separate {{RegionReplicationSink.metaEditRpcTimeoutNs}} 
> and {{RegionReplicationSink.metaEditOperationTimeoutNs}} for replicating meta 
> edits, but seems in {{RegionReplicationSink.send}} set timeout is erroneous:
> {code:java}
>  if (hasMetaEdit) {
>   rpcTimeoutNsToUse = rpcTimeoutNs;
>   operationTimeoutNsToUse = operationTimeoutNs;
> } else {
>   rpcTimeoutNsToUse = metaEditRpcTimeoutNs;
>   operationTimeoutNsToUse = metaEditOperationTimeoutNs;
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[GitHub] [hbase] comnetwork opened a new pull request #4110: HBASE-26753 RegionReplicationSink.send set timeout for replicating me…

2022-02-11 Thread GitBox


comnetwork opened a new pull request #4110:
URL: https://github.com/apache/hbase/pull/4110


   …ta edits error


-- 
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-26753) RegionReplicationSink.send set timeout for replicating meta edits error

2022-02-11 Thread chenglei (Jira)


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

chenglei updated HBASE-26753:
-
Description: 
HBASE-26539 introduce separate {{RegionReplicationSink.metaEditRpcTimeoutNs}} 
and {{RegionReplicationSink.metaEditOperationTimeoutNs}} for replicating meta 
edits, but seems in {{RegionReplicationSink.send}} set timeout is erroneous:
{code:java}
 if (hasMetaEdit) {
  rpcTimeoutNsToUse = rpcTimeoutNs;
  operationTimeoutNsToUse = operationTimeoutNs;
} else {
  rpcTimeoutNsToUse = metaEditRpcTimeoutNs;
  operationTimeoutNsToUse = metaEditOperationTimeoutNs;
}
{code}

  was:
HBASE-26539 introduce separate {{RegionReplicationSink.metaEditRpcTimeoutNs}} 
and {{RegionReplicationSink.metaEditOperationTimeoutNs}} for replicating meta 
edits, but seems in {{}} set timeout  for it is erroneous:
{code:java}
 if (hasMetaEdit) {
  rpcTimeoutNsToUse = rpcTimeoutNs;
  operationTimeoutNsToUse = operationTimeoutNs;
} else {
  rpcTimeoutNsToUse = metaEditRpcTimeoutNs;
  operationTimeoutNsToUse = metaEditOperationTimeoutNs;
}
{code}


> RegionReplicationSink.send set timeout for replicating meta edits error
> ---
>
> Key: HBASE-26753
> URL: https://issues.apache.org/jira/browse/HBASE-26753
> Project: HBase
>  Issue Type: Bug
>Reporter: chenglei
>Priority: Major
>
> HBASE-26539 introduce separate {{RegionReplicationSink.metaEditRpcTimeoutNs}} 
> and {{RegionReplicationSink.metaEditOperationTimeoutNs}} for replicating meta 
> edits, but seems in {{RegionReplicationSink.send}} set timeout is erroneous:
> {code:java}
>  if (hasMetaEdit) {
>   rpcTimeoutNsToUse = rpcTimeoutNs;
>   operationTimeoutNsToUse = operationTimeoutNs;
> } else {
>   rpcTimeoutNsToUse = metaEditRpcTimeoutNs;
>   operationTimeoutNsToUse = metaEditOperationTimeoutNs;
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HBASE-26753) RegionReplicationSink set timeout for replicating meta edits error

2022-02-11 Thread chenglei (Jira)


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

chenglei updated HBASE-26753:
-
Description: 
HBASE-26539 introduce separate {{RegionReplicationSink.metaEditRpcTimeoutNs}} 
and {{RegionReplicationSink.metaEditOperationTimeoutNs}} for replicating meta 
edits, but seems set timeout  for it is erroneous:
{code:java}
 if (hasMetaEdit) {
  rpcTimeoutNsToUse = rpcTimeoutNs;
  operationTimeoutNsToUse = operationTimeoutNs;
} else {
  rpcTimeoutNsToUse = metaEditRpcTimeoutNs;
  operationTimeoutNsToUse = metaEditOperationTimeoutNs;
}
{code}

  was:HBASE-26539 introduce separate 
{{RegionReplicationSink.metaEditRpcTimeoutNs}} and 
{{RegionReplicationSink.metaEditOperationTimeoutNs}} for 


> RegionReplicationSink set timeout for replicating meta edits error
> --
>
> Key: HBASE-26753
> URL: https://issues.apache.org/jira/browse/HBASE-26753
> Project: HBase
>  Issue Type: Bug
>Reporter: chenglei
>Priority: Major
>
> HBASE-26539 introduce separate {{RegionReplicationSink.metaEditRpcTimeoutNs}} 
> and {{RegionReplicationSink.metaEditOperationTimeoutNs}} for replicating meta 
> edits, but seems set timeout  for it is erroneous:
> {code:java}
>  if (hasMetaEdit) {
>   rpcTimeoutNsToUse = rpcTimeoutNs;
>   operationTimeoutNsToUse = operationTimeoutNs;
> } else {
>   rpcTimeoutNsToUse = metaEditRpcTimeoutNs;
>   operationTimeoutNsToUse = metaEditOperationTimeoutNs;
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HBASE-26753) RegionReplicationSink.send set timeout for replicating meta edits error

2022-02-11 Thread chenglei (Jira)


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

chenglei updated HBASE-26753:
-
Summary: RegionReplicationSink.send set timeout for replicating meta edits 
error  (was: RegionReplicationSink set timeout for replicating meta edits error)

> RegionReplicationSink.send set timeout for replicating meta edits error
> ---
>
> Key: HBASE-26753
> URL: https://issues.apache.org/jira/browse/HBASE-26753
> Project: HBase
>  Issue Type: Bug
>Reporter: chenglei
>Priority: Major
>
> HBASE-26539 introduce separate {{RegionReplicationSink.metaEditRpcTimeoutNs}} 
> and {{RegionReplicationSink.metaEditOperationTimeoutNs}} for replicating meta 
> edits, but seems set timeout  for it is erroneous:
> {code:java}
>  if (hasMetaEdit) {
>   rpcTimeoutNsToUse = rpcTimeoutNs;
>   operationTimeoutNsToUse = operationTimeoutNs;
> } else {
>   rpcTimeoutNsToUse = metaEditRpcTimeoutNs;
>   operationTimeoutNsToUse = metaEditOperationTimeoutNs;
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HBASE-26753) RegionReplicationSink.send set timeout for replicating meta edits error

2022-02-11 Thread chenglei (Jira)


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

chenglei updated HBASE-26753:
-
Description: 
HBASE-26539 introduce separate {{RegionReplicationSink.metaEditRpcTimeoutNs}} 
and {{RegionReplicationSink.metaEditOperationTimeoutNs}} for replicating meta 
edits, but seems in {{}} set timeout  for it is erroneous:
{code:java}
 if (hasMetaEdit) {
  rpcTimeoutNsToUse = rpcTimeoutNs;
  operationTimeoutNsToUse = operationTimeoutNs;
} else {
  rpcTimeoutNsToUse = metaEditRpcTimeoutNs;
  operationTimeoutNsToUse = metaEditOperationTimeoutNs;
}
{code}

  was:
HBASE-26539 introduce separate {{RegionReplicationSink.metaEditRpcTimeoutNs}} 
and {{RegionReplicationSink.metaEditOperationTimeoutNs}} for replicating meta 
edits, but seems set timeout  for it is erroneous:
{code:java}
 if (hasMetaEdit) {
  rpcTimeoutNsToUse = rpcTimeoutNs;
  operationTimeoutNsToUse = operationTimeoutNs;
} else {
  rpcTimeoutNsToUse = metaEditRpcTimeoutNs;
  operationTimeoutNsToUse = metaEditOperationTimeoutNs;
}
{code}


> RegionReplicationSink.send set timeout for replicating meta edits error
> ---
>
> Key: HBASE-26753
> URL: https://issues.apache.org/jira/browse/HBASE-26753
> Project: HBase
>  Issue Type: Bug
>Reporter: chenglei
>Priority: Major
>
> HBASE-26539 introduce separate {{RegionReplicationSink.metaEditRpcTimeoutNs}} 
> and {{RegionReplicationSink.metaEditOperationTimeoutNs}} for replicating meta 
> edits, but seems in {{}} set timeout  for it is erroneous:
> {code:java}
>  if (hasMetaEdit) {
>   rpcTimeoutNsToUse = rpcTimeoutNs;
>   operationTimeoutNsToUse = operationTimeoutNs;
> } else {
>   rpcTimeoutNsToUse = metaEditRpcTimeoutNs;
>   operationTimeoutNsToUse = metaEditOperationTimeoutNs;
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HBASE-26753) RegionReplicationSink set timeout for replicating meta edits error

2022-02-11 Thread chenglei (Jira)


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

chenglei updated HBASE-26753:
-
Summary: RegionReplicationSink set timeout for replicating meta edits error 
 (was: RegionReplicationSink set timeout for replication meta edit error)

> RegionReplicationSink set timeout for replicating meta edits error
> --
>
> Key: HBASE-26753
> URL: https://issues.apache.org/jira/browse/HBASE-26753
> Project: HBase
>  Issue Type: Bug
>Reporter: chenglei
>Priority: Major
>
> HBASE-26539 introduce separate {{RegionReplicationSink.metaEditRpcTimeoutNs}} 
> and {{RegionReplicationSink.metaEditOperationTimeoutNs}} for 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HBASE-26753) RegionReplicationSink set timeout for replication meta edit error

2022-02-11 Thread chenglei (Jira)


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

chenglei updated HBASE-26753:
-
Description: HBASE-26539 introduce separate 
{{RegionReplicationSink.metaEditRpcTimeoutNs}} and 
{{RegionReplicationSink.metaEditOperationTimeoutNs}} for 

> RegionReplicationSink set timeout for replication meta edit error
> -
>
> Key: HBASE-26753
> URL: https://issues.apache.org/jira/browse/HBASE-26753
> Project: HBase
>  Issue Type: Bug
>Reporter: chenglei
>Priority: Major
>
> HBASE-26539 introduce separate {{RegionReplicationSink.metaEditRpcTimeoutNs}} 
> and {{RegionReplicationSink.metaEditOperationTimeoutNs}} for 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (HBASE-26753) RegionReplicationSink set timeout for replication meta edit error

2022-02-11 Thread chenglei (Jira)
chenglei created HBASE-26753:


 Summary: RegionReplicationSink set timeout for replication meta 
edit error
 Key: HBASE-26753
 URL: https://issues.apache.org/jira/browse/HBASE-26753
 Project: HBase
  Issue Type: Bug
Reporter: chenglei






--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (HBASE-26749) Migrate HBase main pre commit job to ci-hbase

2022-02-11 Thread Hudson (Jira)


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

Hudson commented on HBASE-26749:


Results for branch branch-2.4
[build #288 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.4/288/]:
 (/) *{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.4/288/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.4/288/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.4/288/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.4/288/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}


> Migrate HBase main pre commit job to ci-hbase
> -
>
> Key: HBASE-26749
> URL: https://issues.apache.org/jira/browse/HBASE-26749
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
> Fix For: 2.5.0, 1.7.2, 3.0.0-alpha-3, 2.4.10
>
>
> We used to run this on the hadoop label so first we need to change the label 
> in jenkins file.
> And before migration, we need to move the 10 hbase nodes from ci-hadoop to 
> ci-hbase as there are no jobs on them any more.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (HBASE-26749) Migrate HBase main pre commit job to ci-hbase

2022-02-11 Thread Hudson (Jira)


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

Hudson commented on HBASE-26749:


Results for branch branch-2
[build #463 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/463/]: 
(/) *{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/463/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/463/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/463/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/463/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}


> Migrate HBase main pre commit job to ci-hbase
> -
>
> Key: HBASE-26749
> URL: https://issues.apache.org/jira/browse/HBASE-26749
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
> Fix For: 2.5.0, 1.7.2, 3.0.0-alpha-3, 2.4.10
>
>
> We used to run this on the hadoop label so first we need to change the label 
> in jenkins file.
> And before migration, we need to move the 10 hbase nodes from ci-hadoop to 
> ci-hbase as there are no jobs on them any more.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[GitHub] [hbase] Apache9 commented on pull request #4106: HBASE-26545 Implement tracing of scan

2022-02-11 Thread GitBox


Apache9 commented on pull request #4106:
URL: https://github.com/apache/hbase/pull/4106#issuecomment-1036933744


   So for async table, we will create a span when starting the scanner, and 
once we actually execute a piece of code, we will restore that span? So when 
will we end the span?


-- 
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-26749) Migrate HBase main pre commit job to ci-hbase

2022-02-11 Thread Hudson (Jira)


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

Hudson commented on HBASE-26749:


Results for branch branch-2.5
[build #47 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/47/]: 
(/) *{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.5/47/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.5/47/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.5/47/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.5/47/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}


> Migrate HBase main pre commit job to ci-hbase
> -
>
> Key: HBASE-26749
> URL: https://issues.apache.org/jira/browse/HBASE-26749
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
> Fix For: 2.5.0, 1.7.2, 3.0.0-alpha-3, 2.4.10
>
>
> We used to run this on the hadoop label so first we need to change the label 
> in jenkins file.
> And before migration, we need to move the 10 hbase nodes from ci-hadoop to 
> ci-hbase as there are no jobs on them any more.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (HBASE-26747) Use python2 instead of python in our python scripts

2022-02-11 Thread Hudson (Jira)


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

Hudson commented on HBASE-26747:


Results for branch branch-2.5
[build #47 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/47/]: 
(/) *{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.5/47/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.5/47/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.5/47/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.5/47/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}


> Use python2 instead of python in our python scripts
> ---
>
> Key: HBASE-26747
> URL: https://issues.apache.org/jira/browse/HBASE-26747
> Project: HBase
>  Issue Type: Sub-task
>  Components: jenkins
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
> Fix For: 2.5.0, 1.7.2, 3.0.0-alpha-3, 2.4.10
>
>
> According to the suggestion from INFRA team, let's specify python2 directly.
> Later we could see if we can migrate to python3.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (HBASE-26749) Migrate HBase main pre commit job to ci-hbase

2022-02-11 Thread Hudson (Jira)


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

Hudson commented on HBASE-26749:


Results for branch master
[build #516 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/516/]: 
(/) *{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/master/516/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/516/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/516/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}


> Migrate HBase main pre commit job to ci-hbase
> -
>
> Key: HBASE-26749
> URL: https://issues.apache.org/jira/browse/HBASE-26749
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
> Fix For: 2.5.0, 1.7.2, 3.0.0-alpha-3, 2.4.10
>
>
> We used to run this on the hadoop label so first we need to change the label 
> in jenkins file.
> And before migration, we need to move the 10 hbase nodes from ci-hadoop to 
> ci-hbase as there are no jobs on them any more.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[GitHub] [hbase] ndimiduk commented on a change in pull request #4106: HBASE-26545 Implement tracing of scan

2022-02-11 Thread GitBox


ndimiduk commented on a change in pull request #4106:
URL: https://github.com/apache/hbase/pull/4106#discussion_r804602564



##
File path: 
hbase-server/src/test/java/org/apache/hadoop/hbase/trace/OpenTelemetryTestRule.java
##
@@ -0,0 +1,39 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.hadoop.hbase.trace;
+
+import org.junit.rules.ExternalResource;
+
+/**
+ * Used alongside {@link OpenTelemetryClassRule}. See that class's javadoc for 
details on when to
+ * use these classes instead of {@link 
io.opentelemetry.sdk.testing.junit4.OpenTelemetryRule} and
+ * an example of how to use these classes together.
+ */
+public final class OpenTelemetryTestRule extends ExternalResource {
+
+  private final OpenTelemetryClassRule classRuleSupplier;

Review comment:
   This is not a "supplier"; fix the name.




-- 
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-26751) Tests for shell exit behavior

2022-02-11 Thread Peter Somogyi (Jira)


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

Peter Somogyi commented on HBASE-26751:
---

Good idea, thanks Sean!

> Tests for shell exit behavior
> -
>
> Key: HBASE-26751
> URL: https://issues.apache.org/jira/browse/HBASE-26751
> Project: HBase
>  Issue Type: Test
>  Components: shell, test
>Reporter: Peter Somogyi
>Priority: Major
>
> HBase shell exit behavior and exception handling is not covered with tests.
> The tests should cover the clean exits and also when a command throws 
> exceptions in interactive and non-interactive modes.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[GitHub] [hbase] virajjasani merged pull request #4109: HBASE-26752 Fix flappy test TestSimpleRegionNormalizerOnCluster

2022-02-11 Thread GitBox


virajjasani merged pull request #4109:
URL: https://github.com/apache/hbase/pull/4109


   


-- 
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




[GitHub] [hbase] Apache-HBase commented on pull request #4109: HBASE-26752 Fix flappy test TestSimpleRegionNormalizerOnCluster

2022-02-11 Thread GitBox


Apache-HBase commented on pull request #4109:
URL: https://github.com/apache/hbase/pull/4109#issuecomment-1036076007


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   5m 27s |  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.  |
   | +1 :green_heart: |  test4tests  |   0m  0s |  The patch appears to include 
1 new or modified test files.  |
   ||| _ branch-1 Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  36m 38s |  branch-1 passed  |
   | +1 :green_heart: |  compile  |   0m 26s |  branch-1 passed with JDK Azul 
Systems, Inc.-1.8.0_262-b19  |
   | +1 :green_heart: |  compile  |   0m 35s |  branch-1 passed with JDK Azul 
Systems, Inc.-1.7.0_272-b10  |
   | +1 :green_heart: |  checkstyle  |   1m 17s |  branch-1 passed  |
   | +1 :green_heart: |  shadedjars  |   2m 28s |  branch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 38s |  branch-1 passed with JDK Azul 
Systems, Inc.-1.8.0_262-b19  |
   | +1 :green_heart: |  javadoc  |   0m 29s |  branch-1 passed with JDK Azul 
Systems, Inc.-1.7.0_272-b10  |
   | +0 :ok: |  spotbugs  |   2m 15s |  Used deprecated FindBugs config; 
considering switching to SpotBugs.  |
   | +1 :green_heart: |  findbugs  |   2m 13s |  branch-1 passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   1m 23s |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 29s |  the patch passed with JDK Azul 
Systems, Inc.-1.8.0_262-b19  |
   | +1 :green_heart: |  javac  |   0m 29s |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 29s |  the patch passed with JDK Azul 
Systems, Inc.-1.7.0_272-b10  |
   | +1 :green_heart: |  javac  |   0m 29s |  the patch passed  |
   | +1 :green_heart: |  checkstyle  |   0m 58s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace 
issues.  |
   | +1 :green_heart: |  shadedjars  |   2m  9s |  patch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  hadoopcheck  |   6m  7s |  Patch does not cause any 
errors with Hadoop 2.8.5 2.9.2.  |
   | +1 :green_heart: |  javadoc  |   0m 22s |  the patch passed with JDK Azul 
Systems, Inc.-1.8.0_262-b19  |
   | +1 :green_heart: |  javadoc  |   0m 31s |  the patch passed with JDK Azul 
Systems, Inc.-1.7.0_272-b10  |
   | +1 :green_heart: |  findbugs  |   2m 31s |  the patch passed  |
   ||| _ Other Tests _ |
   | -1 :x: |  unit  | 123m 18s |  hbase-server in the patch failed.  |
   | +1 :green_heart: |  asflicense  |   0m 36s |  The patch does not generate 
ASF License warnings.  |
   |  |   | 191m 54s |   |
   
   
   | Reason | Tests |
   |---:|:--|
   | Failed junit tests | hadoop.hbase.replication.TestReplicationEndpoint |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4109/1/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/4109 |
   | Optional Tests | dupname asflicense javac javadoc unit spotbugs findbugs 
shadedjars hadoopcheck hbaseanti checkstyle compile |
   | uname | Linux e2746b650b3e 5.4.0-1025-aws #25~18.04.1-Ubuntu SMP Fri Sep 
11 12:03:04 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | 
/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-4109/out/precommit/personality/provided.sh
 |
   | git revision | branch-1 / c45133a9ee |
   | Default Java | Azul Systems, Inc.-1.7.0_272-b10 |
   | Multi-JDK versions | /usr/lib/jvm/zulu-8-amd64:Azul Systems, 
Inc.-1.8.0_262-b19 /usr/lib/jvm/zulu-7-amd64:Azul Systems, Inc.-1.7.0_272-b10 |
   | unit | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4109/1/artifact/out/patch-unit-hbase-server.txt
 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4109/1/testReport/
 |
   | Max. process+thread count | 3888 (vs. ulimit of 1) |
   | modules | C: hbase-server U: hbase-server |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4109/1/console 
|
   | versions | git=2.17.1 maven=3.6.0 findbugs=3.0.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 

[GitHub] [hbase] Apache-HBase commented on pull request #4106: HBASE-26545 Implement tracing of scan

2022-02-11 Thread GitBox


Apache-HBase commented on pull request #4106:
URL: https://github.com/apache/hbase/pull/4106#issuecomment-1036075955


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   1m  7s |  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 16s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   3m 21s |  master passed  |
   | +1 :green_heart: |  compile  |   1m  3s |  master passed  |
   | +1 :green_heart: |  shadedjars  |   6m 35s |  branch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 43s |  master passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 14s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   3m  2s |  the patch passed  |
   | +1 :green_heart: |  compile  |   1m  1s |  the patch passed  |
   | +1 :green_heart: |  javac  |   1m  1s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   5m 58s |  patch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 52s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   1m 55s |  hbase-client in the patch passed.  
|
   | +1 :green_heart: |  unit  | 329m 16s |  hbase-server in the patch passed.  
|
   |  |   | 357m  5s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4106/1/artifact/yetus-jdk8-hadoop3-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/4106 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux 1054680830f9 5.4.0-1025-aws #25~18.04.1-Ubuntu SMP Fri Sep 
11 12:03:04 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | master / ccd908f218 |
   | Default Java | AdoptOpenJDK-1.8.0_282-b08 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4106/1/testReport/
 |
   | Max. process+thread count | 1809 (vs. ulimit of 3) |
   | modules | C: hbase-client hbase-server U: . |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4106/1/console 
|
   | versions | git=2.17.1 maven=3.6.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




[GitHub] [hbase] Apache-HBase commented on pull request #4092: HBASE-26712 Balancer encounters NPE in rare case

2022-02-11 Thread GitBox


Apache-HBase commented on pull request #4092:
URL: https://github.com/apache/hbase/pull/4092#issuecomment-1036075796


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   5m 59s |  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 _ |
   | +1 :green_heart: |  mvninstall  |   2m 40s |  master passed  |
   | +1 :green_heart: |  compile  |   0m 37s |  master passed  |
   | +1 :green_heart: |  shadedjars  |   4m 37s |  branch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 25s |  master passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   2m 24s |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 38s |  the patch passed  |
   | +1 :green_heart: |  javac  |   0m 38s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   4m 37s |  patch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 24s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  | 329m 38s |  hbase-server in the patch passed.  
|
   |  |   | 353m 20s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4092/2/artifact/yetus-jdk8-hadoop3-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/4092 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux 1f88670e392e 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 
20:00:55 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | master / ccd908f218 |
   | Default Java | AdoptOpenJDK-1.8.0_282-b08 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4092/2/testReport/
 |
   | Max. process+thread count | 1701 (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-4092/2/console 
|
   | versions | git=2.17.1 maven=3.6.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




[GitHub] [hbase] Apache-HBase commented on pull request #4106: HBASE-26545 Implement tracing of scan

2022-02-11 Thread GitBox


Apache-HBase commented on pull request #4106:
URL: https://github.com/apache/hbase/pull/4106#issuecomment-1036073755


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |::|--:|:|:|
   | +0 :ok: |  reexec  |   0m 37s |  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 16s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   3m 15s |  master passed  |
   | +1 :green_heart: |  compile  |   0m 59s |  master passed  |
   | +1 :green_heart: |  shadedjars  |   5m 22s |  branch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 40s |  master passed  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 11s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   2m 57s |  the patch passed  |
   | +1 :green_heart: |  compile  |   1m  0s |  the patch passed  |
   | +1 :green_heart: |  javac  |   1m  0s |  the patch passed  |
   | +1 :green_heart: |  shadedjars  |   5m 21s |  patch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 38s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   1m 50s |  hbase-client in the patch passed.  
|
   | +1 :green_heart: |  unit  | 327m  6s |  hbase-server in the patch passed.  
|
   |  |   | 354m 30s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4106/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/4106 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux b0ca83f9c49d 5.4.0-1025-aws #25~18.04.1-Ubuntu SMP Fri Sep 
11 12:03:04 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | master / ccd908f218 |
   | Default Java | AdoptOpenJDK-11.0.10+9 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4106/1/testReport/
 |
   | Max. process+thread count | 1568 (vs. ulimit of 3) |
   | modules | C: hbase-client hbase-server U: . |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4106/1/console 
|
   | versions | git=2.17.1 maven=3.6.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




[GitHub] [hbase] Apache-HBase commented on pull request #4092: HBASE-26712 Balancer encounters NPE in rare case

2022-02-11 Thread GitBox


Apache-HBase commented on pull request #4092:
URL: https://github.com/apache/hbase/pull/4092#issuecomment-1036071626


   :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 _ |
   ||| _ master Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   4m 15s |  master passed  |
   | +1 :green_heart: |  compile  |   0m 47s |  master passed  |
   | +1 :green_heart: |  shadedjars  |   5m 27s |  branch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 27s |  master passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   3m  0s |  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 22s |  patch has no errors when 
building our shaded downstream artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 24s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  | 325m 29s |  hbase-server in the patch passed.  
|
   |  |   | 347m 48s |   |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4092/2/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/4092 |
   | Optional Tests | javac javadoc unit shadedjars compile |
   | uname | Linux 9224b9d3c4b1 5.4.0-1025-aws #25~18.04.1-Ubuntu SMP Fri Sep 
11 12:03:04 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | master / ccd908f218 |
   | Default Java | AdoptOpenJDK-11.0.10+9 |
   |  Test Results | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4092/2/testReport/
 |
   | Max. process+thread count | 1654 (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-4092/2/console 
|
   | versions | git=2.17.1 maven=3.6.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




[jira] [Commented] (HBASE-26747) Use python2 instead of python in our python scripts

2022-02-11 Thread Hudson (Jira)


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

Hudson commented on HBASE-26747:


Results for branch branch-2.4
[build #287 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.4/287/]:
 (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.4/287/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.4/287/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.4/287/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.4/287/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}


> Use python2 instead of python in our python scripts
> ---
>
> Key: HBASE-26747
> URL: https://issues.apache.org/jira/browse/HBASE-26747
> Project: HBase
>  Issue Type: Sub-task
>  Components: jenkins
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
> Fix For: 2.5.0, 1.7.2, 3.0.0-alpha-3, 2.4.10
>
>
> According to the suggestion from INFRA team, let's specify python2 directly.
> Later we could see if we can migrate to python3.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)