Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1911E173BD for ; Tue, 28 Oct 2014 18:52:35 +0000 (UTC) Received: (qmail 8088 invoked by uid 500); 28 Oct 2014 18:52:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 8045 invoked by uid 500); 28 Oct 2014 18:52:34 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 8031 invoked by uid 99); 28 Oct 2014 18:52:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Oct 2014 18:52:34 +0000 Date: Tue, 28 Oct 2014 18:52:34 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12356) Rpc with region replica does not propagate tracing spans MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-12356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14187277#comment-14187277 ] Hudson commented on HBASE-12356: -------------------------------- SUCCESS: Integrated in HBase-1.0 #372 (See [https://builds.apache.org/job/HBase-1.0/372/]) HBASE-12356 Rpc with region replica does not propagate tracing spans (ndimiduk: rev 050b8afcdea1eb539f47b88a5b5aa71718bd47a3) * hbase-client/src/main/java/org/apache/hadoop/hbase/client/RpcRetryingCallerWithReadReplicas.java > Rpc with region replica does not propagate tracing spans > -------------------------------------------------------- > > Key: HBASE-12356 > URL: https://issues.apache.org/jira/browse/HBASE-12356 > Project: HBase > Issue Type: Bug > Components: Client > Reporter: Nick Dimiduk > Assignee: Nick Dimiduk > Fix For: 2.0.0, 0.99.2 > > Attachments: HBASE-12356.00-0.99.patch, HBASE-12356.00.patch > > > We don't have e2e tests involving htrace; we found this while running the phoenix IT suite on a build of 0.98 + region replicas. > {noformat} > Running org.apache.phoenix.end2end.index.ViewIndexIT > Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 111.41 sec <<< FAILURE! - in org.apache.phoenix.trace.PhoenixTracingEndToEndIT > testScanTracingOnServer(org.apache.phoenix.trace.PhoenixTracingEndToEndIT) Time elapsed: 41.157 sec <<< FAILURE! > java.lang.AssertionError: Didn't find the parallel scanner in the tracing > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.apache.phoenix.trace.PhoenixTracingEndToEndIT.testScanTracingOnServer(PhoenixTracingEndToEndIT.java:357) > {noformat} > Digging in, it appears is not trace-wrapping its Callables before passing them to the executor. -- This message was sent by Atlassian JIRA (v6.3.4#6332)