Re: Serialisation issue.

2020-02-20 Thread Ilya Kasnacheev
Hello! I, for one, do not recommend using new Collection() {{ }} in your configurations. It will create a non-static anonymous class, which may bind arbitrary amount of symbols from current lexical content, which will then need to be serialized to be sent to other nodes. Please use other

Re: Serialisation issue.

2020-02-10 Thread ezhuravlev
Hi, I'm able to start the cache with this configuration. Which version do you use? Can you share small project with a reproducer, as this code snippet works without a problem? Evgenii -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Serialisation issue.

2020-02-09 Thread adipro
Team, is there anyone who could help on this? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Serialisation issue.

2020-02-07 Thread adipro
cache = ignite.getOrCreateCache(new CacheConfiguration<>() .setName("DOCIDS") .setStoreKeepBinary(true) .setQueryEntities(Collections.unmodifiableList(new ArrayList(){{ QueryEntity entity = new QueryEntity();