Re: [Cassandra] Replacing a cassandra node with one of the same IP

2013-06-21 Thread Mahony, Robin
Please note that I am currently using version 1.2.2 of Cassandra. Also we are using virtual nodes. My question mainly stems from the fact that the nodes appear to be aware that the node uuid changes for the IP (from reading the logs), so I am just wondering if this means the hinted handoffs ar

[VOTE CLOSED] Release Apache Cassandra 1.2.6

2013-06-21 Thread Sylvain Lebresne
Alright, this does indeed need to be fixed. So this vote is closed and I'll restart a new one once this is fixed and the bots are happy. -- Sylvain On Fri, Jun 21, 2013 at 8:28 PM, Brandon Williams wrote: > Actually, -1, we'll need a re-roll: > http://buildbot.datastax.com:8010/builders/cassan

Re: Cassandra Replication

2013-06-21 Thread Nhan Q. Nguyen
Thanks Jonathan. Where can I find detail document of replication mechanism of Cassandra? Can I control this mechanism (i.e. set the time to replicate data, determine which part of data will be replicated, etc)? On Fri, Jun 21, 2013 at 10:48 AM, Jonathan Ellis wrote: > It does not. > > On Fri,

Re: [VOTE] Release Apache Cassandra 1.2.6

2013-06-21 Thread Brandon Williams
Actually, -1, we'll need a re-roll: http://buildbot.datastax.com:8010/builders/cassandra-1.2/builds/503 On Fri, Jun 21, 2013 at 12:46 PM, Sylvain Lebresne wrote: > It's ample time for a new minor release on 1.2. I propose the following > artifacts for > release as 1.2.6. > > sha1: 79410e4a887e7ad

Re: [VOTE] Release Apache Cassandra 1.2.6

2013-06-21 Thread Jonathan Ellis
+1 On Fri, Jun 21, 2013 at 12:46 PM, Sylvain Lebresne wrote: > It's ample time for a new minor release on 1.2. I propose the following > artifacts for > release as 1.2.6. > > sha1: 79410e4a887e7adac796339c1a565436deaf254a > Git: > http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;

Re: [VOTE] Release Apache Cassandra 1.2.6

2013-06-21 Thread Brandon Williams
+1 On Fri, Jun 21, 2013 at 12:46 PM, Sylvain Lebresne wrote: > It's ample time for a new minor release on 1.2. I propose the following > artifacts for > release as 1.2.6. > > sha1: 79410e4a887e7adac796339c1a565436deaf254a > Git: > > http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlo

Re: [VOTE] Release Apache Cassandra 1.2.6

2013-06-21 Thread Jason Brown
+1 On Fri, Jun 21, 2013 at 10:46 AM, Sylvain Lebresne wrote: > It's ample time for a new minor release on 1.2. I propose the following > artifacts for > release as 1.2.6. > > sha1: 79410e4a887e7adac796339c1a565436deaf254a > Git: > > http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortl

[VOTE] Release Apache Cassandra 1.2.6

2013-06-21 Thread Sylvain Lebresne
It's ample time for a new minor release on 1.2. I propose the following artifacts for release as 1.2.6. sha1: 79410e4a887e7adac796339c1a565436deaf254a Git: http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/1.2.6-tentative Artifacts: https://repository.apache.org/content

Re: Cassandra Replication

2013-06-21 Thread Jonathan Ellis
It does not. On Fri, Jun 21, 2013 at 9:32 AM, Nhan Q. Nguyen wrote: > Hi all, > > I am trying to simulate Cassandra replication mechanism. Please let me know > that whether Canssandra compresses data before it replicates them to > another nodes or not? I think that it needs to compress the data t

Cassandra Replication

2013-06-21 Thread Nhan Q. Nguyen
Hi all, I am trying to simulate Cassandra replication mechanism. Please let me know that whether Canssandra compresses data before it replicates them to another nodes or not? I think that it needs to compress the data to optimize network bandwidth. Regards, Nhan