Re: unsubscribe

2015-10-14 Thread Alain RODRIGUEZ
>From http://cassandra.apache.org/#lists --> just email user-unsubscr...@cassandra.apache.org Alain 2015-10-14 14:29 GMT+02:00 Amila Paranawithana : > unsubscribe > > On Wed, Oct 14, 2015 at 5:57 PM, Numan Fatih YARCI > wrote: > >> unsubscribe >> >>

unsubscribe

2015-10-14 Thread Rampally, Parthasaradhi - Fairfax, VA - Contractor
unsubscribe Partha Rampally

Re: unsubscribe

2015-10-14 Thread rock zhang
unsubscribe > On Oct 14, 2015, at 7:28 AM, Alain RODRIGUEZ wrote: > > From http://cassandra.apache.org/#lists > --> just email user-unsubscr...@cassandra.apache.org > > > > Alain > >

Re: unsubscribe

2015-10-14 Thread Gene
unsubscribe afmelden abbestellen ignorer cette On Wed, Oct 14, 2015 at 8:24 AM, rock zhang wrote: > unsubscribe > > On Oct 14, 2015, at 7:28 AM, Alain RODRIGUEZ wrote: > > From http://cassandra.apache.org/#lists --> just email >

Collections (MAP) data in Column Family

2015-10-14 Thread Saladi Naidu
We are running Apache Cassandra 2.1.9. In one of our Column Family, we have MAP type column. We are seeing unusual data size of the column family (SSTables) with few 1000's of rows, while debugging, I looked at one of the SSTable and I see some unusual data in it Below is JSON of one Row Key

Re: Collections (MAP) data in Column Family

2015-10-14 Thread Robert Coli
On Wed, Oct 14, 2015 at 11:24 AM, Saladi Naidu wrote: > We are running Apache Cassandra 2.1.9. In one of our Column Family, we > have MAP type column. We are seeing unusual data size of the column family > (SSTables) with few 1000's of rows, while debugging, I looked at

Re: reiserfs - DirectoryNotEmptyException

2015-10-14 Thread Michael Shuler
On 10/14/2015 05:02 PM, Michael Shuler wrote: I think Al Tobey had a slide deck on filesystem tuning for C*, but I didn't find it quickly. Right! Al included this in his tuning guide: https://tobert.github.io/pages/als-cassandra-21-tuning-guide.html -- Michael

Re: reiserfs - DirectoryNotEmptyException

2015-10-14 Thread Michael Shuler
On 10/13/2015 01:58 PM, Modha, Digant wrote: I am running Cassandra 2.1.10 and noticed intermittent DirectoryNotEmptyExceptions during repair. My cassandra data drive is reiserfs. Why? I'm genuinely interested in this filesystem selection, since it is unmaintained, has been dropped from some

Change hostname in metrics reporter

2015-10-14 Thread Jayapandian Ponraj
How to override_hostname for ganglia reporter ganglia: - period: 300 timeunit: 'SECONDS' gmondConf: '/etc/ganglia/gmond.conf' groupPrefix: "cassandra" predicate: color: "white" useQualifiedName: true patterns: -

unsubscribe

2015-10-14 Thread Numan Fatih YARCI
unsubscribe

Re: unsubscribe

2015-10-14 Thread Amila Paranawithana
unsubscribe On Wed, Oct 14, 2015 at 5:57 PM, Numan Fatih YARCI wrote: > unsubscribe > > -- *Amila Iroshani Paranawithana , **Senior Software Engineer* *, AdroitLogic * | ☎: +94779747398 | ✍: http://amilaparanawithana.blogspot.com [image:

unsubscribe

2015-10-14 Thread alessandro oggianu
unsubscribe

Re: Removed node is not completely removed

2015-10-14 Thread Carlos Rolo
Check system.peers table to see if the IP is still there. If so edit the table and remove the offending IP. You are probably running into this: https://issues.apache.org/jira/browse/CASSANDRA-6053 Regards, Carlos Juzarte Rolo Cassandra Consultant Pythian - Love your data rolo@pythian |

Re: Removed node is not completely removed

2015-10-14 Thread Laing, Michael
Remember that the system keyspace uses LocalStrategy: each node has its own set of system tables. -ml On Wed, Oct 14, 2015 at 9:17 AM, Tom van den Berge < tom.vandenbe...@gmail.com> wrote: > Hi Carlos, > > I'm using 2.1.6. The mysterious node is not in the peers table. Any other > ideas? > One

Re: Removed node is not completely removed

2015-10-14 Thread Tom van den Berge
Thanks for that Michael, I did not know that. However, the node is not listed in the system.peers table on any node, so it seems that the problem is not in this table. On Wed, Oct 14, 2015 at 3:30 PM, Laing, Michael wrote: > Remember that the system keyspace uses

Re: Removed node is not completely removed

2015-10-14 Thread Sebastian Estevez
We still keep endpoints in memory. Not sure how you git to this state but try a rolling restart. On Oct 14, 2015 9:43 AM, "Tom van den Berge" wrote: > Thanks for that Michael, I did not know that. However, the node is not > listed in the system.peers table on any node,

Re: Removed node is not completely removed

2015-10-14 Thread Tom van den Berge
Hi Carlos, I'm using 2.1.6. The mysterious node is not in the peers table. Any other ideas? One of my existing nodes is not present in the system.peers table, though. Should I be worried? Regards, Tom On Wed, Oct 14, 2015 at 2:27 PM, Carlos Rolo wrote: > Check system.peers