Questions tagged [infinispan-9]

48 questions
3
votes
2 answers

infinispan 9 '' isn't an allowed element

Wildfly 18 eviction tag is not parsing giving Failed to parse configuration error. this is coming when i upgrade Wildfly 11 to 18. In wildfly 11 (infinispan 4) its working fine
user1184777
  • 987
  • 2
  • 19
  • 38
3
votes
1 answer

Can multiple clients of Infinispan replicated cache share the same persistent file store?

Cross posted at https://developer.jboss.org/thread/279735 Suppose we have multiple docker containers (each of which has java webapps, so multiple JVMs essentially), each of which are using the same replicated Infinispan cache either in: Embedded…
PKM
  • 329
  • 4
  • 17
3
votes
0 answers

Infinispan throwing intermittent SocketTimeoutException during GetOperation

Cross posted from https://developer.jboss.org/message/988346#988346 Using jboss/infinispan-server:9.4.0.Final (https://hub.docker.com/r/jboss/infinispan-server) in standalone server mode with replication, and the clients connect via hotrod. Here's…
PKM
  • 329
  • 4
  • 17
3
votes
1 answer

infinispan 9.4 - Listeners and event filter

I'm trying to use Listeners with filters in a distributed cache with two instances of Infinispan 9.4.0 and Hot Rod Client. When I try to put a new entry in cache, I get the following exception: [Server:instance-one] 13:09:57,468 ERROR [stderr]…
3
votes
1 answer

Infinispan : locking in remote transactional cache

We try to use infinispan as a remote cache with a read lock. The clients are making a read with a "put" in order to acquire a lock on the key, like described infinispan documentation in the section pessimistic transactional cache "When…
2
votes
1 answer

Infinispan server : how to use it

I am starting to study infinispan and infinispan client/server mode. I focus on server mode. I use version 9.4.15. I am successful in launching to server in clustered mode, with following commands : bin\standalone.bat…
2
votes
1 answer

How to get Advanced Cache or configure Transaction Manager from Infinispan cache when it is configured as JCache?

I have a JCache cache and my caching provider is Infinispan. I need to use it as transactional cache. In Infinispan if we configure Transaction Manager, I can get it as cache.getAdvancedCache().getTransactionManager(). Since my cache is JCache, I do…
2
votes
1 answer

What is the Wildfly infinispan web cache container for?

I'm using Wildfly 12. The default configuration of the infinispan subsystem defines a cache-container named "web". I tried to find out why this container is defined and who uses it, but could not find any explanation in the documentation or anywhere…
JayTheKay
  • 1,463
  • 12
  • 22
2
votes
1 answer

Infinispan replicated cache not replicating objects for read

We are trying to install a replicated cache across two infinispan nodes running on Wildfly 11 inside of Openshift. When we write an object on one node it doesn't show up on the other node for reading. At boot the nodes connect in the cluster and…
Joe W
  • 2,773
  • 15
  • 35
2
votes
1 answer

Infinispan 9.1: Unsupported async cache mode 'REPL_ASYNC' for transactional caches

I'm migrating the project to Infinispan 9.1.0.Final from 8.2.4.Final and got next exception: org.infinispan.commons.CacheConfigurationException: ISPN000441: Unsupported async cache mode 'REPL_ASYNC' for transactional caches Related code: new…
1
vote
1 answer

Infinispan v9.4.18 Hotrod console exception InvalidMagicIdException reported

I am trying to setup remote cache by externalising the Infinispan server from Keycloak using the Cross-Datacenter Replication Mode. I am following the Keycloak official documentation…
1
vote
1 answer

Is it possible to have a data delay between nodes in distributed mode Infinispan?

With Infinispan v9, my app uses a distributed async cache mode where number of cluster-wide data replicas is 3. Let's say data owner/replica of cache entry 123 is in Nodes A, B, C. With this, I have two questions (assuming they were not caused by…
1
vote
1 answer

Cannot create infinispan test with JDK 11

I have a maven project with infinispan so configured: org.infinispan infinispan-hibernate-cache-v53 ${version.infinispan}
Fabrizio Stellato
  • 1,727
  • 21
  • 52
1
vote
0 answers

Custom class loader wtih Infinispan 9.4.x

We have been using old version of infinispan and wildfly ( 10.x and infinispan 6.x ). The cache has been used as embedded cache, e.g it was started from the application code ( which was actually the wildfly module ).Whenever cache was created in…
Yulian Oifa
  • 111
  • 7
1
vote
1 answer

Thread blocked when using Infinispan 9 embedded cache with L1

I'm using Infinispan 9.4.16 in embedded mode. Here is the config of a cache:
bulldog
  • 11
  • 4
1
2 3 4