UnicodeEncodeError: 'ascii' codec can't encode character u'\u2122' in position 79: ordinal not in range(128)

2010-09-13 Thread Claire Chang
hi, I am using pycass with cassandra 0.6.3 and encountered this error while inserting a column. The offending characters are in a column value. Could anyone shed some light on this issue? UserAgent: UnkownUA Referer: Traceback (most recent call last): File "../application/model/status2.py",

Migration from .6 to.7

2010-08-13 Thread Claire Chang
I was wondering if there will be a document on how to do it? Sent from my iPhone

Re: NullPointerException and Java client hang

2010-07-31 Thread Claire Chang
I was able to reproduce this exception consistently. Then I realized that in /etc/default/cassandra JVM_START_MEM="256" It was set to 256 (Bytes). Before It was 128M. I changed it to 256M and made sure that the -Xmx and -Xms in casandra.in.sh and /etc/init.d/cassandra are all in sync. After

Re: ERROR 22:59:00,329 Error in ThreadPoolExecutor

2010-07-15 Thread Claire Chang
i saw this in the kernel log: jsvc uses 32-bit capabilitie. Is this right? our server is Linux 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 08:03:28 UTC 2010 x86_64 GNU/Linux On Jul 15, 2010, at 11:04 AM, Claire Chang wrote: > I am using Random Partitioner. The other 2 nodes are working f

Re: ERROR 22:59:00,329 Error in ThreadPoolExecutor

2010-07-15 Thread Claire Chang
/data/Musubi/Conn-26-Data.db. 21687831/21675414 bytes for 72901 keys. Time: 1666ms. Any help is MUCH appreciated! claire On Jul 15, 2010, at 10:43 AM, Claire Chang wrote: > I am trying to set up a 3 node cluster. RF=3 and CL=1 for most of the > request. The initial seeding took about 1 h

ERROR 22:59:00,329 Error in ThreadPoolExecutor

2010-07-15 Thread Claire Chang
I am trying to set up a 3 node cluster. RF=3 and CL=1 for most of the request. The initial seeding took about 1 hour to complete which loaded each node with 2G of data. After the seeding completed, one node started having this exception and hung. Read/Write with CL=ALL timed out but CL=QUORUM wa

Re: Seed and nodetool

2010-07-14 Thread Claire Chang
this problem came back. What could be the issue? thanks, Claire On Jul 14, 2010, at 7:22 PM, Claire Chang wrote: > I have 3 nodes A, B, C with RF=3. When I configure the cluster and before > start taking any read/write request, I first start A, put A itself as seed > (following in th

Seed and nodetool

2010-07-14 Thread Claire Chang
I have 3 nodes A, B, C with RF=3. When I configure the cluster and before start taking any read/write request, I first start A, put A itself as seed (following in the instructions on wiki), and then start B (put A as the seed) and then start C (also put A as the seed). B and C seem joining the

InitialToken assignemnt

2010-07-09 Thread Claire Chang
my keys are sequential integers and i use random partitioner in a multi-node cluster. In this case, do I still have to specify initialToken? thanks, claire

Re: Can 0.6.2 and 0.6.1 servers coexist in a cluster?

2010-06-25 Thread Claire Chang
Do I have to leave the hinted hand off ON for all servers? thanks, claire On Jun 24, 2010, at 9:50 PM, Jonathan Ellis wrote: > Yes > > On Thu, Jun 24, 2010 at 10:33 PM, Claire Chang > wrote: >> if not? I assume upgrading from .6.2 from .6.1 is just updating the server >&g

Can 0.6.2 and 0.6.1 servers coexist in a cluster?

2010-06-24 Thread Claire Chang
if not? I assume upgrading from .6.2 from .6.1 is just updating the server binary? thanks, Claire