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 A7E521854E for ; Tue, 25 Aug 2015 19:19:47 +0000 (UTC) Received: (qmail 55195 invoked by uid 500); 25 Aug 2015 19:19:44 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 55153 invoked by uid 500); 25 Aug 2015 19:19:44 -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 55143 invoked by uid 99); 25 Aug 2015 19:19:44 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2015 19:19:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 3AA96C0861 for ; Tue, 25 Aug 2015 19:19:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.02 X-Spam-Level: X-Spam-Status: No, score=-0.02 tagged_above=-999 required=6.31 tests=[RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id vcVD2E8OfQTj for ; Tue, 25 Aug 2015 19:19:43 +0000 (UTC) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 43AC942BA2 for ; Tue, 25 Aug 2015 19:19:43 +0000 (UTC) Received: by widdq5 with SMTP id dq5so24038001wid.0 for ; Tue, 25 Aug 2015 12:19:42 -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=P+mjAxd6LNQgy39E0lY0f9pE5pgr+soa8kQNFsBuLAE=; b=Ho1NmquLfXxrwmrGu6ITHhoJSonZ/RcT65qUDEkeb0qv1ExGKyjvk76sfkAPHOWnsc McIQVfI64dAb8oZPv4w2fwNVQVoJhcB8mCGshzK0crO+rUj3GiW6MgeLnrtX9DtmUC1T BlWb0MRwUgKLfKMeBqy9EP/ZELKTjlWWHb9mulXarTUgtKckRvZQTb4jV3OYywIar2hH IgOyVoeHGH0a1JIhRbNnW1vFIKqp1X/Bwg3dZU0vkdJGsrFAdPfU9pfHcY7owGph7ozu IENUECZtA8NdBORqqgIuRz5BzGcHWGl2WDeJLuMc4+2o6qFH9xvFFmVDdBUz6qzQ2BCx TiNA== X-Gm-Message-State: ALoCoQlg/bRTlo/Dpy+nX/qgo/jJNb0ydraRHwKTmpYIXC+tm/tPWPaYjvY89xD9UIuYs2MSHGAW MIME-Version: 1.0 X-Received: by 10.180.105.66 with SMTP id gk2mr7425113wib.73.1440530382436; Tue, 25 Aug 2015 12:19:42 -0700 (PDT) Received: by 10.28.228.138 with HTTP; Tue, 25 Aug 2015 12:19:42 -0700 (PDT) Date: Tue, 25 Aug 2015 15:19:42 -0400 Message-ID: Subject: 'no such object in table' From: Jason Lewis To: user@cassandra.apache.org Content-Type: text/plain; charset=UTF-8 I'm trying to run nodetool from one node, connecting to another. I can successfully connect to the majority of nodes in my ring, but two nodes throw the following error. nodetool: Failed to connect to ':7199' NoSuchObjectException: 'no such object in table'. Any idea why this is happening? Misconfiguration? jas