Greetings, I'm attempting to retrieve a list of values from this query line:
List<List<?>> res = conn.sqlQuery("select * from TWSources");
It works sometimes perfectly fine, and at other times it gives me this
error:
org.apache.ignite.internal.client.thin.ClientServerError: Ignite
failed to process request [5]: Failed to set schema for DB connection
for thread [schema=myCache] (server status code [1])
What could the problem be?
