Hello! > When we use connection pool,we randomly get a connection from the > pool.This cause strange issues.For example,when we do create index > operation after create a table we get an exception "cache doesn't exists".
It is a known issue, which you can mitigate by not putting connection to client nodes in your pool, but only server nodes. Regards, -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
