[
https://issues.apache.org/jira/browse/HBASE-28837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907649#comment-17907649
]
Hudson commented on HBASE-28837:
--------------------------------
Results for branch master
[build #1229 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1229/]:
(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/1229/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk17 hadoop3 checks{color}
-- Something went wrong running this stage, please [check relevant console
output|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1229//console].
(/) {color:green}+1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility
checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1229/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility
checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1229/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility
checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1229/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
> Introduce row statistics coprocessor example
> --------------------------------------------
>
> Key: HBASE-28837
> URL: https://issues.apache.org/jira/browse/HBASE-28837
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 2.0.0, 3.0.0-beta-1
> Reporter: Evelyn Boland
> Assignee: Evelyn Boland
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2
>
>
> Goal:
> Add a coprocessor to HBase that allows administrators to track high level
> statistics on the rows and cells in their HBase tables. Administrators can
> load this coprocessor into their RegionServers if they wish to gain more
> visibility into the shape of their data in HBase.
> At my day job, we've leveraged the statistics from this coprocessor to
> automatically configure more optimal block sizes and smarter compaction
> schedules for our fleet of nearly 200 HBase clusters.
> Context:
> Since HBase tables can store terabytes or even petabytes of data, HBase
> administrators often have incomplete information about the data stored in
> their HBase tables. Without a comprehensive understanding of the shape of
> their data, it can be difficult for administrators to configure clusters for
> a desired level of performance and/or reliability. Row statistics have the
> potential to supercharge HBase management.
> [Design
> doc|https://docs.google.com/document/d/1oaNAZUER5zO8yivmzRBVAMmL6r2cYiJn9YCbDe14LMw/edit#heading=h.nch5d72p27ex]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)