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 187CD172B0 for ; Thu, 7 May 2015 14:44:00 +0000 (UTC) Received: (qmail 84866 invoked by uid 500); 7 May 2015 14:44:00 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 84826 invoked by uid 500); 7 May 2015 14:43:59 -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 84814 invoked by uid 99); 7 May 2015 14:43:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2015 14:43:59 +0000 Date: Thu, 7 May 2015 14:43:59 +0000 (UTC) From: "koray sariteke (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-9301) can not insert properly for compound primary key 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-9301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] koray sariteke resolved CASSANDRA-9301. --------------------------------------- Resolution: Invalid Although i am not totally sure, i encountered some problems in my logs. I am closing the issue considering that there is a big chance that issue is not related with cassandra. > can not insert properly for compound primary key > ------------------------------------------------ > > Key: CASSANDRA-9301 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9301 > Project: Cassandra > Issue Type: Bug > Components: Core > Environment: cassandra 2.1.3, oracle jdk 1.7, linux > Reporter: koray sariteke > > Schema: > {code} > CREATE KEYSPACE tick WITH replication = { > 'class': 'SimpleStrategy', > 'replication_factor': '2' > }; > CREATE TABLE trade ( > date_symbol text, > symbol text, > signal_time bigint, > signal_time_text text, > bidask int, > price double, > quantity bigint, > order_no bigint, > PRIMARY KEY (date_symbol, signal_time) > ) WITH > compaction={'sstable_size_in_mb': '160', 'class': 'LeveledCompactionStrategy'} AND > compression={'sstable_compression': 'LZ4Compressor'}; > {code} > Tried many times for 3 million data and same data are not inserted. Increase data frequency but result dont change. > sample data at https://drive.google.com/file/d/0BzHZ-rv0D5JxSDRpblFQcUdRaVU/view?usp=sharing -- This message was sent by Atlassian JIRA (v6.3.4#6332)