]
Work on ISPN-11425 started by Pedro Ruivo.
------------------------------------------
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: 11.0.0.Alpha2
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Priority: Major
Fix For: 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}