Hi,

Not flushed data in a data streamer will be lost. Data streamer works thought some Ignite node and in case if this the node failed it can't somehow start working with another one. So your application should think about how to track that all data was loaded (wait for completion of loading, catch the exceptions, check the cache sizes, etc) and use another client for data loading in case if previous one was failed.

BR,
Andrei

1/6/2020 2:37 AM, narges saleh пишет:
Hi All,

Another question regarding ignite's streamer.
What happens to the data if the streamer node crashes before the buffer's content is flushed to the cache? Is the client responsible for making sure the data is persisted or ignite redirects the data to another node's streamer?

thanks.

Reply via email to