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 398D5420D for ; Thu, 23 Jun 2011 17:18:11 +0000 (UTC) Received: (qmail 74811 invoked by uid 500); 23 Jun 2011 17:18:10 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 74796 invoked by uid 500); 23 Jun 2011 17:18:10 -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 74775 invoked by uid 99); 23 Jun 2011 17:18:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 17:18:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 17:18:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8708A42BECE for ; Thu, 23 Jun 2011 17:17:47 +0000 (UTC) Date: Thu, 23 Jun 2011 17:17:47 +0000 (UTC) From: "Sylvain Lebresne (JIRA)" To: commits@cassandra.apache.org Message-ID: <1121536143.33921.1308849467549.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1515036786.33663.1308845508776.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CASSANDRA-2817) Expose number of threads blocked on submitting a memtable for flush MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-2817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne resolved CASSANDRA-2817. ----------------------------------------- Resolution: Fixed Fix Version/s: 0.8.2 Reviewer: jbellis Committed, thanks > Expose number of threads blocked on submitting a memtable for flush > ------------------------------------------------------------------- > > Key: CASSANDRA-2817 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2817 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.7.0 > Reporter: Sylvain Lebresne > Assignee: Sylvain Lebresne > Priority: Minor > Fix For: 0.7.7, 0.8.2 > > Attachments: 0001-Expose-threads-blocked-on-submission-to-executor-v2.patch, 0001-Expose-threads-blocked-on-submission-to-executor.patch > > > Writes can be blocked by a thread trying to submit a memtable while the flush queue is full. While this is the expected behavior (the goal being to prevent OOMing), it is worth exposing when that happens so that people can monitor it and modify settings accordingly if that happens too often. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira