Hi Amit,

You can also close() the streamer or call flush() explicitly to make sure
all the added data was added to the cache.

2016-06-04 10:57 GMT-07:00 visagan <visagan1...@gmail.com>:

> The Streamer actually buffers the data. Buffer Default Size is 1024, either
> the buffer size is reached Or you set a Flush Frequency for the buffer, it
> does not deliver the data to the nodes.
> And it does a parallel load with multiple threads by reading the data that
> has been buffered.
>
> Try Setting this property to something like 10Seconds and see if all the
> data you add to the streamer are flushed. By default Auto flush frequency
> is
> disabled.
> autoFlushFrequency(10000)
>
>
>
> --
> View this message in context:
> http://apache-ignite-users.70518.x6.nabble.com/Loading-cache-with-DataStreamer-tp5421p5424.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Reply via email to