Log in to follow, share, and participate in this community.
Thread Problem with cache consistency
Problem with cache consistencyI'm struggling with Infinispan (8.2.x, 7.1.x) cache consistency during a massive update of value on one key. My cache is defined like this (I tried other options and combinations but without success): &...
Thread How to trigger infinispan start in clustering environment with Spring
How to trigger infinispan start in clustering environment with SpringHi Guys, I am using infinispan7.1 on a legacy project running on tomcat for clustering(4 nodes, A, B, C, D) cache requirement. I am using existing spring 3.2 annotation with infinispan.xml and jgroups.xml to re...
Thread Problems casting bootstrap component class org.infinispan.marshall.core.GlobalMarshaller to type interface org.infinispan.commons.marshall.StreamingMarshaller
Problems casting bootstrap component class org.infinispan.marshall.core.GlobalMarshaller to type interface org.infinispan.commons.marshall.StreamingMarshaller
Thread replicated cache with enabled statistics leads to NullPointer
replicated cache with enabled statistics leads to NullPointerHello. We are using Infinispan inside Wildfly 15 (as module) for Hibernate 2nd LC. The Infinispan configuration is done via the Wildfly configuration file (in our case the domain.xml). If we run our a...
How can I restrict cluster members by IPI tried to replace our memcached servers with Infinispan Server to get replication/distribution features for our services. Using the clustered-memcached.xml example configuration I can easily run Infinispan Servers o...
Thread Infinispan node cannot join cache after crash
Infinispan node cannot join cache after crashHi, we have a distributed Infinispan cache running in 4 nodes and with global state and persistence: <global-state> <persistent-location path="rocksdb/${localNodeId}/persist...
Thread Is it possible to add a cache instance to the cachemanager?
Is it possible to add a cache instance to the cachemanager?I implemented an AbstractDelegatingCache and want to add the Instance of the DelegatingCache to the cachemanager. As far as I can see we can only add caches via configuration and cachename. Is it possible in any man...
Thread JGroups Fork Channel and Membership/View management with Infinispan
JGroups Fork Channel and Membership/View management with InfinispanHi, I am using fork channel api to fork my main channel. I have set it as a receiver using my implementation of reciever adapter. I can send and receive messages but cannot use the inherited method "viewAccepted" whic...
Infinispan lifecyle questionI am upgrading an application from JBoss 5.5 to Wildfly 16. This application was using org.jboss.cache.jmx.CacheJmxWrapperMBean. It kept the cache in a static org.jboss.cache.Cache and was accessed by a javax.servlet....
Thread Handling passivated class structure changes
Handling passivated class structure changesConsider, I have version 1 of my application. It has a class A, that cached and then passivated to infinispan file storage. public class A implements Serializable {
public SortedMap props = new Tre...
Access SSL enabled Hot rod protocolHi, We have an external Infinispan server deployed with SSL enabled hotrod protocol. I am trying to figure out, from wildfly Server how to connect to this remote cache. In our Wildfly server, I have th...
Is there new way to use CLI command?Hi. I'm using infinispan well in Spring framework environment. I need to see the data in infinispan node in CLI environment. So I followed the guide(Infinispan 9.4 User Guide ), but infinispan-cli-server-$VERSION.jar...
Intra-cluster communication protocolJust a quick question to confirm: what is the protocol for communication between cluster nodes? I understand that JGroups is used for cluster discovery, HotRod (and variety of others) is used for client/server communi...