Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 21ED3193BB for ; Wed, 27 Apr 2016 23:17:18 +0000 (UTC) Received: (qmail 39481 invoked by uid 500); 27 Apr 2016 23:17:13 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 39446 invoked by uid 500); 27 Apr 2016 23:17:13 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 39338 invoked by uid 99); 27 Apr 2016 23:17:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2016 23:17:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D497B2C1F60 for ; Wed, 27 Apr 2016 23:17:12 +0000 (UTC) Date: Wed, 27 Apr 2016 23:17:12 +0000 (UTC) From: "Andrew Jorgensen (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-11677) Incredibly slow jolokia response times MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Andrew Jorgensen created CASSANDRA-11677: -------------------------------------------- Summary: Incredibly slow jolokia response times Key: CASSANDRA-11677 URL: https://issues.apache.org/jira/browse/CASSANDRA-11677 Project: Cassandra Issue Type: Bug Reporter: Andrew Jorgensen I am seeing some very slow jolokia request times on my Cassandra 3.0 cluster. Specifically when running the following: {code} curl 127.0.0.1:8778/jolokia/list {code} on a slightly loaded cluster I am seeing request times around 30-40 seconds and on a more heavily loaded cluster I am seeing request times in the 2 minute mark. We are currently using jolokia 1.3.2 and v4 of the diamond collector. I also have a Cassandra 1.1 cluster that has the same load and number of nodes and running the same curl command comes back in about 1 second. Is there anything I can do to help diagnose this issue to see what is causing the slowdown or has anyone else experience this? -- This message was sent by Atlassian JIRA (v6.3.4#6332)