Hi, I am using ignite cache in transactional mode. When I do a query on the cache from within the transaction, the query results do not include the objects put into the cache from within the transaction, even though the query is fired from within the same transaction. The objects appear in the query results only after the transaction is committed. Is there any way I can get Ignite to include the uncommitted objects of the same transaction in the query results ? I need to use the cache in transactional mode so that if there are any issues I can rollback and bring the cache to the original state before the transaction.
Thanks -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Query-does-not-include-objects-added-into-Cache-from-within-a-transaction-tp7651.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
