Hi,
I have added a third node(virtual) to a previously existing two
node test cluster(virtual). When I am starting the new node after doing
changes in the configuration file, it is getting struck for hours every
time showing the following logs:
...
Hi,
I deleted a column family from the keyspace and the error has gone
now.
Thanks for the reply.
--
Thanks & Regards,
Himanshu Joshi
On 05/31/2013 08:16 PM, S C wrote:
What was the node doing right before the ERROR? Can you post some more
log?
Thanks,
SC
--
Hi,
I have created a 2 node test cluster in Cassandra version 1.2.3
with Simple Strategy and Replication Factor 2. The Java version is
"1.6.0_27" The seed node is working fine but when I am starting the
second node it is showing the following error:
ERROR 10:16:55,603 Exception in thread
temp where min_update >10 limit 5;
You have to have at least one indexes column in the where clause that uses the
equal operator.
Cheers
-
Aaron Morton
Freelance Cassandra Consultant
New Zealand
@aaronmorton
http://www.thelastpickle.com
On 4/05/2013, at 1:22 AM, himanshu.joshi
Hi,
I have created a 2 node test cluster in Cassandra version 1.2.3
with Simple Strategy, Replication Factor 2 and
ByteOrderedPartitioner(so as to get Range Query functionality).
When i am using a range query on a secondary index in CQLSH, I am
getting the error :
"Bad Request: No in
CQL these are not relevant.
Cheers
-
Aaron Morton
Freelance Cassandra Consultant
New Zealand
@aaronmorton
http://www.thelastpickle.com
On 18/04/2013, at 1:31 AM, himanshu.joshi <mailto:himanshu.jo...@orkash.com>> wrote:
Hi,
When I am trying to insert the data int
Hi,
When I am trying to insert the data into a table using Java with JDBC, I
am getting the error
InvalidRequestException(why:cannot parse 'Jo' as hex bytes)
My insert quarry is:
insert into temp(id,name,value,url_id) VALUES(108, 'Aa','Jo',10);
This insert quarry is running successfully fro