admin web UI

2010-05-03 Thread Ran Tavory
I'd be happy to get a management web interface on each cassandra node so i can easily (and visually) see what's going on with the node. Things like all the properties currently exposed by JMX and perhaps some graphs. I'd like to simply browse to http://cassandra1:12345/monitor and view the data and

Re: admin web UI

2010-05-03 Thread Sylvain Lebresne
https://issues.apache.org/jira/browse/CASSANDRA-918 Someone seems to be working on the idea. Don't know what's the status exactly. On Mon, May 3, 2010 at 12:49 PM, Ran Tavory wrote: > I'd be happy to get a management web interface on each cassandra node so i > can easily (and visually) see what'

Re: admin web UI

2010-05-03 Thread Gary Dusbabek
That was one of our ill-fated gsoc projects. Pablo has indicated that he is still interested in working on it, but I don't know what his availability is. I'm personally not in favor of the webserver-per-node approach, but I do see its merits. For this reason I think that it would be good that wh

Build failed in Hudson: Cassandra #424

2010-05-03 Thread Apache Hudson Server
See -- [...truncated 1190 lines...] [junit] [junit] Cobertura: Loaded information on 786 classes. [junit] Cobertura: Saved information on 786 classes. [junit] Testsuite: org.apache.c

Hudson build is back to normal : Cassandra #425

2010-05-03 Thread Apache Hudson Server
See

我在 Facebook 找你呢

2010-05-03 Thread 俊毅吳
我開設了一個 Facebook 個人檔案,內有我的相片、影片及活動。我想將你列為我在 Facebook 上的朋友,這樣你就可以看到我的個人檔案。你首先要加入 Facebook 。然後你也可以設立你自己的個人檔案。 謝謝, 吳 欲註冊 Facebook,請點取下列連結: http://www.facebook.com/p.php?i=11049690791&k=Z6E3Y6W63XWGXKEJPB63QTYUZRAFYT2NUWGSDKQ1UQ&r Already have an account? Add this email address to your accoun

Re: admin web UI

2010-05-03 Thread Eric Evans
On Mon, 2010-05-03 at 12:58 +0200, Sylvain Lebresne wrote: > https://issues.apache.org/jira/browse/CASSANDRA-918 > > Someone seems to be working on the idea. Don't know what's the status > exactly. #918 is to create a centralized, browser-based, management station, (FWIW, I think this is The Way

Re: admin web UI

2010-05-03 Thread Sylvain Lebresne
For the record, I was just pointing #918 for the web admin gui part but I totally agree and also think that a centralized management thingy is the way to go. On Mon, May 3, 2010 at 5:38 PM, Eric Evans wrote: > On Mon, 2010-05-03 at 12:58 +0200, Sylvain Lebresne wrote: >> https://issues.apache.org

Skip large size (Configurable) SSTable in minor or/and major compaction

2010-05-03 Thread Schubert Zhang
We make a patch to 0.6 branch and 0.6.1 for this feature. https://issues.apache.org/jira/browse/CASSANDRA-1041

Re: admin web UI

2010-05-03 Thread Ran Tavory
How about the following compromise: Add a simple web server to each node with only one simple servlet that simply spits out all JMX stats on one page. Not fancy, no graphs, simply the same values you can get from jconsole, but on a web page. To me it seems like a fair tradeoff b/w maintenance and e