CAn't bootstrap a new node to my cluster

2012-03-10 Thread Cyril Scetbon
n/a 0 12 Responses n/a 0 5490 any idea ? -- Cyril SCETBON

Re: CAn't bootstrap a new node to my cluster

2012-03-11 Thread Cyril Scetbon
that the more I wait and the more the percent of data it owns is high ... On 3/10/12 9:49 PM, Cyril Scetbon wrote: Hi all, When I try the join command I have the following error : Exception in thread main java.lang.RuntimeException: No other nodes seen! Unable to bootstrap.If you intended

Re: CAn't bootstrap a new node to my cluster

2012-03-12 Thread Cyril Scetbon
, how ? after the join command fails as you saw I have the ring information after that. I don't if it took 30 seconds or not ... Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com -- Cyril SCETBON

Re: CAn't bootstrap a new node to my cluster

2012-03-12 Thread Cyril Scetbon
I don't know if it can helps, but the only thing I see on cluster's nodes is : == /var/log/cassandra/output.log == INFO 10:57:28,530 InetAddress /10.0.1.70 is now dead. when I try to join the node 10.0.1.70 to the cluster On 3/12/12 11:27 AM, Cyril Scetbon wrote: It's done. Nothing new

Re: CAn't bootstrap a new node to my cluster

2012-03-14 Thread Cyril Scetbon
is run. Is there an error when this runs ? Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 12/03/2012, at 11:58 PM, Cyril Scetbon wrote: I don't know if it can helps, but the only thing I see on cluster's nodes is : == /var/log/cassandra

Re: CAn't bootstrap a new node to my cluster

2012-03-14 Thread Cyril Scetbon
I have to add that I didn't set the token too to let the cluster choose one On 3/14/12 10:11 AM, Cyril Scetbon wrote: To bootstap the node I : - start a new node with auto_bootstrap=true and join-ring=false - use the join command and yes, when I use the join command the first time, it says

Re: CAn't bootstrap a new node to my cluster

2012-03-15 Thread Cyril Scetbon
. http://www.datastax.com/docs/1.0/operations/cluster_management#adding-capacity-to-an-existing-cluster it the log it looked like that server has been started previously. Cheers - Aaron Morton -- Cyril SCETBON

Re: CAn't bootstrap a new node to my cluster

2012-03-20 Thread Cyril Scetbon
#adding-capacity-to-an-existing-cluster it the log it looked like that server has been started previously. Cheers Thank you, it solved my issue. Regards -- Cyril SCETBON

unsubscribe

2012-06-06 Thread Cyril Scetbon
-- Cyril SCETBON

Re: unsubscribe

2012-06-06 Thread Cyril Scetbon
On 6/6/12 12:13 PM, Cyril Scetbon wrote: sorry for that -- Cyril SCETBON

Re: OPP seems completely unsupported in Cassandra 1.2.5

2013-07-23 Thread Cyril Scetbon
AFAIK, OPP is no longer supported and you should use ByteOrderedPartitioner (support of non-UTF characters too) instead : see http://www.datastax.com/docs/1.2/cluster_architecture/partitioners -- Cyril SCETBON On Jul 22, 2013, at 4:10 PM, Vara Kumar varaku...@gmail.com wrote: We were using

Re: Decommission an entire DC

2013-07-24 Thread Cyril Scetbon
included) thanks -- Cyril SCETBON On Jul 24, 2013, at 12:04 AM, Omar Shibli o...@eyeviewdigital.com wrote: All you need to do is to decrease the replication factor of DC1 to 0, and then decommission the nodes one by one, I've tried this before and it worked with no issues. Thanks, On Tue

Re: how can i get the column value? Need help!.. cassandra 1.28 and pig 0.11.1

2013-09-19 Thread Cyril Scetbon
Hi, Did you try to build 1.2.10 and to use it for your tests ? I've got the same issue and will give it a try as soon as it's released (expected at the end of the week). Regards -- Cyril SCETBON On Sep 2, 2013, at 3:09 PM, Miguel Angel Martin junquera mianmarjun.mailingl...@gmail.com wrote

[Pig] ERROR 2118: Could not get input splits

2013-09-20 Thread Cyril Scetbon
a few lines) : data = LOAD 'cql://ks1/lc' USING CqlStorage(); describe data; dump data; rows = FOREACH data GENERATE filtre; dump rows; describe rows; any idea or a way to get ride of them ? -- Cyril SCETBON

Re: how can i get the column value? Need help!.. cassandra 1.28 and pig 0.11.1

2013-09-23 Thread Cyril Scetbon
I tried with 1.2.10 and don't meet the issue anymore. Regards -- Cyril SCETBON On Sep 19, 2013, at 10:28 PM, Cyril Scetbon cyril.scet...@free.fr wrote: Hi, Did you try to build 1.2.10 and to use it for your tests ? I've got the same issue and will give it a try as soon as it's released

Re: [Pig] ERROR 2118: Could not get input splits

2013-09-23 Thread Cyril Scetbon
I get less issues with Pig 0.9.2 but still some. It seems to depend on the script too. I have less issues if i change the script to get only 1 job created, ie when I use 1 dump instead of 2. FYI, I have only 3 rows Regards -- Cyril SCETBON On Sep 21, 2013, at 7:55 AM, Janne Jalkanen

Re: How to select timestamp with CQL

2013-10-23 Thread Cyril Scetbon
),ttl(filtre) FROM t1 ; filtre | writetime(filtre) | ttl(filtre) +---+- 2 | 1380088288623000 |null 1 | 1380088288636000 |null 2 | 1380088289309000 |null Regards -- Cyril SCETBON On 23 Oct 2013, at 12:00, Alex N lot

Re: [RELEASE] Apache Cassandra 1.2.11 released

2013-10-24 Thread Cyril Scetbon
Yes it's included under commit 639c01a3504b -- Cyril SCETBON On 23 Oct 2013, at 19:33, Janne Jalkanen janne.jalka...@ecyrd.com wrote: Question - is https://issues.apache.org/jira/browse/CASSANDRA-6102 in 1.2.11 or not? CHANGES.txt says it's not, JIRA says it is. /Janne (temporarily

IllegalStateException when bootstrapping new nodes

2013-10-29 Thread Cyril Scetbon
the last 2 nodes. FYI, A few weeks ago we added 4 new nodes in another DC with the same version of Cassandra without any issue. Here is the output log with DEBUG level enabled http://www.sendspace.com/file/7p81lz Thanks -- Cyril SCETBON

Re: IllegalStateException when bootstrapping new nodes

2013-10-29 Thread Cyril Scetbon
Sorry but as the link is bad here is the good one : http://www.sendspace.com/file/7p81lz -- Cyril SCETBON On 29 Oct 2013, at 15:38, Cyril Scetbon cyril.scet...@free.fr wrote: Hi, We added yesterday 4 nodes in one of our data-centers but met an exception on 2 of them

Re: IllegalStateException when bootstrapping new nodes

2013-10-30 Thread Cyril Scetbon
FYI, we should upgrade to the last 1.2 version (1.2.11+) in January 2014. However, we would like to know if it's a known fixed bug or inform you about this issue if it's not. -- Cyril SCETBON On 29 Oct 2013, at 19:14, Robert Coli rc...@eventbrite.com wrote: On Tue, Oct 29, 2013 at 7:38 AM

Re: IllegalStateException when bootstrapping new nodes

2013-10-31 Thread Cyril Scetbon
No we're using vnodes -- Cyril SCETBON On 30 Oct 2013, at 20:25, Robert Coli rc...@eventbrite.com wrote: On Wed, Oct 30, 2013 at 12:22 PM, Cyril Scetbon cyril.scet...@free.fr wrote: FYI, we should upgrade to the last 1.2 version (1.2.11+) in January 2014. However, we would like to know

Re: IllegalStateException when bootstrapping new nodes

2013-11-01 Thread Cyril Scetbon
later with same consequences (lot of garbage collections) which seems to be again related to hints. any idea ? -- Cyril SCETBON On 31 Oct 2013, at 23:35, Cyril Scetbon cyril.scet...@free.fr wrote: No we're using vnodes -- Cyril SCETBON On 30 Oct 2013, at 20:25, Robert Coli rc

Re: IllegalStateException when bootstrapping new nodes

2013-11-04 Thread Cyril Scetbon
No one can find something useful in our logs ? :( -- Cyril SCETBON On 29 Oct 2013, at 16:38, Cyril Scetbon cyril.scet...@free.fr wrote: Sorry but as the link is bad here is the good one : http://www.sendspace.com/file/7p81lz

Hints still exist for a removed node

2013-11-14 Thread Cyril Scetbon
://pastebin.com/71nw2Uqh . Can Anyone explain us what's happening if it's an expected behaviour. thanks -- Cyril SCETBON

Re: Hints still exist for a removed node

2013-11-17 Thread Cyril Scetbon
thanks On 14 Nov 2013, at 21:25, Robert Coli rc...@eventbrite.com wrote: gc_grace_seconds

Re: upgrade from cassandra 1.2.3 - 1.2.13 + start using SSL

2014-01-13 Thread Cyril Scetbon
Hi, Can you confirm that, cause we'll add a new DC with version 1.2.13 (read-only) and we'll upgarde other DCs to 1.2.13 weeks later. We made some tests and didn't notice anything. But we didn't test a node failure thanks -- Cyril SCETBON On 08 Jan 2014, at 19:24, Robert Coli rc

Re: Crash with TombstoneOverwhelmingException

2014-01-16 Thread Cyril Scetbon
With cassandra an update is equivalent to an insert Cyril Scetbon Le 14 janv. 2014 à 08:38, David Tinker david.tin...@gmail.com a écrit : We never delete rows but we do a lot of updates. Is that where the tombstones are coming from?

Re: upgrade from cassandra 1.2.3 - 1.2.13 + start using SSL

2014-01-18 Thread Cyril Scetbon
So 1.2.2 and 1.2.13 have different file versions (ib vs ic) We'll test if repairs are impacted by this change Thanks Cyril Scetbon Le 17 janv. 2014 à 05:07, Aaron Morton aa...@thelastpickle.com a écrit : Can you confirm that, cause we'll add a new DC with version 1.2.13 (read-only

Re: upgrade from cassandra 1.2.3 - 1.2.13 + start using SSL

2014-01-20 Thread Cyril Scetbon
Hi made some tests which succeed -- Cyril SCETBON On 19 Jan 2014, at 01:14, Cyril Scetbon cyril.scet...@free.fr wrote: So 1.2.2 and 1.2.13 have different file versions (ib vs ic) We'll test if repairs are impacted by this change Thanks Cyril Scetbon Le 17 janv. 2014 à 05:07, Aaron

Re: upgrade from cassandra 1.2.3 - 1.2.13 + start using SSL

2014-01-20 Thread Cyril Scetbon
not sure as I didn't let it run for more than 4 minutes, but it seems that there was an infinite loop flushing system column families. A whole restart made this error go away but I'mn not sure if I can have this one come back. Regards -- Cyril SCETBON On 19 Jan 2014, at 01:14, Cyril Scetbon

Re: Crashed node takes more than an hour to join the ring

2014-01-27 Thread Cyril Scetbon
I Forgot to say that we use version 1.2.2 (we'll update soon but I didn't see any change about that in CHANGES.txt) -- Cyril SCETBON On 27 Jan 2014, at 12:01, Cyril Scetbon cyril.scet...@free.fr wrote: Hi, When one node has crashed for system reasons, it takes more than an hour to come

Re: Cassandra 2.0 with Hadoop 2.x?

2014-02-04 Thread Cyril Scetbon
/88d694362d8d6bc09b3eeceb6baad7b3cc068ad3.patch It uses Cloudera CDH4 repository for Hadoop Classes but you can use others. Regards -- Cyril SCETBON On 03 Feb 2014, at 19:10, Clint Kelly clint.ke...@gmail.com wrote: Folks, Has anyone out there used Cassandra 2.0 with Hadoop 2.x? I saw this discussion on the Cassandra

TimedOutException in Java but not in cqlsh

2014-02-13 Thread Cyril Scetbon
/umMNXJRw Thanks -- Cyril SCETBON

Re: Cassandra 2.0 with Hadoop 2.x?

2014-02-13 Thread Cyril Scetbon
+1 -- Cyril SCETBON On 07 Feb 2014, at 01:17, Clint Kelly clint.ke...@gmail.com wrote: Okay neat, hopefully it will look reasonable by the end of the month or so! :) On Thu, Feb 6, 2014 at 4:15 PM, Steven A Robenalt srobe...@stanford.edu wrote: I am as well. Thanks, Steve

Re: TimedOutException in Java but not in cqlsh

2014-02-14 Thread Cyril Scetbon
After a few tests, it does not depend on the query. Whatever cql3 query I do, I always get the same exception. If someone sees something ... -- Cyril SCETBON On 13 Feb 2014, at 17:22, Cyril Scetbon cyril.scet...@free.fr wrote: Hi, I get a weird issue with cassandra 1.2.13. As written

Re: TimedOutException in Java but not in cqlsh

2014-02-14 Thread Cyril Scetbon
Hi, Good advice. I found earlier in the morning that it's related to consistency LOCAL_ONE. I'll check later if it should raise an error in some cases. Thanks -- Cyril SCETBON On 14 Feb 2014, at 10:12, Vivek Mishra mishra.v...@gmail.com wrote: Check for consisteny level and socket timeout

Re: TimedOutException in Java but not in cqlsh

2014-02-15 Thread Cyril Scetbon
did all these actions :D ) I understand that SimpleStrategy can't work with multi-datacenters, but shouldn't we have an error raised when using this type of consistency ? Another question is why can we still create SimpleStrategy keyspaces with PropertyFileSnitch enabled ? -- Cyril SCETBON

Re: How to add a new DC to cluster in Cassandra 2.x

2014-03-11 Thread Cyril Scetbon
and we need to use repair -pr everywhere to not get (really) old data with LOCAL_ONE consistency ? I use branch cassandra-1.2 but if there are differences between this branch and cassandra-2.0 tell me. Thanks -- Cyril SCETBON On 23 Jan 2014, at 21:53, Robert Coli rc...@eventbrite.com wrote

Re: JDK 8

2014-04-29 Thread Cyril Scetbon
6 since February 2013 should help to choose between those 2 versioins :) FYI, we choose to use Java 7 for 2 years and are happy with that in production ! Regards -- Cyril SCETBON On 29 Apr 2014, at 11:35, Mark Reddy mark.re...@boxever.com wrote: Datastax recommended during a long time

Status of OPSC-4080 ?

2015-08-05 Thread Cyril Scetbon
? Thanks -- Cyril SCETBON

Re: auto_bootstrap=false broken?

2015-08-07 Thread Cyril Scetbon
Jeff, That something we're trying to do too. However disabling clients connections (closing thrift and native ports) does not prevent other nodes (acting as a coordinators) to request it ... Honestly we'd like to restart a node that need to deploy HH and to make it serve reads only when it's

Re: Status of OPSC-4080 ?

2015-08-06 Thread Cyril Scetbon
Thank you Nick for the information. -- Cyril SCETBON On Aug 5, 2015, at 15:35, Nick Bailey n...@datastax.com wrote: Cyril, That ticket should be fixed in the latest 5.2 series of OpsCenter. The fix did not make it into the 5.1 release series unfortunately. -Nick On Wed, Aug 5

Changing nodes ips

2015-10-18 Thread Cyril Scetbon
course, I'm trying to find a procedure that does not cause any downtime of the whole cluster. Any idea ? -- Cyril SCETBON

Re: Changing nodes ips

2015-10-20 Thread Cyril Scetbon
No idea on the subject ? Is it a current limitation of Cassandra 2.1 ? > On Oct 18, 2015, at 21:58, Cyril Scetbon <cyril.scet...@free.fr> wrote: > > Hi, > > I want to change the ip addresses (ip v4) that nodes use to discuss (gossip). > I'm trying to migrate fro

ccm issue

2015-08-28 Thread Cyril Scetbon
Hi guys, I got some issues with ccm and unit tests in java-driver. Here is what I see : tail -f /tmp/1440780247703-0/test/node5/logs/system.log INFO [STREAM-IN-/127.0.1.3] 2015-08-28 16:45:06,009 StreamResultFuture.java (line 220) [Stream #22d9e9f0-4da4-11e5-9409-5d8a0f12fefd] All sessions

Re: ccm issue

2015-08-29 Thread Cyril Scetbon
Never mind, it has been fixed in recent release and I realized I was using the wrong ML for that subject On Aug 28, 2015, at 18:49, Cyril Scetbon cyril.scet...@free.fr wrote: Hi guys, I got some issues with ccm and unit tests in java-driver. Here is what I see : tail -f /tmp

Hadoop + Yarn / DataStax driver issues

2015-11-23 Thread Cyril Scetbon
Hi, Trying to execute an Hadoop job on Yarn, I got errors from Cassandra's internal code. It seems that connections are closed but I can't understand why ... Here is a subtract of the errors : 15/11/22 20:05:54 [main]: DEBUG core.RequestHandler: Error querying

Re: Hadoop + Yarn / DataStax driver issues

2015-11-23 Thread Cyril Scetbon
Let me also add that I use Cassandra 2.1.11 with Hadoop 2.7.1 (HDP 2.3.2). > Trying to execute an Hadoop job on Yarn, I got errors from Cassandra's > internal code. It seems that connections are closed but I can't understand > why ... > > Here is a subtract of the errors : > > 15/11/22

Re: Hadoop + Yarn / DataStax driver issues

2015-11-23 Thread Cyril Scetbon
:31, Patrick McFadin <pmcfa...@gmail.com> wrote: > > That's a pretty basic error from the driver. I would look at the target node > and make sure that the IP/port combination is actually bound and free of any > firewall shenanigans. > > Patrick > > On Mon, Nov 2

Re: Repair and LCS tables

2016-07-21 Thread Cyril Scetbon
..@thelastpickle.com> > France > > The Last Pickle - Apache Cassandra Consulting > http://www.thelastpickle.com <http://www.thelastpickle.com/> > > > 2016-07-20 14:48 GMT+02:00 Cyril Scetbon <cyril.scet...@free.fr > <mailto:cyril.scet...@free.fr>>: &g

Repair and LCS tables

2016-07-20 Thread Cyril Scetbon
Hi, It seems that when LCS tables are used, sstables sent are not sent with the level information which generates a lot of compaction tasks in some cases. Don't you think that the level information should also be spent to avoid having desynchronized replicas to compact sstables sent ?

DROP USER removed only permissions of a user

2016-12-15 Thread Cyril Scetbon
of the error and I haven't been able to reproduce it up to now. Thank you -- Cyril SCETBON

Re: Cassandra with dcos

2017-06-27 Thread Cyril Scetbon
ponse. The Apache > Cassandra Project doesn't maintain the code you're asking about. > > The DC/OS mailing list here: > https://groups.google.com/a/dcos.io/forum/#!forum/users > <https://groups.google.com/a/dcos.io/forum/#!forum/users> > > Good luck, > Jon > > On

Cassandra with dcos

2017-06-26 Thread Cyril Scetbon
Hi guys, Having tested adding a new datacenter with existing data, I realized that there is no rebuild command available in dcos-cassandra-service. So the question is : how do we sync a new added datacenter with existing ones (I mean having existing data) ? I tried on dcos ML but didn’t have

Re: Changing a node IP address

2018-03-14 Thread Cyril Scetbon
And you confirm that if we use snitches like EC2Snitch or GPFS we’ll only have to update the seed list in Cassandra.yaml if this node is a seed ? — Cyril Scetbon > On Mar 13, 2018, at 10:08 PM, Jeff Jirsa <jji...@gmail.com> wrote: > > If you're just trying to change an IP, yo

Changing a node IP address

2018-03-13 Thread Cyril Scetbon
-topology.properties). Is it a feature of the DSE ? Is it something that works with the community version ? How does it work exactly ? Does the replacement happen because it has the same data as the replaced node and something like an id is found in the local files ? The token list ? Thank you — Cyril

Cassandra 2.1 on Xenial

2018-03-18 Thread Cyril Scetbon
dule named cqlshlib Is there a better way than installing that old package ? Thanks — Cyril Scetbon

Re: Changing a node IP address

2018-03-16 Thread Cyril Scetbon
erson on the internet. > > > On Wed, Mar 14, 2018 at 7:13 AM, Cyril Scetbon <cyril.scet...@free.fr > <mailto:cyril.scet...@free.fr>> wrote: > And you confirm that if we use snitches like EC2Snitch or GPFS we’ll only > have to update the seed list in Cassandra.yaml if this node

Re: Cassandra 2.1 on Xenial

2018-03-22 Thread Cyril Scetbon
also noticed that I get issues with cassandra-stress on Xenial https://pastebin.com/raw/r2umZXSV, Any idea ? Bests — Cyril Scetbon > On Mar 19, 2018, at 12:16 PM, Michael Shuler <mich...@pbandjelly.org> wrote: > > Yep. This was fixed for 2.1.15, 2.2.7, 3.0.6, 3.6 in > https:/

Re: Cassandra 2.1 on Xenial

2018-03-23 Thread Cyril Scetbon
t;> https://github.com/apache/cassandra/blob/cassandra-2.1/debian/control#L6 >> https://github.com/apache/cassandra/blob/cassandra-2.1/debian/control#L14 >> >> Just upgrading to the latest 2.1.x should fix all these issues your >> having. :) >> >> Micha

Re: Cassandra 2.1 on Xenial

2018-03-18 Thread Cyril Scetbon
Okay I found that when building the package, the new helper dh_python2 must be used to fix that issue. — Cyril Scetbon > On Mar 18, 2018, at 11:08 AM, Cyril Scetbon <cyril.scet...@free.fr> wrote: > > Hey guys, > > Having to still use Cassandra 2.1, I have installed it o

Re: Cassandra 2.1 on Xenial

2018-03-23 Thread Cyril Scetbon
;> this as a critical issue with 2.1, so may not get fixed in this branch. >> The workaround appears to be to leave port 9160 when using >> cassandra-stress on 2.1, even though not using it. >> >> It may be worthwhile to try using stress from a 2.2 or 3.0 tar on a >> client

Re: Cassandra Integrated Auth for JMX

2018-12-18 Thread Cyril Scetbon
. Maybe the realm configuration or something else ? — Cyril Scetbon > On Dec 16, 2018, at 2:07 PM, Cyril Scetbon wrote: > > Good catch Jonathan, I forgot that layer between me and JMX… So I need to add > the authentication at Jolokia’s level and not JMX. > > Thank you ! &

Cassandra Integrated Auth for JMX

2018-12-16 Thread Cyril Scetbon
ageService", "type": "read" }, "status": 200, "timestamp": 1544937336, "value": "NORMAL" } I also have to add that I had to change permissions on the file $JAVA_HOME/lib/management/jmxremote.password which is weird as it should not be used in that case, but Cassandra was complaining before I did it. Is there anything I'm missing ? Thanks — Cyril Scetbon

Re: Cassandra Integrated Auth for JMX

2018-12-16 Thread Cyril Scetbon
Good catch Jonathan, I forgot that layer between me and JMX… So I need to add the authentication at Jolokia’s level and not JMX. Thank you ! — Cyril Scetbon > On Dec 16, 2018, at 12:50 PM, Jonathan Haddad wrote: > > Jolokia is running as an agent, which means it runs in proces

Rebuilding a node without clients hitting it

2019-08-05 Thread Cyril Scetbon
configuration like blacklisting nodes. Thanks — Cyril Scetbon

Re: Rebuilding a node without clients hitting it

2019-08-06 Thread Cyril Scetbon
on an empty node. It does more processing, merkle trees comparison, delete tombstones etc… We use repairs when we add a DC as a new replication source to a Keyspace. — Cyril Scetbon > Assuming the rebuild is happening on a node in another DC, then there should > not be an issue if you are

Re: Rebuilding a node without clients hitting it

2019-08-06 Thread Cyril Scetbon
Can you elaborate on that ? We use GPFS without cassandra-topology.properties. — Cyril Scetbon > On Aug 5, 2019, at 11:23 PM, Jeff Jirsa wrote: > > some snitch trickery (setting the badness for the rebuilding host) via jmx

Re: Rebuilding a node without clients hitting it

2019-08-08 Thread Cyril Scetbon
Thanks Jeff, that’s the type of parameter I was looking for but I missed it when I first read it. We’ll ensure that dynamic snitch is enabled. — Cyril Scetbon > On Aug 5, 2019, at 11:23 PM, Jeff Jirsa wrote: > > You can make THAT less likely with some snitch trickery (setting th