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 EBC3E7EAB for ; Mon, 1 Aug 2011 02:25:32 +0000 (UTC) Received: (qmail 72158 invoked by uid 500); 1 Aug 2011 02:25:32 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 72106 invoked by uid 500); 1 Aug 2011 02:25:32 -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 72092 invoked by uid 99); 1 Aug 2011 02:25:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 02:25:32 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,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; Mon, 01 Aug 2011 02:25:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5D74F973AF for ; Mon, 1 Aug 2011 02:25:10 +0000 (UTC) Date: Mon, 1 Aug 2011 02:25:10 +0000 (UTC) From: "David King (JIRA)" To: commits@cassandra.apache.org Message-ID: <1025157865.22144.1312165510379.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-1379) Uncached row reads may block cached reads 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/CASSANDRA-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073420#comment-13073420 ] David King commented on CASSANDRA-1379: --------------------------------------- The ones on the active pages are, definitely. And they are the ones that need to not be blocked by slower-loading pages. > Uncached row reads may block cached reads > ----------------------------------------- > > Key: CASSANDRA-1379 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1379 > Project: Cassandra > Issue Type: New Feature > Components: Core > Reporter: David King > Assignee: Javier Canillas > Priority: Minor > Attachments: CASSANDRA-1379.patch > > > The cap on the number of concurrent reads appears to cap the *total* number of concurrent reads instead of just capping the reads that are bound for disk. That is, given N concurrent readers if all of them are busy waiting on disk, even reads that can be served from the row cache will block waiting for them. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira