Hello Denis! There seems to be cases where matching workDir for different nodes (including client nodes) will cause problems:
http://apache-ignite-users.70518.x6.nabble.com/MarshallerContextImpl-Failed-to-write-class-name-to-file-td18439.html There, on Windows, two nodes try to update binary marshaller cache on disk at the same time, but, this being on Windows, one of them fails to open file for writing. On other OSes there also exists case where one instance would open file for writing, and other one, seeing that there is already a file present, tries to read it, reads zero bytes and fails at that. WDYT about this case? Regards, -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
