Re: timeout when insert an indexed column

2010-09-08 Thread Jonathan Ellis
this is fixed in trunk for beta2 On Wed, Sep 8, 2010 at 9:52 PM, welcome wrote: > Hello! > >    I encounter the same problem with you,and I replace > client.insert("index".getBytes("UTF-8"), parent, > column,ConsistencyLevel.ONE);to: > client.insert("inde".getBytes("UTF-8"), parent, column,Consi

Re: timeout when insert an indexed column

2010-09-08 Thread welcome
Hello! I encounter the same problem with you,and I replace client.insert("index".getBytes("UTF-8"), parent, column,ConsistencyLevel.ONE);to: client.insert("inde".getBytes("UTF-8"), parent, column,ConsistencyLevel.ONE); That's right.But when I insert another one letter again,It's wrong as b

Re: timeout when insert an indexed column

2010-09-07 Thread Asif Jan
mail.com] Sent: Tuesday, September 07, 2010 11:10 AM To: user@cassandra.apache.org Subject: timeout when insert an indexed column Hi all, I don't know if anyone had post this question , if it is ,plz let me know the post. Here is the problem i met: First , i create the keyspace that cont

Re: timeout when insert an indexed column

2010-09-07 Thread Ying Tang
d column family you trying to insert to? >> >> >> >> > parent.setColumn_family("Standard1"); >> >> >> >> -Original Message- >> >> From: Ying Tang [mailto:ivytang0...@gmail.com] >> >> Sent: Tuesday, September 0

Re: timeout when insert an indexed column

2010-09-07 Thread Carlin Wong
inal Message----- > >> From: Ying Tang [mailto:ivytang0...@gmail.com] > >> Sent: Tuesday, September 07, 2010 11:10 AM > >> To: user@cassandra.apache.org > >> Subject: timeout when insert an indexed column > >> > >> Hi all, > >>I don't

Re: timeout when insert an indexed column

2010-09-07 Thread Ying Tang
-Original Message- >> From: Ying Tang [mailto:ivytang0...@gmail.com] >> Sent: Tuesday, September 07, 2010 11:10 AM >> To: user@cassandra.apache.org >> Subject: timeout when insert an indexed column >> >> Hi all, >>I don't know if anyone had post

Re: timeout when insert an indexed column

2010-09-07 Thread Ying Tang
yspace and column family you trying to insert to? > > > parent.setColumn_family("Standard1"); > > -Original Message- > From: Ying Tang [mailto:ivytang0...@gmail.com] > Sent: Tuesday, September 07, 2010 11:10 AM > To: user@cassandra.apache.org > Subject: t

RE: timeout when insert an indexed column

2010-09-07 Thread Viktor Jevdokimov
I didn't get which keyspace and column family you trying to insert to? > parent.setColumn_family("Standard1"); -Original Message- From: Ying Tang [mailto:ivytang0...@gmail.com] Sent: Tuesday, September 07, 2010 11:10 AM To: user@cassandra.apache.org Subject: time

timeout when insert an indexed column

2010-09-07 Thread Ying Tang
Hi all, I don't know if anyone had post this question , if it is ,plz let me know the post. Here is the problem i met: First , i create the keyspace that contains a columnfamily ,and the columfamily contains a indexed column . The code is : ColumnDef clDef = new ColumnDef("name