Re: Minor point on FailureDetector

2010-07-15 Thread Jonathan Ellis
You're right. Committed the simplification. On Tue, Jul 13, 2010 at 7:05 PM, Masood Mortazavi wrote: > In FailureDetector, in ArrivalWindow, in "double p(double t)", > > is > >        return 1 - ( 1 - Math.pow(Math.E, exponent) ); > > really needed, instead of > >        return Math.pow(Math.E,

Re: Open cassandra source in NetBeans

2010-07-15 Thread Morten Wegelbye Nissen
Boris Spasojevic wrote: I decided to go with eclipse. I managed to get all the packages full and visible except import com.sun.management.GarbageCollectorMXBean; import com.sun.management.GcInfo; Look for Access restriction: The method getDuration() from the type GcInfo is not accessibl

Build failed in Hudson: Cassandra #492

2010-07-15 Thread Apache Hudson Server
See Changes: [jbellis] update EmbeddedCassandraServiceTest client to use framed mode. patch by jbellis [jbellis] Calculate feature flags on Descriptor creation patch by Stu Hood; reviewed by jbellis for CASSANDRA-1249 [jbellis]

Re: Open cassandra source in NetBeans

2010-07-15 Thread Boris Spasojevic
I decided to go with eclipse. I managed to get all the packages full and visible except import com.sun.management.GarbageCollectorMXBean; import com.sun.management.GcInfo; any ideas? On Thu, 2010-07-15 at 10:19 +0200, roger schildmeijer wrote: > I would recommend to take look at > http://wiki

Re: Open cassandra source in NetBeans

2010-07-15 Thread roger schildmeijer
I would recommend to take look at http://wiki.apache.org/cassandra/RunningCassandraInIDEA and/or http://wiki.apache.org/cassandra/RunningCassandraInEclipse and do the appropriate actions for netbeans. Feel free to create a "RunningCassandraInNetBeans" page if you get things to work properly. / Rog

Open cassandra source in NetBeans

2010-07-15 Thread Boris Spasojevic
Hi, I am trying to open the Cassandra maven project in NetBeans. I have checked out the head revision and when I open the project I have a lot of errors in a lot of classes concerning imports. for instance I am missing import org.apache.cassandra.thrift.AccessLevel; import org.apache.cassandra.