Re: CQLSSTableWriter memory leak

2014-06-09 Thread Jeremiah D Jordan
Krupansky > > From: Xu Zhongxing > Sent: Thursday, June 5, 2014 3:34 AM > To: user@cassandra.apache.org > Subject: CQLSSTableWriter memory leak > > I am using Cassandra's CQLSSTableWriter to import a large amount of data into > Cassandra. When I use CQLSSTableWriter

Re: CQLSSTableWriter memory leak

2014-06-06 Thread Xu Zhongxing
rows to a single partition! My, that IS ambitious. -- Jack Krupansky From:Xu Zhongxing Sent: Thursday, June 5, 2014 3:34 AM To:user@cassandra.apache.org Subject: CQLSSTableWriter memory leak I am using Cassandra's CQLSSTableWriter to import a large amount of data into Cassan

Re: CQLSSTableWriter memory leak

2014-06-05 Thread Xu Zhongxing
apache.org Subject: CQLSSTableWriter memory leak I am using Cassandra's CQLSSTableWriter to import a large amount of data into Cassandra. When I use CQLSSTableWriter to write to a table with compound primary key, the memory consumption keeps growing. The GC of JVM cannot collect any us

Re: CQLSSTableWriter memory leak

2014-06-05 Thread Jack Krupansky
: Thursday, June 5, 2014 3:34 AM To: user@cassandra.apache.org Subject: CQLSSTableWriter memory leak I am using Cassandra's CQLSSTableWriter to import a large amount of data into Cassandra. When I use CQLSSTableWriter to write to a table with compound primary key, the memory consumption

CQLSSTableWriter memory leak

2014-06-05 Thread Xu Zhongxing
I am using Cassandra's CQLSSTableWriter to import a large amount of data into Cassandra. When I use CQLSSTableWriter to write to a table with compound primary key, the memory consumption keeps growing. The GC of JVM cannot collect any used memory. When writing to tables with no compound primary