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 1A11618E8F for ; Mon, 22 Feb 2016 13:33:31 +0000 (UTC) Received: (qmail 64094 invoked by uid 500); 22 Feb 2016 13:33:18 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 64060 invoked by uid 500); 22 Feb 2016 13:33:18 -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 64049 invoked by uid 99); 22 Feb 2016 13:33:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Feb 2016 13:33:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0F4932C14F8 for ; Mon, 22 Feb 2016 13:33:18 +0000 (UTC) Date: Mon, 22 Feb 2016 13:33:18 +0000 (UTC) From: "Jason Kania (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-11203) nodetool repair not performing repair or being incorrectly triggered in 3.0.3 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-11203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15156919#comment-15156919 ] Jason Kania commented on CASSANDRA-11203: ----------------------------------------- Thanks for the suggestion. The problem persists even with the -full option used. root@marble:/var/lib/cassandra/data/sensordb/periodicReading# nodetool repair -full [2016-02-22 08:30:46,026] Nothing to repair for keyspace 'sensordb' [2016-02-22 08:30:46,034] Nothing to repair for keyspace 'system_auth' [2016-02-22 08:30:46,062] Starting repair command #5, repairing keyspace system_traces with repair options (parallelism: parallel, primary range: false, incremental: false, job threads: 1, ColumnFamilies: [], dataCenters: [], hosts: [], # of ranges: 256) [2016-02-22 08:30:48,317] Repair completed successfully [2016-02-22 08:30:48,325] Repair command #5 finished in 2 seconds root@marble:/var/lib/cassandra/data/sensordb/periodicReading# nodetool repair -full [2016-02-22 08:30:54,838] Nothing to repair for keyspace 'sensordb' [2016-02-22 08:30:54,845] Nothing to repair for keyspace 'system_auth' [2016-02-22 08:30:54,879] Starting repair command #6, repairing keyspace system_traces with repair options (parallelism: parallel, primary range: false, incremental: false, job threads: 1, ColumnFamilies: [], dataCenters: [], hosts: [], # of ranges: 256) [2016-02-22 08:30:56,763] Repair completed successfully [2016-02-22 08:30:56,764] Repair command #6 finished in 1 second > nodetool repair not performing repair or being incorrectly triggered in 3.0.3 > ----------------------------------------------------------------------------- > > Key: CASSANDRA-11203 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11203 > Project: Cassandra > Issue Type: Bug > Components: Tools > Environment: debian jesse up to date content > Reporter: Jason Kania > > When nodetool repair is run, it indicates that no repair is needed on some keyspaces but on others it attempts repair. However, when run multiple times, the output seems to indicate that the same triggering conditions still persists that indicate a problem. Alternatively, the output could indicate that the underlying condition has not been resolved. > root@marble:/var/lib/cassandra/data/sensordb/periodicReading# nodetool repair > [2016-02-21 23:33:10,356] Nothing to repair for keyspace 'sensordb' > [2016-02-21 23:33:10,364] Nothing to repair for keyspace 'system_auth' > [2016-02-21 23:33:10,402] Starting repair command #1, repairing keyspace system_traces with repair options (parallelism: parallel, primary range: false, incremental: true, job threads: 1, ColumnFamilies: [], dataCenters: [], hosts: [], # of ranges: 256) > [2016-02-21 23:33:12,144] Repair completed successfully > [2016-02-21 23:33:12,157] Repair command #1 finished in 1 second > root@marble:/var/lib/cassandra/data/sensordb/periodicReading# nodetool repair > [2016-02-21 23:33:31,683] Nothing to repair for keyspace 'sensordb' > [2016-02-21 23:33:31,689] Nothing to repair for keyspace 'system_auth' > [2016-02-21 23:33:31,713] Starting repair command #2, repairing keyspace system_traces with repair options (parallelism: parallel, primary range: false, incremental: true, job threads: 1, ColumnFamilies: [], dataCenters: [], hosts: [], # of ranges: 256) > [2016-02-21 23:33:33,324] Repair completed successfully > [2016-02-21 23:33:33,334] Repair command #2 finished in 1 second -- This message was sent by Atlassian JIRA (v6.3.4#6332)