I have opened a jira for this issue:
https://issues.apache.org/jira/browse/CASSANDRA-1665
I will submit a patch.
Bill
On Tue, Oct 26, 2010 at 12:21 PM, Jonathan Ellis wrote:
> Yes, we should add a close method.
> On Oct 26, 2010 9:14 AM, "Bill Au" wrote:
> > I have discovered a JMX threads l
Yes, we should add a close method.
On Oct 26, 2010 9:14 AM, "Bill Au" wrote:
> I have discovered a JMX threads leak in NodeProbe. Here is the original
> email thread on the user mailing list:
>
> http://www.mail-archive.com/u...@cassandra.apache.org/msg06764.html
>
> NodePorbe creats a JMXConnecto
I have discovered a JMX threads leak in NodeProbe. Here is the original
email thread on the user mailing list:
http://www.mail-archive.com/u...@cassandra.apache.org/msg06764.html
NodePorbe creats a JMXConnector but never calls JMXConnector.close(). The
use of a JMXConnector in NodeProbe is not
> We're closing in on a final; it shouldn't be long now. I propose the
> following for 0.7.0 Release Candidate 1.
OK, here is attempt #2 of 0.7.0 RC1 (or "RC2 of RC1" if you prefer).
SVN:
https://svn.apache.org/repos/asf/cassandra/branches/cassandra-...@r1027572
0.7.0-rc1 artifacts: http://peop
On Tue, 2010-10-26 at 16:54 +0200, Tristan Tarrant wrote:
> I have a couple of questions:
>
> - should the org.apache.cassandra.thrift classes still be included in
> the main jar ? Maybe just the ones compiled from src/java ?
I think it's OK to have the main jar depend on the thrift one. And, we
On Tue, Oct 26, 2010 at 16:36, Eric Evans wrote:
>
> Sure, can you submit a ticket an attach the patch there?
>
> https://issues.apache.org/jira/browse/CASSANDRA
Hi Eric,
I have a couple of questions:
- should the org.apache.cassandra.thrift classes still be included in the
main jar ? Maybe j
On Tue, 2010-10-26 at 16:22 +0200, Tristan Tarrant wrote:
> first of all let me introduce myself (or rather what I do). I am the
> developer of the Infinispan Cassandra CacheStore (
> http://community.jboss.org/wiki/CassandraCacheStore) which allows
> persistence of Infinispan's cache to Cassandra'
Dear all,
first of all let me introduce myself (or rather what I do). I am the
developer of the Infinispan Cassandra CacheStore (
http://community.jboss.org/wiki/CassandraCacheStore) which allows
persistence of Infinispan's cache to Cassandra's keyspaces. While developing
the cachestore I needed a