Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4BEEC200CF5 for ; Sun, 27 Aug 2017 23:54:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3F6F7160CA2; Sun, 27 Aug 2017 21:54:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 84106160C9A for ; Sun, 27 Aug 2017 23:54:13 +0200 (CEST) Received: (qmail 50962 invoked by uid 500); 27 Aug 2017 21:54:11 -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 50951 invoked by uid 99); 27 Aug 2017 21:54:11 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2017 21:54:11 +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 95E23C2188 for ; Sun, 27 Aug 2017 21:54:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id qEnJQOyASjzd for ; Sun, 27 Aug 2017 21:54:08 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 63F4C5FB4E for ; Sun, 27 Aug 2017 21:54:08 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E2597E0931 for ; Sun, 27 Aug 2017 21:54:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 981B025381 for ; Sun, 27 Aug 2017 21:54:02 +0000 (UTC) Date: Sun, 27 Aug 2017 21:54:02 +0000 (UTC) From: "Akshay Jindal (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-13811) Unable to find table . at maybeLoadschemainfo (StressProfile.java) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 27 Aug 2017 21:54:14 -0000 Akshay Jindal created CASSANDRA-13811: ----------------------------------------- Summary: Unable to find table . at maybeLoadschemainfo (StressProfile.java) Key: CASSANDRA-13811 URL: https://issues.apache.org/jira/browse/CASSANDRA-13811 Project: Cassandra Issue Type: Bug Components: Stress Environment: 3 node cluster Node 1 --> 172.27.21.16(Seed Node) Node 2 --> 172.27.21.18 Node 3 --> 172.27.21.19 *cassandra.yaml paramters for all the nodes:-* 1) seeds: "172.27.21.16" 2) write_request_timeout_in_ms: 5000 3) listen_address: 172.27.21.1(6,8,9 4) rpc_address: 172.27.21.1(6,8,9) Reporter: Akshay Jindal Fix For: 3.10 Attachments: code.yaml, stress-script.sh * Please find attached my .yaml and .sh file. * Now the problem is if I run this the first time, just after firing up cassandra, it is working fine, but when I again run this query, it is giving the following error:- *Unable to find prutorStress3node.code* at org.apache.cassandra.stress.StressProfile.maybeLoadSchemaInfo(StressProfile.java:306) at org.apache.cassandra.stress.StressProfile.maybeCreateSchema(StressProfile.java:273) at org.apache.cassandra.stress.StressProfile.newGenerator(StressProfile.java:676) at org.apache.cassandra.stress.StressProfile.printSettings(StressProfile.java:129) at org.apache.cassandra.stress.settings.StressSettings.printSettings(StressSettings.java:383) at org.apache.cassandra.stress.Stress.run(Stress.java:95) at org.apache.cassandra.stress.Stress.main(Stress.java:62) In the file [https://insight.io/github.com/apache/cassandra/blob/trunk/tools/stress/src/org/apache/cassandra/stress/settings/StressSettings.java?line=121] ,I saw that table metadata is being populated to NULL. I tried to make sense of the stack trace, but was not able to make anything of it. Please give me some directions as to what might have gone wrong? -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org