]
Pedro Ruivo updated ISPN-11425:
-------------------------------
Fix Version/s: 10.1.4.Final
Missing metada for persistent counter upon server restart
---------------------------------------------------------
Key: ISPN-11425
URL:
https://issues.redhat.com/browse/ISPN-11425
Project: Infinispan
Issue Type: Bug
Components: Clustered Counter
Affects Versions: 10.1.3.Final, 11.0.0.Alpha2
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Priority: Major
Fix For: 10.1.4.Final, 11.0.0.Dev03
If you create a counter with a persistent storage, shutdown and spin up the server again
then it's no longer possible to add a value to that counter. Instead following error
appear in the CLI log:
{code}
Error: java.lang.IllegalStateException: ISPN029518: Metadata not found but counter
exists. Counter=cnt1
{code}