Re: [VOTE] Release 0.6.3

2010-06-30 Thread gabriele renzi
On Tue, Jun 29, 2010 at 4:13 PM, Jonathan Ellis wrote: > cleanup happens in compactionmanager, and gives feedback both there > and in the log. > > maybe you were thinking of > https://issues.apache.org/jira/browse/CASSANDRA-1090 which deals with > repair. ah that must have been it, sorry for the

Re: [VOTE] Release 0.6.3

2010-06-29 Thread gabriele renzi
On Sat, Jun 26, 2010 at 12:58 AM, Eric Evans wrote: > > As promised last week, here is the proposed 0.6.3 release. There have > been a fair number of changes[1] since 0.6.2, so please look it over > carefully and speak up if you notice any problems. > > SVN Tag: https://svn.apache.org/repos/asf/ca

Re: [VOTE] Release 0.6.2

2010-05-25 Thread gabriele renzi
On Mon, May 24, 2010 at 11:02 PM, Eric Evans wrote: > > As promised, here is the 0.6.2 vote. > > The list of changes from 0.6.1 is longer than I'd have liked, so it > would be great if everyone can give this one an extra-special once over. > Don't be afraid to drop a veto if you spot any regressio

Re: 0.7 roadmap

2010-05-19 Thread gabriele renzi
On Wed, May 19, 2010 at 9:03 AM, Ken Sandney wrote: > Where can I find more details about secondary indexes? this shouId be the relevant ticket https://issues.apache.org/jira/browse/CASSANDRA-749

Re: admin web UI

2010-05-07 Thread gabriele renzi
On Thu, May 6, 2010 at 7:00 PM, Nathan McCall wrote: > FYI - I asked a similar question in #cassandra-dev yesterday (based on > this message thread actually) and was directed to this issue: > https://issues.apache.org/jira/browse/CASSANDRA-754 Interesting, but it seems the objection is more on t

Re: admin web UI

2010-05-06 Thread gabriele renzi
On Thu, May 6, 2010 at 2:50 PM, Gary Dusbabek wrote: > If there is enough interest in having this in trunk, I suggest this approach: > 1) Make the CassandraDaemon.java changes, except modify it so that the > adapter will only spin up if one of the mx4j classes is found in the > classpath. In my v

Re: admin web UI

2010-05-06 Thread gabriele renzi
On Wed, May 5, 2010 at 12:00 PM, Ran Tavory wrote: > can you send it to me? I'll try to work from it. I updated it to trunk, moved the code into a method and added a few catch'es (before: in main() throws Exception) . As you can see, once exception handling and imports are removed it's about ten

Re: admin web UI

2010-05-05 Thread gabriele renzi
On Tue, May 4, 2010 at 8:09 PM, Gary Dusbabek wrote: > I agree: there is a place for both types of solutions.  contrib is > probably best place (for both). > > IMO: jetty > tomcat, especially from the point of embedding. FWIW, I had a patch for cassandra that adds an http interface to JMX using

Re: python web framework suggestions (for Cassandra Web UI) needed

2010-04-09 Thread gabriele renzi
On Fri, Apr 9, 2010 at 4:55 PM, Pablo Cuadrado wrote: > - Really small footprint is a plus: "do we really need to include > that, and that, and that other thing?" as I can imagine your app won't have any state per se, so you don't have any DB issues, you probably won't even need sessions, why not

Re: boonfilters

2010-04-08 Thread gabriele renzi
2010/4/7 Peter Schüller : > (bloomfilters, not boonfilters) > > Speaking in general, not specific to cassandra: > >> 2. Are boonfilters a fixed size, or they adjust as to the # of keys?  any >> example size? > > Bloom filters are by their very nature lossy in the sense that you > cannot determine l

Re: Google SoC 2010

2010-03-31 Thread gabriele renzi
On Wed, Mar 31, 2010 at 3:03 PM, Pablo Cuadrado wrote: Please tell me if some kind of "formal" application is needed, I will > evaluate the needs, goals, possible solutions (servlet, REST, > whatsoever) and try to deliver a rough (I couldn't stress ROUGH > enough...) roadmap thinking on the fin