Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-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 15449404A for ; Thu, 7 Jul 2011 17:01:44 +0000 (UTC) Received: (qmail 32617 invoked by uid 500); 7 Jul 2011 17:01:41 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 32544 invoked by uid 500); 7 Jul 2011 17:01:41 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 32536 invoked by uid 99); 7 Jul 2011 17:01:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2011 17:01:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of s5alye@gmail.com designates 209.85.214.172 as permitted sender) Received: from [209.85.214.172] (HELO mail-iw0-f172.google.com) (209.85.214.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2011 17:01:33 +0000 Received: by iwn39 with SMTP id 39so1238703iwn.31 for ; Thu, 07 Jul 2011 10:01:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=W4dHXa1qbwnqwiTsIhQVrdBifwRazSIhgtDxqdJ59Ac=; b=eXhnxt3znCvg/yO5soIH2mmMPpO7luh5PPZN2KQinbQa5xUjEgt6lIlv/uF/wJR6vX pdR83+nT5UlNsvj2thYZINtOwsAmf+6z7zefJk+lXsRgGFM2aLby15XnOHCMGrRocUxi OLdxsjGUJF0QtvdOYumycE5AzPxb6ZFBg47gY= MIME-Version: 1.0 Received: by 10.231.11.76 with SMTP id s12mr877488ibs.1.1310058072022; Thu, 07 Jul 2011 10:01:12 -0700 (PDT) Received: by 10.231.14.4 with HTTP; Thu, 7 Jul 2011 10:01:11 -0700 (PDT) Date: Thu, 7 Jul 2011 13:01:11 -0400 Message-ID: Subject: List nodes where write was applied to From: A J To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Is there a way to find what all nodes was a write applied to ? It could be a successful write (i.e. w was met) or unsuccessful write (i.e. less than w nodes were met). In either case, I am interested in finding: Number of nodes written to (before timeout or on success) Name of nodes written to (before timeout or on success) Thanks.