Here is how i am constructing that query
SqlQuery<UUID, ImagePage> SQL_PAGE_QUERY = new
SqlQuery(TiffPage.class, "documentId = ? AND pageNumber = ?");-- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Using-OFF-HEAP-TIERED-and-Replicated-Heap-continously-grows-eventually-heap-crash-tp8604p8646.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
