Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D01FF11ACA for ; Sun, 1 Jun 2014 00:38:04 +0000 (UTC) Received: (qmail 32187 invoked by uid 500); 1 Jun 2014 00:38:04 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 32139 invoked by uid 500); 1 Jun 2014 00:38:04 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 32131 invoked by uid 99); 1 Jun 2014 00:38:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jun 2014 00:38:04 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of billie.rinaldi@gmail.com designates 209.85.192.54 as permitted sender) Received: from [209.85.192.54] (HELO mail-qg0-f54.google.com) (209.85.192.54) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jun 2014 00:37:59 +0000 Received: by mail-qg0-f54.google.com with SMTP id q108so8509521qgd.41 for ; Sat, 31 May 2014 17:37:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=pDiBQVQscbBCmYMHd4CGMaWzVa2mozVaLFgLF7GU43M=; b=w+L/gfgY6jBSJ6yx5vSuqPMNcv3wnjnga99I7k4TrqHggx+Hl34fbaOOad25fydcFk jylbHVQX7EYiEQxIkuQBOq/3bJn/KgU3/gOyvf5JEwqIUrzQ8f8PHrWFxhbQwf7Y3pII /+KG71lTQtLYX+HRU27tYKoyzjFP3AJFkDoCaVGHmk6BFudwkWLOZFq8CpNbtlBHXOW0 AINKRq0lnoRWDXT54YmvfLkAFEf0y6B9CtbtY+9NIfp0B8XRt/h0bygeaoaYnyAGMZNL 0Huzb42ba8yx9v+mVfBk5Tq2XKAqWbupRG9rZZO5PdfXE7QRiU79odeFZs+rWwp44dFy kwVQ== MIME-Version: 1.0 X-Received: by 10.229.213.66 with SMTP id gv2mr35517252qcb.13.1401583058650; Sat, 31 May 2014 17:37:38 -0700 (PDT) Received: by 10.140.26.229 with HTTP; Sat, 31 May 2014 17:37:38 -0700 (PDT) Received: by 10.140.26.229 with HTTP; Sat, 31 May 2014 17:37:38 -0700 (PDT) In-Reply-To: References: Date: Sat, 31 May 2014 17:37:38 -0700 Message-ID: Subject: Re: Overuse of depth=1 on calls to Accumulo's Jenkins jobs' /api/json From: Billie Rinaldi To: Accumulo Dev List Content-Type: multipart/alternative; boundary=001a11333fac55a5fe04fabb7c25 X-Virus-Checked: Checked by ClamAV on apache.org --001a11333fac55a5fe04fabb7c25 Content-Type: text/plain; charset=UTF-8 That was the only thing I could think of, but the links look like the following, so I wasn't sure they were the culprit. We could get rid of them just in case. https://builds.apache.org/job/Accumulo-Master/lastBuild/buildStatus On May 31, 2014 8:23 PM, "Mike Drob" wrote: > Is it the Jenkins balls under http://accumulo.apache.org/source.html ? I'm > on my phone so I can't actually verify source code, but that is a likely > suspect. > On May 31, 2014 2:01 PM, "Billie Rinaldi" > wrote: > > > Anyone know what is causing these queries to builds.a.o? > > > > On Sat, May 31, 2014 at 12:32 PM, Andrew Bayer > > wrote: > > > > > Hey Accumulo devs - > > > > > > I'm noticing a lot of calls to builds.apache.org for the JSON API data > > > for Accumulo jobs like /job/Accumulo-1.6/api/json?depth=1 - specifying > > > depth=1 means you're pulling a *LOT* of data, especially considering > > > that's hitting every job every few minutes. Jenkins hung today and had > > > a huge number of apparently hung threads trying to populate this data, > > > and I think these calls may have induced the overall Jenkins UI hang - > > > please take a look into the more granular control you can get over > > > depth/tree on https://builds.apache.org/job/Accumulo-1.6/api/ and > > > consider limiting your queries to just the data you need. Thanks. > > > > > > A. > > > > > > --001a11333fac55a5fe04fabb7c25--