Re: How to read the Index.db file

2019-02-08 Thread Jeff Jirsa
This will probably work if you’re comfortable writing java, but not if you’re running DSE If you’re using OSS Cassandra, recall that we publish jars with all of the internal classes. You can hook into the index and sstablereader classes and iterate the keys directly (offline). -- Jeff Jirsa

Re: How to read the Index.db file

2019-02-08 Thread Pranay akula
Thanks for reply, the problem I was trying to solve is two things count and list of partition keys(users) from cassandra production cluster, I have played around with dsbulk for DSE, so for Apache I thought I can get a list of partition keys from index.db file and remove duplicates which will end u

Re: Bootstrap keeps failing

2019-02-08 Thread Léo FERLIN SUTTON
On Fri, Feb 8, 2019 at 3:37 PM Kenneth Brotman wrote: > Thanks for the details that helps us understand the situation. I’m pretty > sure you’ve exceed the working capacity of some of those nodes. Going over > 50% - 75% depending on compaction strategy is ill-advised. > 50% free disk space is a

RE: How to read the Index.db file

2019-02-08 Thread Kenneth Brotman
This link https://www.datastax.com/dev/blog/debugging-sstables-in-3-0-with-sstabledump explains how to read an SSTable with sstabledump for 3x and sstable2json for 2.x Kenneth Brotman From: Ben Slater [mailto:ben.sla...@instaclustr.com] Sent: Thursday, February 07, 2019 1:19 PM To: Cassa

RE: Bootstrap keeps failing

2019-02-08 Thread Kenneth Brotman
Thanks for the details that helps us understand the situation. I’m pretty sure you’ve exceed the working capacity of some of those nodes. Going over 50% - 75% depending on compaction strategy is ill-advised. You need to clear out as much room as possible to add more nodes. Are the tombsto

Re: Bootstrap keeps failing

2019-02-08 Thread Léo FERLIN SUTTON
On Thu, Feb 7, 2019 at 10:11 PM Kenneth Brotman wrote: > Lots of things come to mind. We need more information from you to help us > understand: > > How long have you had your cluster running? > A bit more than a year old. But it has been constantly growing (3 nodes to 6 nodes to 12 nodes, etc).