I have a ignite server cluster. It's a read-through cache. No native persistance. On heap mode is enabled. Want to preload it as I can't afford the initial miss using data streamer. I have two question-
I can see after a restart of cluster JVM, the cache cluster still holding data? is it due to its durable memory in off-heap?
Is there any way to do a clean start on JVM restart?
While loading data via streamer, I am getting IllegalStateException: Duplicate Key exception. What could be the reason? there is no indexing done so far and override is false in data streamer.