[
https://issues.apache.org/jira/browse/PHOENIX-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020321#comment-16020321
]
Hadoop QA commented on PHOENIX-3752:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12869330/PHOENIX-3752.003.patch
against master branch at commit e27fae93191d9540574765065900a23bda90905f.
ATTACHMENT ID: 12869330
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 3 new
or modified tests.
{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
45 warning messages.
{color:red}-1 release audit{color}. The applied patch generated 2 release
audit warnings (more than the master's current 0 warnings).
{color:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ Connection connection = new
CountDownConnection(getConnectionWithoutTracing(), latch);
+ testTraceWriter = new TestTraceWriter(generateUniqueName(),
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest);
+ testTraceWriter = new TestTraceWriter(tableName,
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest);
+ testTraceWriter = new TestTraceWriter(tracingTableName,
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest);
+ testTraceWriter = new TestTraceWriter(tracingTableName,
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest);
+ testTraceWriter = new TestTraceWriter(tracingTableName,
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest);
+ testTraceWriter = new TestTraceWriter(tracingTableName,
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest);
+ testTraceWriter = new TestTraceWriter(tracingTableName,
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest);
+ testTraceWriter = new TestTraceWriter(tableName,
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest);
+ Span span = createNewSpan(traceid, Span.ROOT_SPAN_ID, 10, "root", 12,
13, "Some process", "test annotation for a span");
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.CaseStatementIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/885//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/885//artifact/patchprocess/patchReleaseAuditWarnings.txt
Javadoc warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/885//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/885//console
This message is automatically generated.
> Remove hadoop metrics integration from the tracing framework
> ------------------------------------------------------------
>
> Key: PHOENIX-3752
> URL: https://issues.apache.org/jira/browse/PHOENIX-3752
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Samarth Jain
> Assignee: Karan Mehta
> Attachments: PHOENIX-3752.002.patch, PHOENIX-3752.003.patch,
> PHOENIX-3752.patch
>
>
> See discussion on PHOENIX-3062. We don't really need to use the hadoop
> metrics framework for writing traces to our trace table.
> [~karanmehta93] - let's use this JIRA instead of PHOENIX-3062. We can close
> that one once your this work is in.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)