[no subject]

2024-02-03 Thread Gavin McDonald
Hello to all users, contributors and Committers! The Travel Assistance Committee (TAC) are pleased to announce that travel assistance applications for Community over Code EU 2024 are now open! We will be supporting Community over Code EU, Bratislava, Slovakia, June 3th - 5th, 2024. TAC exists to

[no subject]

2022-05-27 Thread Prachi Rath
unsubscribe

[no subject]

2022-03-14 Thread Patrick McFadin
Hello Cassandra Community! Data on Kubernetes day will be on Monday, May 16th. This is a virtual and in-person event in Valencia Spain the day before KubeCon EU. The CFP closes tomorrow and I'm here to rally the Cassandra community to show off some of the great things you are doing with Cassandra

[no subject]

2020-01-22 Thread Sowjanya Karangula
stop

[no subject]

2019-01-13 Thread Irtiza Ali
Unsubscribe On Sun, 13 Jan 2019, 22:11 Osman YOZGATLIOĞLU < osman.yozgatlio...@krontech.com wrote: > Thank you for clarification. > > Regards > > Osman > > > On 13.01.2019 11:24, Jürgen Albersdorfer wrote: > > Just turn it off. There is no persistent change to the cluster until the > node has fin

[no subject]

2018-09-05 Thread sha p
Hi all , Me new to Cassandra , i was asked to migrate data from Oracle to Cassandra. Please help me giving your valuable guidance. 1) Can it be done using open source Cassandra. 2) Where should I start data model from? 3) I should use java, what kind of jar/libs/tools I need use ? 4) How I decide

[no subject]

2018-06-19 Thread Deniz Acay
Hello there, Let me get straight to the point. Yesterday our three node Cassandra production cluster had a problem and we could not find a solution yet. Before taking more radical actions, I would like to consult you about the issue. We are using Cassandra version 3.11.0. Cluster is living on AWS

[no subject]

2018-06-15 Thread Vsevolod Filaretov
Good time of day everyone, I've got three questions on Cassandra paging mechanics and cluster usage regulation. 1) Am I correct to assume that the larger page size some user session has set - the larger portion of cluster/coordinator node resources will be hogged by the corresponding session? 2)

[no subject]

2017-11-04 Thread vbhang...@gmail.com
Kishore, Here is the table dean and cfstats o/p --- === CREATE TABLE ks1.table1 ( key text, column1 'org.apache.cassandra.db.marshal.DynamicCompositeType(org.apache.cassandra.db.marshal.UTF8Type)', value blob, PRIMARY KEY (key, column1) ) WITH COMPACT S

[no subject]

2017-10-23 Thread vbhang...@gmail.com
It is RF=3 and 12 nodes in 3 regions and 6 in other 2, so total 48 nodes. Are you suggesting forced read repair by reading consistency of ONE or by bumping up read_repair_chance? We have tried from command line with ONE but that times out. On 2017-10-23 10:18, "Mohapatra, Kishore" wrote: >

[no subject]

2017-10-22 Thread vbhang...@gmail.com
-- Consistency level LQ -- It started happening approximately couple of months back. Issue is very inconsistent and can't be reproduced. It used rarely happen earlier (since last few years). -- There are very few GC pauses but they don't coincide with the issue. -- 99% latency is less than 8

[no subject]

2017-10-01 Thread Bill Walters
Hi All, I need some help with deploying a monitoring and alerting system for our new Cassandra 3.0.4 cluster that we are setting up in AWS East region. I have a good experience with Cassandra as we are running some 2.0.16 clusters in production on our on-prem servers. We use Nagios tool to monitor

[no subject]

2017-09-28 Thread Dan Kinder
Hi, I recently upgraded our 16-node cluster from 2.2.6 to 3.11 and see the following. The cluster does function, for a while, but then some stages begin to back up and the node does not recover and does not drain the tasks, even under no load. This happens both to MutationStage and GossipStage. I

[no subject]

2016-10-19 Thread Anseh Danesharasteh
unsubscribe

[no subject]

2016-04-11 Thread Omar Mambelli
unscribe

[no subject]

2016-03-15 Thread Rami Badran
Hi i have the following cassandra schema structure: CREATE TABLE users ( uid TEXT, loginIds map>, primary key (uid) ); CREATE TYPE loginId ( emails set, unverifiedEmails set, ); and i tried to insert record to my table,but i have problem with loginIds attribute, could you please advice how i c

[no subject]

2015-11-30 Thread Jay Reddy

[no subject]

2015-01-05 Thread Nagesh
Hi All, I have designed a column family prodgroup text, prodid int, status int, , PRIMARY KEY ((prodgroup), prodid, status) The data model is to cater - Get list of products from the product group - get list of products for a given range of ids - Get details of a specific product -

[no subject]

2014-08-25 Thread Sávio S . Teles de Oliveira
We're using cassandra 2.0.9 with datastax java cassandra driver 2.0.0 in a cluster of eight nodes. We're doing an insert and after a delete like: delete from *column_family_name* where *id* = value Immediatly select to check whether the DELETE was successful. Sometimes the value still there!!

[no subject]

2014-04-29 Thread Ebot Tabi
Hi there, We are working on an API service that receives arbitrary json data, these data can be nested json data or just normal json data. We started using Astyanax but we noticed we couldn't use CQL3 to target the arbitrary columns, in CQL3 those arbitrary columns ain't available. Ad-hoc query are

[no subject]

2014-04-09 Thread Ben Hood
Hi all, I'm getting the following error in a 2.0.6 instance: ERROR [Native-Transport-Requests:16633] 2014-04-09 10:11:45,811 ErrorMessage.java (line 222) Unexpected exception during request java.lang.AssertionError: localhost/127.0.0.1 at org.apache.cassandra.service.StorageProxy.submitHint(Stora

[no subject]

2014-03-12 Thread Batranut Bogdan
Hello all, The environment: I have a 6 node Cassandra cluster. On each node I have: - 32 G RAM - 24 G RAM for cassa - ~150 - 200 MB/s disk speed - tomcat 6 with axis2 webservice that uses the datastax java driver to make asynch reads / writes  - replication factor for the keyspace is 3 All nodes

[no subject]

2014-02-27 Thread Kumar Ranjan
Hey folks, I am dealing with a legacy CFs where super_column has been used and python client pycassa is being used. An example is given below. My question here is, can I make use of include_timestamp to select data between two returned timestamps e.g between 1393516744591751 and 1393516772131811.

[no subject]

2013-12-11 Thread Kumar Ranjan
Hey Folks, So I am creating, column family using pycassaShell. See below: validators = { 'approved': 'BooleanType', 'text': 'UTF8Type', 'favorite_count':'IntegerType', 'retweet_count': 'IntegerType', 'expanded_url': 'UTF8Type', 'tuid': 'LongTy

[no subject]

2013-10-06 Thread Ran Tavory
Hi, I have a small cluster of 1.2.6 and after some config changes I started seeing errors int the logs. Not sure that's related, but the changes I performed were to disable hinted handoff and disable auto snapshot. I'll try to reverte these, see if the picture changes. But anyway, that seems like

[no subject]

2013-05-14 Thread bjbylh
hello all: i use datastax java-driver to connect c* ,when the program calls cluster.shutdown(),it prints out:java.lang.NoSuchMethodError:org.jboss.netty.channelFactory.shutdown()V. but i do not kown why... c* is 1.2.4,java-driver is 1.0.0 thank you. Sent from Samsung Mobile

[no subject]

2013-05-10 Thread Bao Le
My cluster of 11 nodes running Casandra 1.1-5 is  pausing too long for ParNew GC, which increases our response latency, Is it a good idea to have a a smaller HEAP_NEWSIZE so that we can collect more often, but not pause that long? INFO [ScheduledTasks:1] 2013-05-10 01:00:17,245 GCInspector.java

[no subject]

2013-04-17 Thread Ertio Lew
I run cassandra on single win 8 machine for development needs. Everything has been working fine for several months but just today I saw this error message in cassandra logs & all host pools were marked down. ERROR 08:40:42,684 Error occurred during processing of message. java.lang.StringIndexOu

[no subject]

2012-01-17 Thread RAJASHEKAR REDDY
...It’s absolutely effective. http://camille.ngothe.perso.sfr.fr/new-year.link.php?zynID=26w5

[no subject]

2012-01-07 Thread RAJASHEKAR REDDY
...Don’t waste your money on cigarettes! http://igaudi.net/new-year.link.php?qugoogleId=62r8

[no subject]

2011-11-20 Thread quinteros8...@gmail.com
--- Sent with mail@metro - the new generation of mobile messaging

[no subject]

2011-10-25 Thread Amit Schreiber
Hi,  After unpacking the 1.0.0 release and running: apache-cassandra-1.0.0$ ./bin/cassandra -f I get:Error opening zip file or JAR manifest missing : ./bin/../lib/jamm-0.2.2.jarError occurred during initialization of VMagent library failed to init: instrument A quick examination of the lib dire

[no subject]

2011-09-19 Thread RAJASHEKAR REDDY
.Have a nice day and cool night! http://cairlos.zymichost.com/com.friend.php?yvs=12r1

[no subject]

2011-08-29 Thread Stanislav Vodetskyi
unsubscribe

[no subject]

2011-02-09 Thread Onur AKTAS
unsubscribe

[no subject]

2011-01-26 Thread Geoffry Roberts
-- Geoffry Roberts

[no subject]

2010-12-02 Thread Eric Evans
On Wed, 2010-12-01 at 23:13 +0100, Moldován Eduárd wrote: > unsubscribe http://wiki.apache.org/cassandra/FAQ#unsubscribe -- Eric Evans eev...@rackspace.com

[no subject]

2010-12-01 Thread Moldován Eduárd
unsubscribe

[no subject]

2010-11-23 Thread Amin Sakka, Novapost
-- Amin SAKKA Research and Development Engineer 32 rue de Paradis, 75010 Paris *Tel:* +33 (0)6 34 14 19 25 *Mail:* amin.sa...@novapost.fr *Web:* www.novapost.fr / www.novapost-rh.fr

[no subject]

2010-06-07 Thread YYK (Eastern)

[no subject]

2010-04-10 Thread Marc Sturlese

[no subject]

2010-03-13 Thread Brandon Williams

[no subject]

2010-03-13 Thread Joseph Stein
-- /* Joe Stein http://www.linkedin.com/in/charmalloc */

[no subject]

2010-03-13 Thread Ran Tavory