Thread Unable to access Infinispan Health check in domain mode
Unable to access Infinispan Health check in domain modeHi, I've been testing health checks in Infinispan and been able to access it using standalone but not domain mode. TLDR; Health check doesn't return any information in domain mode. On standalone mode however, it work...
Infinispan v9.0.3 performance degradationHi, We are using Infinispan v9.0.3 in standalone mode on a 4 CPU Linux machine with 32 GB physical memory with Java Heap Size of 25GB (both ms/mx set to 25GB). The entries in cache have all fixed key ...
How does cluster node discovery work?Hello, I'm giving Infinispan a try for the first time. I am running the replication example here: Replicated Cache Tutorial - Infinispan I have cloned it from GitHub, compiled, and run it with Maven in 2 ter...
LDAP user READ permission errorHi, We are using clustered mode for Infinispan (version 9.1.3). Using the following LDAP settings, the bind account (svcInfAuthLDAP) is correct and can authenticate. We are having an error when the user tries...
Thread Infinispan : locking in remote transactional cache
Infinispan : locking in remote transactional cacheWe 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 transac...
LFU EvictionHi, I have a requirement to implement a LFU (Least Frequently Used) Eviction Strategy. I have been considering different approaches to this using infinispan but thought it would be worth asking if there ...
Thread Using RocksDB Data Store shows "malformed WriteBatch" error
Using RocksDB Data Store shows "malformed WriteBatch" errorHi. I've been using Inifinispan Embedded Caches in my application, and recently I've started using a RocksDB data store for one of my Infinispan Caches. This is in a Spring Boot application. My confi...
Thread Change Infinispan cache-availability status
Change Infinispan cache-availability statusHi, I am trying to change the cache-availability status of infinispan through the management REST interface as a work around to address the issue here. However, the REST request fails with the following error:...
Thread Rollback a transaction after a runtime exception during commit
Rollback a transaction after a runtime exception during commitI use transaction to update several caches atomically. However, recently I have found that a runtime exception thrown during the commit phase does not rollback the transaction. A HeuristicMixedException is thrown by t...
Migration from 7.2.5 to 9.3.1Hello, I'm trying to migrate my Infinispan Jdbc cachestores using the migration tool (infinispan-tools-9.3.jar). In the docs, it's said that "reads data from Infinispan 8.2.x stores and rewrites their content...
Thread Hibernate 2nd level caching with hotrod support
Hibernate 2nd level caching with hotrod supportHi, I’m wondering with the introduction of transactions to hotrod are there any plans to have the infinispan-hibernate library updated to support the infinispan remote cache manager in order to enable 2nd level ...
Inifinispan : add pessimistic read lockHello, in the documentation of Infinispan 9.3 i can only find that Infinispan supports the isolation Levels READ_COMMITTED and REPEATABLE_READ, which never blocks reads. is there any possibility to add / configure...
Handling with DAOCacheStoreI have successfully setup infinispan 9.3 in Wildfly 11 in embedded mode with a custom cache store that access my entity dao. so far so good everything working well. But I thre are some clarification points for...