Re: Delay in receiving notifications 2.8.1

2022-06-20 Thread Veena Mithare
 Hi , This issue was observed again in our environment. We have a cluster of 20 client nodes +3 server nodes. Around 10 nodes listen issue a continuous query to listen to updates from the same cache. If for some reason an exception is thrown while sending the cache update notification to o

DatasetBuilders and Preprocessors with cache in Binary mode

2022-06-20 Thread Thomas Kramer
I am storing my ML training data in a cache with binary data: IgniteCache cache = ignite.cache("cache").withKeepBinary(); I can't seem to understand how to use the Ignite ML classes like Preprocessor and DatasetBuilder with this cache? Do I first have to create another IgniteCache or Map and cop