-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
RHDG 8.5.2 GA
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
Running the blocking request and transaction alongside with transaction cache with optimistic locking fails on LPUSH after the transaction proceeded. See attached server error log.
Client A:
127.0.0.1:11222> blpop rlist 0 (error) ERR Transaction marked as rollback only. (19.59s)
Client B:
127.0.0.1:11222> multi OK 127.0.0.1:11222(TX)> lpush rlist a QUEUED 127.0.0.1:11222(TX)> del rlist a QUEUED 127.0.0.1:11222(TX)> exec 1) (integer) 1 2) (integer) 1 127.0.0.1:11222> lpush rlist a (integer) 1 (15.01s)
- depends on
-
ISPN-16782 Optimistic transaction fails with Functional Map
- Closed