ignite icon indicating copy to clipboard operation
ignite copied to clipboard

Ignite 2.16.0 cannot query a data back through sql in a transaction

Open BeamLiu opened this issue 1 year ago • 0 comments

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

BeamLiu avatar Dec 16 '24 09:12 BeamLiu