We need to be aware of this limitation in PIA on Infinispan:
Luckily we only use the PIA setup a sequence during the first invocation, and we never remove a created counter, so a putIfAbsent invocation returning null could simply be followed up by a read to see if it's still null.
This one is also to be considered:
No idea how to workaround for the second one.