[
https://issues.apache.org/jira/browse/HBASE-12133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14155278#comment-14155278
]
Hadoop QA commented on HBASE-12133:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12672336/0001-Add-FastLongHistogram-for-fast-histogram-estimation.patch
against trunk revision .
ATTACHMENT ID: 12672336
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 4 new
or modified tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 javadoc{color}. The javadoc tool appears to have generated 5
warning messages.
{color:red}-1 findbugs{color}. The patch appears to cause Findbugs
(version 2.0.3) to fail.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:red}-1 site{color}. The patch appears to cause mvn site goal to
fail.
{color:red}-1 core tests{color}. The patch failed these unit tests:
{color:red}-1 core zombie tests{color}. There are 2 zombie test(s):
at org.apache.sling.testing.tools.retry.RetryLoop.<init>(RetryLoop.java:59)
at
org.apache.sling.discovery.impl.cluster.ClusterLoadTest.testSixInstances(ClusterLoadTest.java:110)
at
org.apache.camel.processor.ChoiceCompoundPredicateTest.testUser(ChoiceCompoundPredicateTest.java:47)
Test results:
https://builds.apache.org/job/PreCommit-HBASE-Build/11169//testReport/
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/11169//console
This message is automatically generated.
> Add FastLongHistogram for metric computation
> --------------------------------------------
>
> Key: HBASE-12133
> URL: https://issues.apache.org/jira/browse/HBASE-12133
> Project: HBase
> Issue Type: New Feature
> Components: metrics
> Affects Versions: 0.98.8
> Reporter: Yi Deng
> Assignee: Yi Deng
> Priority: Minor
> Labels: histogram, metrics
> Fix For: 0.98.8
>
> Attachments:
> 0001-Add-FastLongHistogram-for-fast-histogram-estimation.patch,
> 0001-Add-FastLongHistogram-for-fast-histogram-estimation.patch,
> 0001-Add-FastLongHistogram-for-fast-histogram-estimation.patch
>
>
> FastLongHistogram is a thread-safe class that estimate distribution of data
> and computes the quantiles. It's useful for computing aggregated metrics like
> P99/P95.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)