Re: CQLSSTableWriter memory leak

2014-06-09 Thread Jeremiah D Jordan
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 keeps growing

Re: CQLSSTableWriter memory leak

2014-06-06 Thread Xu Zhongxing
50,000,000 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 Cassandra. When

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

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 keeps

Re: CQLSSTableWriter memory leak

2014-06-05 Thread Xu Zhongxing
@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 keeps growing. The GC of JVM cannot collect any