Re: Creating two instances in code

2010-07-29 Thread Gary Dusbabek
The resource file (cassandra.yaml) is statically defined that is brought in from the classpath. To do what you desire will require changing the code. You could modify DatabaseDescriptor.getStorageConfigPath() to accept some kind of variable to indicate the instance and then load a different file.

Creating two instances in code

2010-07-29 Thread altanis
Hello, I'd like to make some changes to cassandra so that when starting up a node in a cluster, another node starts in another cluster. That requires that the two nodes have different configurations, but DatabaseDescriptor (where I think all the config reading is done) seems to load everything sta

Re: [VOTE] Release 0.6.4

2010-07-29 Thread Gary Dusbabek
+1 On Tue, Jul 27, 2010 at 17:18, 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: [VOTE] Release 0.6.4

2010-07-29 Thread Gary Dusbabek
On Thu, Jul 29, 2010 at 07:53, Jonathan Ellis wrote: > GCInspector isn't required at runtime > (https://issues.apache.org/jira/browse/CASSANDRA-1061) -- any > suggestions how to make it happier at build time too? A healthy dose of reflection! I've attached a patch (based on trunk) to #1061 that

Re: [VOTE] Release 0.6.4

2010-07-29 Thread Jonathan Ellis
GCInspector isn't required at runtime (https://issues.apache.org/jira/browse/CASSANDRA-1061) -- any suggestions how to make it happier at build time too? On Thu, Jul 29, 2010 at 5:29 AM, ant elder wrote: > +1 > > As an FYI, when i first tried to build the src it happened my > environemnt had an I

Re: [VOTE] Release 0.6.4

2010-07-29 Thread ant elder
+1 As an FYI, when i first tried to build the src it happened my environemnt had an IBM JDK which gives a compile error in src\java\org\apache\cassandra\service\GCInspector.java which is using some classes from the package com.sun.management ...ant On Tue, Jul 27, 2010 at 11:18 PM, Eric Evans