Questions tagged [infinispan-10]
9 questions
2
votes
1 answer
Do implementations of interface javax.transaction.Transaction need to be thread safe?
Do conforming implementations of javax.transaction.Transaction need to be thread safe?
Are implementations of this expected to handle concurrent requests from different threads?
As an example:
// Thread A
transaction.commit();
// Thread B, while…

WW.
- 23,793
- 13
- 94
- 121
1
vote
1 answer
Why is "ISPN000312: Lost data because of graceful leaver" a warning for an INVALIDATION_SYNC cache
I am using embedded Infinispan 10.1.8 and I have a clustered cache in INVALIDATION_SYNC mode. The cache is backed by another data store which is rarely updated which is why it's in that mode.
When a server leaves the cluster, Infinispan logs a…

WW.
- 23,793
- 13
- 94
- 121
0
votes
0 answers
A key not found in infinispan cache resulting in NullPointerException, sometime
I would like to understand in which scenario when a key not found in cache it throws NullPointerException and in which scenario it just silently return null. We observed sometime no issue when keys are not there, but sometime it just ends up in…

YS_NE
- 194
- 2
- 21
0
votes
0 answers
Infinispan distributed not syncing
I've configured a distributed cache and trying to write values. It works but data not syncing. When I decrement value, only one node works and the other one still have original value.
Here is my cacheManager conf
public CacheManager cacheManager()…

user2625111
- 213
- 1
- 2
- 5
0
votes
0 answers
Infinispan 12.1.1.Final missing cache configuration in the admin console (Server Management Console)
we have installed Infinispan 12.1.1.Final using the official link:
https://infinispan.org/docs/dev/titles/server/server.html
After download and install of the infinispan-server-${version}.zip
The cluster (3 server nodes) is available but accessing…

freedomind
- 51
- 2
0
votes
0 answers
Bug / Change in transactional behaviour between Infinispan 9.4.20.Final to 10.1.8.Final
We are using Infinispan to control a distributed cache (replicated-cache) in an JEE application running on a Payara server (Enterprise v 5.22.0) with Java 8 (OpenJDK 64-Bit Server VM Vendor: Azul Systems, Inc. Version: 25.262-b19)
In order to have a…

Chris Hyland
- 1
- 1
0
votes
1 answer
Per Infinispan Cache Properties
We have some generic code that operates on the caches in an Infinispan cache container. The code identifies certain caches for which a certain operation has to be performed by a custom property. The cache container and caches are configured through…

Philippe Marschall
- 4,452
- 1
- 34
- 52
0
votes
1 answer
Can I configure Infinispan to use JavaSerializationMarshaller() on a specific cache and use protobufs on other caches?
I am attempting to upgrade from Infinispan 8.2.11.Final to Infinispan 10.1.8.Final. Infinispan now uses protocol buffers by default. The Infinispan cache is used by Hibernate and also contains some application objects.
I can set the global…

WW.
- 23,793
- 13
- 94
- 121
-1
votes
1 answer
Infinispan Cache store - "class not found" Exception in wildlfy addon module
I am using the 11.0.7 Infinispan cache store which is configured with an XML file. I have imported that cache module in a Wildlfy server. I am using this dependency in my application. But when I try to fetch cache elements from cache, it gives me…

Satish Shelake
- 1
- 1