Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AEF7118D29 for ; Sun, 17 Apr 2016 17:48:25 +0000 (UTC) Received: (qmail 75406 invoked by uid 500); 17 Apr 2016 17:48:25 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 75361 invoked by uid 500); 17 Apr 2016 17:48:25 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 75347 invoked by uid 99); 17 Apr 2016 17:48:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Apr 2016 17:48:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6EB6F2C1F54 for ; Sun, 17 Apr 2016 17:48:25 +0000 (UTC) Date: Sun, 17 Apr 2016 17:48:25 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-4191) Tracing on client can sometimes lose "sendMutations" events. 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/ACCUMULO-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved ACCUMULO-4191. ---------------------------------- Resolution: Fixed Thanks for the fix [~ShawnWalker]. This was some really good detective work! > Tracing on client can sometimes lose "sendMutations" events. > ------------------------------------------------------------ > > Key: ACCUMULO-4191 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4191 > Project: Accumulo > Issue Type: Bug > Reporter: Shawn Walker > Assignee: Shawn Walker > Priority: Minor > Fix For: 1.7.2, 1.8.0 > > Time Spent: 20m > Remaining Estimate: 0h > > In {{TabletServerBatchWriter.MutationWriter.queueMutations(...)}} (line 736), HTrace {{Span}}'s are not properly propagated across thread boundaries. Consequently, tracing doesn't propagate into {{TabletServerBatchWriter.SendTask.send(...)}}, and so the {{sendMutation}} event can fail to be logged. > This can cause {{ShellServerIT.trace(...)}} to fail. -- This message was sent by Atlassian JIRA (v6.3.4#6332)