Hi everybody,
I've been trying run Cassandra as a managed service from another java process
and stumbled across the use of System.exit() calls in some of the core services
(i.e DatabaseDescriptor, StorageService, SSTableReader).
This makes the use as an embedded service very difficult and I c
ok, good to know. that's what I had in mind.
On 19 Sep 2014, at 12:27, Benedict Elliott Smith
wrote:
> However in config (e.g. DatabaseDescriptor) it's just because we haven't
> considered it worth our time to do anything more involved. Feel free to
> file a ticket and post a patch.
For the records, here's the Jira:
https://issues.apache.org/jira/browse/CASSANDRA-7997
On 19 Sep 2014, at 13:09, Heiko Braun wrote:
>
> ok, good to know. that's what I had in mind.
>
> On 19 Sep 2014, at 12:27, Benedict Elliott Smith
> wrote:
>
Hi everybody,
what's the proper way to execute the tests? The wiki page [1] seems to be
outdated, "test/system" doesn't exist anymore in trunk. Do we simply use 'ant
test'? Does it cover everything needed?
[1] http://wiki.apache.org/cassandra/HowToContribute
Regards, Heiko