You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2023/02/26 04:31:00 UTC

[jira] [Commented] (HBASE-27661) Set size of systable queue in UT

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

Hudson commented on HBASE-27661:
--------------------------------

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


> Set size of systable queue in UT
> --------------------------------
>
>                 Key: HBASE-27661
>                 URL: https://issues.apache.org/jira/browse/HBASE-27661
>             Project: HBase
>          Issue Type: Bug
>            Reporter: tianhang tang
>            Assignee: tianhang tang
>            Priority: Major
>             Fix For: 2.6.0, 3.0.0-alpha-4, 2.4.17, 2.5.4
>
>         Attachments: image-2023-02-23-14-52-38-867.png, image-2023-02-23-14-53-02-177.png
>
>
> TestSlowLogAccessor#testHigherSlowLogs failed in my CI pipeline.
> !image-2023-02-23-14-52-38-867.png|width=654,height=409!
> !image-2023-02-23-14-53-02-177.png|width=702,height=328!
> SlowLogPersistentService use an [EvictingQueue|https://github.com/apache/hbase/blob/22dbb7afc383b9b9a8678f2c9eca1dca31784615/hbase-server/src/main/java/org/apache/hadoop/hbase/namequeues/SlowLogPersistentService.java#L58] to handle slowLogs. and default size is 1000.
> So when the write speed is fast, this UT cannot guarantee that more than 2000 slowLogs will be stored in the table (they will be evicted in the queue).



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