Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD06C11EA0 for ; Mon, 5 May 2014 23:29:29 +0000 (UTC) Received: (qmail 47640 invoked by uid 500); 5 May 2014 23:29:28 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 47501 invoked by uid 500); 5 May 2014 23:29:28 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 47488 invoked by uid 99); 5 May 2014 23:29:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2014 23:29:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [67.218.99.20] (HELO chill.innovation.ch) (67.218.99.20) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2014 23:29:22 +0000 Received: from localhost (localhost [127.0.0.1]) by chill.innovation.ch (Postfix) with ESMTP id 43BDA6401CE for ; Mon, 5 May 2014 16:29:01 -0700 (PDT) X-Virus-Scanned: amavisd-new at Received: from chill.innovation.ch ([127.0.0.1]) by localhost (chill.innovation.ch [127.0.0.1]) (amavisd-new, port 10025) with LMTP id SJpVLIDuIATp for ; Mon, 5 May 2014 16:28:55 -0700 (PDT) Date: Mon, 5 May 2014 16:28:54 -0700 From: Amit Kapoor To: user@accumulo.apache.org Subject: Trace log Message-ID: <20140505232854.GA3804@gopher> Reply-To: Amit Kapoor MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Checked: Checked by ClamAV on apache.org Hi folks, We are trying to use a variation of IntersectingIterator and turned on trace to help us debug certain performance issues (more on that in a separate email). The trace log page is showing this: Warning: the following spans are not rooted! 49561cfdf8e1ca5e fa33ce2827eb1141 client:startMultiScan c70795aa7b14de02 f6457a7e4060dec4 client:startMultiScan 8ecd2bd6e0342911 751d55532acecba7 client:startMultiScan 74a8d66d235750b2 b82977a699403c46 client:startMultiScan ... Any hints on what is going on here? regards Amit