[jira] [Commented] (HBASE-30111) TestBlockBytesScannedQuota is flapping
[
https://issues.apache.org/jira/browse/HBASE-30111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18076401#comment-18076401
]
Hudson commented on HBASE-30111:
Results for branch branch-2
[build #1422 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1422/]:
(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/1422/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/1422/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/1422/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/1422/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1422/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
> TestBlockBytesScannedQuota is flapping
> --
>
> Key: HBASE-30111
> URL: https://issues.apache.org/jira/browse/HBASE-30111
> Project: HBase
> Issue Type: Bug
>Reporter: Hari Krishna Dara
>Assignee: Hari Krishna Dara
>Priority: Minor
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.6
>
>
> ---
> Test set: org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> ---
> Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 63.14 s <<<
> FAILURE! -- in org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan -- Time
> elapsed: 13.57 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan(TestBlockBytesScannedQuota.java:144)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet --
> Time elapsed: 16.72 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet(TestBlockBytesScannedQuota.java:248)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSGet -- Time
> elapsed: 12.33 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.wait
[jira] [Commented] (HBASE-30111) TestBlockBytesScannedQuota is flapping
[
https://issues.apache.org/jira/browse/HBASE-30111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18076281#comment-18076281
]
Hudson commented on HBASE-30111:
Results for branch branch-3
[build #23 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-3/23/]:
(x) *{color:red}-1 overall{color}*
Backwards compatibility checks:
(x) {color:red}-1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-3/23/console]
(/) {color:green}+1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-3/23/console]
(/) {color:green}+1 jdk17 hadoop 3.4.0 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-3/23/console]
(/) {color:green}+1 jdk17 hadoop 3.4.1 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-3/23/console]
(/) {color:green}+1 jdk17 hadoop 3.4.2 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-3/23/console]
> TestBlockBytesScannedQuota is flapping
> --
>
> Key: HBASE-30111
> URL: https://issues.apache.org/jira/browse/HBASE-30111
> Project: HBase
> Issue Type: Bug
>Reporter: Hari Krishna Dara
>Assignee: Hari Krishna Dara
>Priority: Minor
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.6
>
>
> ---
> Test set: org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> ---
> Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 63.14 s <<<
> FAILURE! -- in org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan -- Time
> elapsed: 13.57 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan(TestBlockBytesScannedQuota.java:144)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet --
> Time elapsed: 16.72 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet(TestBlockBytesScannedQuota.java:248)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSGet -- Time
> elapsed: 12.33 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
[jira] [Commented] (HBASE-30111) TestBlockBytesScannedQuota is flapping
[
https://issues.apache.org/jira/browse/HBASE-30111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18076257#comment-18076257
]
Hudson commented on HBASE-30111:
Results for branch master
[build #23 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/master/23/]:
(/) *{color:green}+1 overall{color}*
Backwards compatibility checks:
(/) {color:green}+1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/master/23/console]
(/) {color:green}+1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/master/23/console]
(/) {color:green}+1 jdk17 hadoop 3.4.0 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/master/23/console]
(/) {color:green}+1 jdk17 hadoop 3.4.1 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/master/23/console]
(/) {color:green}+1 jdk17 hadoop 3.4.2 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/master/23/console]
> TestBlockBytesScannedQuota is flapping
> --
>
> Key: HBASE-30111
> URL: https://issues.apache.org/jira/browse/HBASE-30111
> Project: HBase
> Issue Type: Bug
>Reporter: Hari Krishna Dara
>Assignee: Hari Krishna Dara
>Priority: Minor
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.6
>
>
> ---
> Test set: org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> ---
> Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 63.14 s <<<
> FAILURE! -- in org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan -- Time
> elapsed: 13.57 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan(TestBlockBytesScannedQuota.java:144)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet --
> Time elapsed: 16.72 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet(TestBlockBytesScannedQuota.java:248)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSGet -- Time
> elapsed: 12.33 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.
[jira] [Commented] (HBASE-30111) TestBlockBytesScannedQuota is flapping
[
https://issues.apache.org/jira/browse/HBASE-30111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18076250#comment-18076250
]
Hudson commented on HBASE-30111:
Results for branch branch-3
[build #557 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/557/]:
(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-3/557/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/557/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
> TestBlockBytesScannedQuota is flapping
> --
>
> Key: HBASE-30111
> URL: https://issues.apache.org/jira/browse/HBASE-30111
> Project: HBase
> Issue Type: Bug
>Reporter: Hari Krishna Dara
>Assignee: Hari Krishna Dara
>Priority: Minor
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.6
>
>
> ---
> Test set: org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> ---
> Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 63.14 s <<<
> FAILURE! -- in org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan -- Time
> elapsed: 13.57 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan(TestBlockBytesScannedQuota.java:144)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet --
> Time elapsed: 16.72 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet(TestBlockBytesScannedQuota.java:248)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSGet -- Time
> elapsed: 12.33 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSGet(TestBlockBytesScannedQuota.java:113)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolE
[jira] [Commented] (HBASE-30111) TestBlockBytesScannedQuota is flapping
[
https://issues.apache.org/jira/browse/HBASE-30111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18076246#comment-18076246
]
Hudson commented on HBASE-30111:
Results for branch master
[build #1441 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1441/]:
(x) *{color:red}-1 overall{color}*
details (if available):
(x) {color:red}-1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1441/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1441/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
> TestBlockBytesScannedQuota is flapping
> --
>
> Key: HBASE-30111
> URL: https://issues.apache.org/jira/browse/HBASE-30111
> Project: HBase
> Issue Type: Bug
>Reporter: Hari Krishna Dara
>Assignee: Hari Krishna Dara
>Priority: Minor
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.6
>
>
> ---
> Test set: org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> ---
> Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 63.14 s <<<
> FAILURE! -- in org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan -- Time
> elapsed: 13.57 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan(TestBlockBytesScannedQuota.java:144)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet --
> Time elapsed: 16.72 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet(TestBlockBytesScannedQuota.java:248)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSGet -- Time
> elapsed: 12.33 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSGet(TestBlockBytesScannedQuota.java:113)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecuto
[jira] [Commented] (HBASE-30111) TestBlockBytesScannedQuota is flapping
[
https://issues.apache.org/jira/browse/HBASE-30111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18076238#comment-18076238
]
Hudson commented on HBASE-30111:
Results for branch branch-3
[build #42 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Integration-Test/job/branch-3/42/]:
(/) *{color:green}+1 overall{color}*
details (if available):
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.5 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.3.6 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.0 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
(/) {color:green}+1 client integration test for 3.4.1 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.2 {color}
(/) {color:green}+1 client integration test for 3.4.2 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.3 {color}
(/) {color:green}+1 client integration test for 3.4.3 with shaded hadoop
client{color}
> TestBlockBytesScannedQuota is flapping
> --
>
> Key: HBASE-30111
> URL: https://issues.apache.org/jira/browse/HBASE-30111
> Project: HBase
> Issue Type: Bug
>Reporter: Hari Krishna Dara
>Assignee: Hari Krishna Dara
>Priority: Minor
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.6
>
>
> ---
> Test set: org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> ---
> Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 63.14 s <<<
> FAILURE! -- in org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan -- Time
> elapsed: 13.57 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan(TestBlockBytesScannedQuota.java:144)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet --
> Time elapsed: 16.72 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet(TestBlockBytesScannedQuota.java:248)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSGet -- Time
> elapsed: 12.33 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
>
[jira] [Commented] (HBASE-30111) TestBlockBytesScannedQuota is flapping
[
https://issues.apache.org/jira/browse/HBASE-30111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18076228#comment-18076228
]
Hudson commented on HBASE-30111:
Results for branch branch-2
[build #21 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2/21/]:
(/) *{color:green}+1 overall{color}*
Backwards compatibility checks:
(/) {color:green}+1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2/21/console]
(/) {color:green}+1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2/21/console]
(/) {color:green}+1 jdk17 hadoop 3.4.0 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2/21/console]
(/) {color:green}+1 jdk17 hadoop 3.4.1 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2/21/console]
(/) {color:green}+1 jdk17 hadoop 3.4.2 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2/21/console]
> TestBlockBytesScannedQuota is flapping
> --
>
> Key: HBASE-30111
> URL: https://issues.apache.org/jira/browse/HBASE-30111
> Project: HBase
> Issue Type: Bug
>Reporter: Hari Krishna Dara
>Assignee: Hari Krishna Dara
>Priority: Minor
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.6
>
>
> ---
> Test set: org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> ---
> Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 63.14 s <<<
> FAILURE! -- in org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan -- Time
> elapsed: 13.57 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan(TestBlockBytesScannedQuota.java:144)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet --
> Time elapsed: 16.72 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet(TestBlockBytesScannedQuota.java:248)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSGet -- Time
> elapsed: 12.33 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:
[jira] [Commented] (HBASE-30111) TestBlockBytesScannedQuota is flapping
[
https://issues.apache.org/jira/browse/HBASE-30111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18076221#comment-18076221
]
Hudson commented on HBASE-30111:
Results for branch master
[build #49 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Integration-Test/job/master/49/]:
(/) *{color:green}+1 overall{color}*
details (if available):
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.5 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.3.6 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.0 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
(/) {color:green}+1 client integration test for 3.4.1 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.2 {color}
(/) {color:green}+1 client integration test for 3.4.2 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.3 {color}
(/) {color:green}+1 client integration test for 3.4.3 with shaded hadoop
client{color}
> TestBlockBytesScannedQuota is flapping
> --
>
> Key: HBASE-30111
> URL: https://issues.apache.org/jira/browse/HBASE-30111
> Project: HBase
> Issue Type: Bug
>Reporter: Hari Krishna Dara
>Assignee: Hari Krishna Dara
>Priority: Minor
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.6
>
>
> ---
> Test set: org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> ---
> Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 63.14 s <<<
> FAILURE! -- in org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan -- Time
> elapsed: 13.57 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan(TestBlockBytesScannedQuota.java:144)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet --
> Time elapsed: 16.72 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet(TestBlockBytesScannedQuota.java:248)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSGet -- Time
> elapsed: 12.33 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.
[jira] [Commented] (HBASE-30111) TestBlockBytesScannedQuota is flapping
[
https://issues.apache.org/jira/browse/HBASE-30111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18076167#comment-18076167
]
Hudson commented on HBASE-30111:
Results for branch branch-2
[build #40 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Integration-Test/job/branch-2/40/]:
(/) *{color:green}+1 overall{color}*
details (if available):
(/) {color:green}+1 client integration test for 2.10.2 {color}
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.5 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.3.6 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.0 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
(/) {color:green}+1 client integration test for 3.4.1 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.2 {color}
(/) {color:green}+1 client integration test for 3.4.2 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.3 {color}
(/) {color:green}+1 client integration test for 3.4.3 with shaded hadoop
client{color}
> TestBlockBytesScannedQuota is flapping
> --
>
> Key: HBASE-30111
> URL: https://issues.apache.org/jira/browse/HBASE-30111
> Project: HBase
> Issue Type: Bug
>Reporter: Hari Krishna Dara
>Assignee: Hari Krishna Dara
>Priority: Minor
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.6
>
>
> ---
> Test set: org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> ---
> Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 63.14 s <<<
> FAILURE! -- in org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan -- Time
> elapsed: 13.57 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan(TestBlockBytesScannedQuota.java:144)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet --
> Time elapsed: 16.72 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet(TestBlockBytesScannedQuota.java:248)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSGet -- Time
> elapsed: 12.33 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCo
[jira] [Commented] (HBASE-30111) TestBlockBytesScannedQuota is flapping
[
https://issues.apache.org/jira/browse/HBASE-30111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18076150#comment-18076150
]
Hudson commented on HBASE-30111:
Results for branch branch-2.6
[build #21 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/21/]:
(x) *{color:red}-1 overall{color}*
Backwards compatibility checks:
(x) {color:red}-1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/21/console]
(/) {color:green}+1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/21/console]
(/) {color:green}+1 jdk17 hadoop 3.4.0 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/21/console]
(/) {color:green}+1 jdk17 hadoop 3.4.1 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/21/console]
(/) {color:green}+1 jdk17 hadoop 3.4.2 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase-Backwards-Compatibility-Test/job/branch-2.6/21/console]
> TestBlockBytesScannedQuota is flapping
> --
>
> Key: HBASE-30111
> URL: https://issues.apache.org/jira/browse/HBASE-30111
> Project: HBase
> Issue Type: Bug
>Reporter: Hari Krishna Dara
>Assignee: Hari Krishna Dara
>Priority: Minor
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.6
>
>
> ---
> Test set: org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> ---
> Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 63.14 s <<<
> FAILURE! -- in org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan -- Time
> elapsed: 13.57 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan(TestBlockBytesScannedQuota.java:144)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet --
> Time elapsed: 16.72 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet(TestBlockBytesScannedQuota.java:248)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSGet -- Time
> elapsed: 12.33 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Wa
[jira] [Commented] (HBASE-30111) TestBlockBytesScannedQuota is flapping
[
https://issues.apache.org/jira/browse/HBASE-30111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18076144#comment-18076144
]
Hudson commented on HBASE-30111:
Results for branch branch-2.6
[build #455 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/455/]:
(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.6/455/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/455/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.6/455/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/455/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/455/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
> TestBlockBytesScannedQuota is flapping
> --
>
> Key: HBASE-30111
> URL: https://issues.apache.org/jira/browse/HBASE-30111
> Project: HBase
> Issue Type: Bug
>Reporter: Hari Krishna Dara
>Assignee: Hari Krishna Dara
>Priority: Minor
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.6
>
>
> ---
> Test set: org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> ---
> Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 63.14 s <<<
> FAILURE! -- in org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan -- Time
> elapsed: 13.57 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan(TestBlockBytesScannedQuota.java:144)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet --
> Time elapsed: 16.72 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet(TestBlockBytesScannedQuota.java:248)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSGet -- Time
> elapsed: 12.33 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.w
[jira] [Commented] (HBASE-30111) TestBlockBytesScannedQuota is flapping
[
https://issues.apache.org/jira/browse/HBASE-30111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18076136#comment-18076136
]
Hudson commented on HBASE-30111:
Results for branch branch-2.6
[build #37 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Integration-Test/job/branch-2.6/37/]:
(/) *{color:green}+1 overall{color}*
details (if available):
(/) {color:green}+1 client integration test for 2.10.2 {color}
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.5 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.3.6 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.0 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
(/) {color:green}+1 client integration test for 3.4.1 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.2 {color}
(/) {color:green}+1 client integration test for 3.4.2 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.3 {color}
(/) {color:green}+1 client integration test for 3.4.3 with shaded hadoop
client{color}
> TestBlockBytesScannedQuota is flapping
> --
>
> Key: HBASE-30111
> URL: https://issues.apache.org/jira/browse/HBASE-30111
> Project: HBase
> Issue Type: Bug
>Reporter: Hari Krishna Dara
>Assignee: Hari Krishna Dara
>Priority: Minor
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.6
>
>
> ---
> Test set: org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> ---
> Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 63.14 s <<<
> FAILURE! -- in org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan -- Time
> elapsed: 13.57 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSScan(TestBlockBytesScannedQuota.java:144)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet --
> Time elapsed: 16.72 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBaseCommonTestingUtil.waitFor(HBaseCommonTestingUtil.java:239)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testTraffic(TestBlockBytesScannedQuota.java:263)
> at
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSMultiGet(TestBlockBytesScannedQuota.java:248)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at
> org.apache.hadoop.hbase.HBaseJupiterExtension.lambda$runWithTimeout$0(HBaseJupiterExtension.java:159)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.base/java.lang.Thread.run(Thread.java:840)
>
> org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota.testBBSGet -- Time
> elapsed: 12.33 s <<< FAILURE!
> java.lang.AssertionError: Waiting timed out after [5,000] msec
> at org.junit.Assert.fail(Assert.java:89)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:203)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:135)
> at
> org.apache.hadoop.hbase.HBa
