]
RH Bugzilla Integration commented on TEIID-3536:
------------------------------------------------
Filip Elias <felias(a)redhat.com> changed the Status of [bug
Infinispan-dsl-cache translator: Can't delete or update rows
which were previously inserted through hotrod protocol
-------------------------------------------------------------------------------------------------------------------
Key: TEIID-3536
URL:
https://issues.jboss.org/browse/TEIID-3536
Project: Teiid
Issue Type: Bug
Affects Versions: 8.7.1.6_2
Reporter: Filip Elias
Assignee: Steven Hawkins
Fix For: 8.7.1.6_2, 8.12
Attachments: server1.log, server2.log
Rows which have been inserted into cache directly through hotrod protocol can't be
deleted or updated (update command returns correct number of rows to be updated but no
rows are actually updated) using the Infinispan-dsl-cache translator.
If the rows are inserted through Infinispan-dsl-cache translator, then they can be
deleted or updated.
Server1.log contains logs for an attempt to delete row which was previously directly
inserted through hotrod protocol. It contains logs for two queries:
1, select * from smalla where intkey = 10 (returns 1 row)
2, delete from smalla where intkey = 10 (deletes 0 rows)
Server2.log contains logs for an attempt to delete row which was inserted using the
Infinispan-dsl-cache translator. It contains logs for two queries:
1, insert into smalla(intKey, stringKey,booleanValue) values(141,'ss',false)
(correctly inserts 1 row)
2, delete from smalla where intkey = 10 (correctly deletes 1 row)