Re: Range of 'Bootstrap'?

2010-03-21 Thread Benjamin Black
Looking at db/SystemTable.java I see the use of Bootstrap as a token during bootstrap, but it seems to be for the system table, not other keyspaces. Is it used more generally than that or is this a bug? On Sun, Mar 21, 2010 at 11:29 PM, Benjamin Black wrote: > As part of my continuous abuse of a

Range of 'Bootstrap'?

2010-03-21 Thread Benjamin Black
As part of my continuous abuse of a small cluster for Chef cookbook development, I've run across a strange issue I'm hoping someone can explain. The following is output after upgrading from beta2 to beta3 and running nodetool rebalance on .140.224: Address Status Load Range

Re: Insert from java Servlet

2010-03-21 Thread Jesus Ibanez
Fixed! The problem was that I was importing the necessary libs (from Tomcat and Cassandra) from its original folders. The solution was to copy the libs into WEB-INF\lib. Greetins. Jesús. 2010/3/22 Jesus Ibanez > Hello all! > > I am trying to insert some data into a column from a java servlet

Insert from java Servlet

2010-03-21 Thread Jesus Ibanez
Hello all! I am trying to insert some data into a column from a java servlet (the name of the servlet is Save) but when I run it, tomcat gives me this error: Mar 21, 2010 11:25:12 PM org.apache.catalina.core.ApplicationContext log INFO: Marking servlet Save as unavailable Mar 21, 2010 11:25:12 PM

Announcing OCM - The Object Cassandra Mapper

2010-03-21 Thread Charlie Mason
Hi All, I am going to be using Cassandra for a project I am working on. To enable me to use it more easily I have built a relatively simple ORM to simplify access to Cassandra and to provide some extra functionality. When I say ORM I am not talking about developing a Hibernate for Cassandra, OCM i

RE: node repair

2010-03-21 Thread Todd Burruss
while preparing a test to capture logs i decided to not let the data set get too big and i did see it finish. i only had 2gb this go around, but i had about 120+gb before so maybe it was just taking a long time. that being said, i believe we need something in the logs, nodetool, and/or JMX tha

RE: node repair

2010-03-21 Thread Stu Hood
If you have debug logs from the run, would you mind opening a JIRA describing the problem? -Original Message- From: "Todd Burruss" Sent: Sunday, March 21, 2010 1:30pm To: "Todd Burruss" , "user@cassandra.apache.org" Subject: RE: node repair one last comment about thesting this is i st

Re: Cassandra 0.6.0 Beta3 is missing a few jars

2010-03-21 Thread Eric Evans
On Sun, 2010-03-21 at 15:51 +0100, Roger Schildmeijer wrote: > README.txt tells you everything you need to know in order to run > Cassandra. > > hint: ant ivy-retrieve Right, it's also in the release notes, (aka NEWS.txt). This file is bursting with all sorts of need-to-know for people upgrading

RE: node repair

2010-03-21 Thread Todd Burruss
one last comment about thesting this is i stopped all the servers, wiped their data and restarted. allowed each node to get about 15gb on them, then repeated the test. the nodetool repair does not repair the crashed node. the only minorly interesting thing about my cluster is that i use random

Re: Cassandra 0.6.0 Beta3 is missing a few jars

2010-03-21 Thread Tom Chen
Thanks Roger, I totally missed that note. I have compiling off the trunk and switching between v5. Tom On Sun, Mar 21, 2010 at 7:51 AM, Roger Schildmeijer wrote: > README.txt tells you everything you need to know in order to run Cassandra. > > hint: ant ivy-retrieve > > On 21 mar 2010, at 15.4

Re: Cassandra 0.6.0 Beta3 is missing a few jars

2010-03-21 Thread Roger Schildmeijer
README.txt tells you everything you need to know in order to run Cassandra. hint: ant ivy-retrieve On 21 mar 2010, at 15.47em, Tom Chen wrote: > I just tried to run the cassandra beta 3, and I had some problems on startup > due to some missing jars. > > Running ant jar fixed the problem for m

Cassandra 0.6.0 Beta3 is missing a few jars

2010-03-21 Thread Tom Chen
I just tried to run the cassandra beta 3, and I had some problems on startup due to some missing jars. Running ant jar fixed the problem for me. It downloaded all the dependencies, but it did not finish the build.

Re: why Cassandra 0.5.1 write speed is very slow

2010-03-21 Thread 郭鹏
Thx, I will try it in the multi-thread mode. What's the best practice in the production env? 在 2010年3月21日 下午12:04,Jonathan Ellis 写道: > If you're benchmarking throughput, then you absolutely have to be > multithreaded. > > 2010/3/20 郭鹏 : > > You mean I waste lots of time waiting for the write r