Re: [VOTE] Release 0.6.4

2010-07-30 Thread Eric Evans
On Tue, 2010-07-27 at 17:18 -0500, Eric Evans wrote: > As discussed last week, here is the proposed 0.6.4 release. There's > been a fair number of changes[1] since 0.6.3, so be sure to review > carefully and raise any issues you find here. > > SVN Tag: https://svn.apache.org/repos/asf/cassandra/

Re: Creating two instances in code

2010-07-30 Thread altanis
>From what I found, I'd say it lies somewhere between pointless and impossible. :-\ Alexander > Several more. Without much thinking there are Gossiper, > MessageService and StorageService. All are singletons that > encapsulate much of the functionality of Cassandra. We've been very > consisten

Re: Creating two instances in code

2010-07-30 Thread Gary Dusbabek
Several more. Without much thinking there are Gossiper, MessageService and StorageService. All are singletons that encapsulate much of the functionality of Cassandra. We've been very consistent about naming the singleton instances "instance," so if you search for "public static final [\w]+ insta

Re: Creating two instances in code

2010-07-30 Thread altanis
Thank you for your answer. I know I should change the code. My question was mainly on how to change the code to do this. For example, will making DatabaseDescriptor a non-static class be enough? I could have Cassandra build a DatabaseDescriptor instance at startup, which could be a class variable

Re: [VOTE] Release 0.6.4

2010-07-30 Thread Chris Goffinet
+1 -Chris On Jul 30, 2010, at 6:23 AM, Jonathan Ellis wrote: > +1 > > On Tue, Jul 27, 2010 at 5:18 PM, Eric Evans wrote: >> >> As discussed last week, here is the proposed 0.6.4 release. There's >> been a fair number of changes[1] since 0.6.3, so be sure to review >> carefully and raise any

Re: [VOTE] Release 0.6.4

2010-07-30 Thread Jonathan Ellis
+1 On Tue, Jul 27, 2010 at 5:18 PM, Eric Evans wrote: > > As discussed last week, here is the proposed 0.6.4 release.  There's > been a fair number of changes[1] since 0.6.3, so be sure to review > carefully and raise any issues you find here. > > SVN Tag: https://svn.apache.org/repos/asf/cassand