Does 64MB log an exception?
On Fri, Feb 12, 2010 at 10:45 AM, ruslan usifov <ruslan.usi...@gmail.com> wrote: > My first node is ander win32, and there is problem in FileStreamTask.java > here: > > public static final int CHUNK_SIZE = 64*1024*1024; > > > On windows this buffer is very big so stream method of class FileStreamTask > always fail, i reduce buffer to 32MB, and this works in my case. > > > 2010/2/12 ruslan usifov <ruslan.usi...@gmail.com> >> >> Hello >> >> I have two nodes. First i on only one node and populate it with records. >> Then i start second node in bootstrap mode. And it hung. I run ./nodetool >> many times but it allways print >> identical results (67108864/240394603) Nothing to grows. And CPU on >> bootstrap node on 100% >> >> freebsd# ./nodetool -h 192.168.0.220 streams >> Mode: Bootstrapping >> Not sending any streams. >> Streaming from: /192.168.0.37 >> test_1: /data/cassandra/data/test_1/value-tmp-1-Data.db >> 67108864/240394603 >> > >