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 8FD639EFF for ; Sat, 12 Nov 2011 03:11:09 +0000 (UTC) Received: (qmail 41274 invoked by uid 500); 12 Nov 2011 03:11:07 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 41219 invoked by uid 500); 12 Nov 2011 03:11:07 -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 41185 invoked by uid 99); 12 Nov 2011 03:11:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Nov 2011 03:11:06 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jeremy.hanna1234@gmail.com designates 209.85.161.172 as permitted sender) Received: from [209.85.161.172] (HELO mail-gx0-f172.google.com) (209.85.161.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Nov 2011 03:10:58 +0000 Received: by ggnr4 with SMTP id r4so3858303ggn.31 for ; Fri, 11 Nov 2011 19:10:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=nXfRblvwymqEosJUUugo5tzblXCfpVCKT8f6CBj7gOc=; b=eJvrs5VOAR1lMkGw9t7MYlMOyeZjjE968BfwjL8BvXDHNCG5hSl6vjS3IUUr+eJBLr tQJiK0pX/hLoC70VvpVqJelK2ZazspLwEY5J0GUEW5UngEljHiftKGVWvJWZkzZeEkyI jlN/YbxnuPnPskEYsK757S9PqJycMcOs+lTPw= Received: by 10.236.145.170 with SMTP id p30mr866419yhj.99.1321067437823; Fri, 11 Nov 2011 19:10:37 -0800 (PST) Received: from [192.168.1.69] (108-90-0-32.lightspeed.austtx.sbcglobal.net. [108.90.0.32]) by mx.google.com with ESMTPS id b9sm39452263anb.7.2011.11.11.19.10.36 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Nov 2011 19:10:37 -0800 (PST) From: Jeremy Hanna Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: secondary indexes streaming building - when there are none Date: Fri, 11 Nov 2011 21:10:36 -0600 Message-Id: To: user@cassandra.apache.org Mime-Version: 1.0 (Apple Message framework v1251.1) X-Mailer: Apple Mail (2.1251.1) We're using 0.8.4 in our cluster and two nodes needed rebuilding. When = building and streaming data to the nodes, there were multiple instances = of building secondary indexes. We haven't had secondary indexes in that = keyspace since like mid-August. Is that a bug? Thanks, Jeremy=