> I managed to run two nodes on machines with IP address 192.168.0.6(cass01)
> and 192.168.0.17(cass02). After a while when i did *nodeprobe --host cass01
> --port 9160 I get this  messages on cass01 *

[snip]

> java.lang.OutOfMemoryError: Java heap space
>    at
> org.apache.thrift.protocol.TBinaryProtocol.readStringBody(TBinaryProtocol.java:296)
>    at

This happens when you send non-thrift data to the thrift service port
(unless you're lucky) because your non-thrift bytes on the connection
is interpreted as a length to allocate. There is a bug filed for it.
Port 9160 is probably the wrong port for nodeprobe.

-- 
/ Peter Schuller aka scode

Reply via email to