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 76E5917FB2 for ; Thu, 16 Oct 2014 23:18:08 +0000 (UTC) Received: (qmail 68739 invoked by uid 500); 16 Oct 2014 23:18:05 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 68706 invoked by uid 500); 16 Oct 2014 23:18:05 -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 68696 invoked by uid 99); 16 Oct 2014 23:18:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2014 23:18:05 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.220.177] (HELO mail-vc0-f177.google.com) (209.85.220.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2014 23:17:39 +0000 Received: by mail-vc0-f177.google.com with SMTP id hq11so3509392vcb.36 for ; Thu, 16 Oct 2014 16:17:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=I3sQrM8yHx95FkC0fZPizWoOxYa2NcD+2Ch87hWpjuY=; b=I/7CHhEugtRGxXZjZjMdQmDTkOxHPT43usfM66KOFuR8uf8/DcQ0XN0WUArOBZpy6a +hne8/4x7QRKQMKNFzQxS97vEH9bPRSfJ+M80Mzm4JQ4k/FjG0xUhU8AWbDSl7YFJmTA m0u91sEoWqbUszFDuyGk7iXi694BytCMQomdadvEQ3t+zBNkw6wZBOSxXRNvlQHsAf/L SrEnyJN6ODlsw9EtR1yyfOgQILFM6XvgZQMOa94zR9N2E+JZI/GfGowiYRlhxTA/m8J5 rnnKbk97cTgYDrABGX92sOcjAsDIdn1dpO3h0IYNL4t+vX9DtNo+5n+o9Y6AvAIHbg9Z ur7g== X-Gm-Message-State: ALoCoQlqwex2QEcE/QjSG74UxJoV/WvE7PAMJ04lk4/Ga0wHnb9c5WV8TGyQMJuvF9p/CHoDhtbP MIME-Version: 1.0 X-Received: by 10.220.87.138 with SMTP id w10mr4373884vcl.4.1413501457841; Thu, 16 Oct 2014 16:17:37 -0700 (PDT) Received: by 10.31.142.73 with HTTP; Thu, 16 Oct 2014 16:17:37 -0700 (PDT) Date: Thu, 16 Oct 2014 16:17:37 -0700 Message-ID: Subject: Cassandra Restore data from snapshots and Different Counts From: Bosung Seo To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=047d7b3a911a48d6e505059274da X-Virus-Checked: Checked by ClamAV on apache.org --047d7b3a911a48d6e505059274da Content-Type: text/plain; charset=UTF-8 I upgraded my Cassandra ring and restored data(copying snapshots) from the old ring. I am currently running the nodetool repair. I count the tables to check every rows is in the table, but counts have different values. It contains 571 rows, and counts are 500, 530, 501, and so on. Should I wait until nodetool repair is done? --047d7b3a911a48d6e505059274da Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I upgraded my Cassandra ring and restored data(copying sna= pshots) from the old ring. I am currently running the nodetool repair.=C2= =A0
I count the tables to check every rows is in the table, but counts = have different values.
It contains 571 rows, and counts are 500, 530, 5= 01, and so on. Should I wait until nodetool repair is done?
--047d7b3a911a48d6e505059274da--