Re: Running Cassandra with no open TCP ports

2013-05-28 Thread Sam Overton
of the application, and right now whenever that happens, we get port conflicts on 7000 because Cassandra is listening for connections. I couldn't find an obvious way to disable listening on any port. Is there an easy way? Thanks! Mark -- Sam Overton Acunu | http://www.acunu.com

Re: cassandra-shuffle time to completion and required disk space

2013-04-29 Thread Sam Overton
sstables on disk Regards, John -- Sam Overton Acunu | http://www.acunu.com | @acunu

Re: Adding nodes in 1.2 with vnodes requires huge disks

2013-04-29 Thread Sam Overton
in that documentation? Thanks, John -- Sam Overton Acunu | http://www.acunu.com | @acunu

Re: vnodes and load balancing - 1.2.4

2013-04-26 Thread Sam Overton
). -- Sam Overton Acunu | http://www.acunu.com | @acunu

Re: VNodes, Replication and Minimum cluster size

2013-01-10 Thread Sam Overton
your confidence about availability and explore any potential degradation in your client application (latency etc.). Thanks! Ryan -- Sam Overton Acunu | http://www.acunu.com | @acunu

Re: wildcards as both ends

2012-06-25 Thread Sam Overton
to gain some advantage/flexibility at query time. Regards, -- Sam Overton Acunu | http://www.acunu.com | @acunu

Re: LevelDB type compaction

2011-09-23 Thread Sam Overton
contained within the files in any given level represent a set of disjoint intervals (when level =1). For Level0, the files may contain overlapping ranges. Thanks for the explanation Disclaimer: I haven't read the code, this is just my understanding from reading the docs. Sam Overton Acunu

Re: deleted counters keeps their value?

2011-09-21 Thread Sam Overton
tombstone, and the new value is resolved with the old value which is still in the memtable. The behaviour described on the wiki and by others in this thread is what you will see if inserting a column tombstone for your counter. Sam -- Sam Overton Acunu | http://www.acunu.com | @acunu On 21 September

Re: how to know if nodetool cleanup is safe?

2011-08-23 Thread Sam Overton
after a read-repair, or after manual anti-entropy repair. Sam -- Sam Overton Acunu | http://www.acunu.com | @acunu

Re: Question about eventually consistent in Cassandra

2011-08-03 Thread Sam Overton
columns with identical timestamps. -- Sam Overton Acunu | http://www.acunu.com | @acunu

Re: What is the nodeId for?

2011-07-20 Thread Sam Overton
appears in the history and the other does not, it is probably safe to assume that the old NodeId was not deleted from the CurrentLocal row correctly, and so you could try removing it from there manually. Sam -- Sam Overton Acunu | http://www.acunu.com | @acunu On 20 July 2011 12:25, Boris Yen