ignite
ignite copied to clipboard
Ignite 2.16.0 cannot query a data back through sql in a transaction
Hi there,
It seems a bug or a known issue? I cannot query back the data after saving a data within a transaction, but works through cache API, here is the simple code to reproduce it. IgniteTransactionTest.java
Above will output:
Starting transaction...
Entity saved in transaction
Direct cache get result: IgniteTransactionTest.TestEntity(id=1734338880949, name=Test Entity)
Expect to have result, but SQL query result is empty : []
Regards, Beam