• Problem with cache consistency

    I'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):    &...
    Profile Photo
    last modified by ggolebio
  • How to trigger infinispan start in clustering environment with Spring

    Hi 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...
    Profile Photo
    last modified by scratchback
  • How to make sure that put/get/remove data in local first and put/get/remove remote later in dist caches??

    dear sir/madam,      We are using infinispan cluster to share data through network to another node.This made problem when do operation like get() and remove() in high network traffic.So,we impleme...
    Profile Photo
    created by jaga244
  • Problems casting bootstrap component class org.infinispan.marshall.core.GlobalMarshaller to type interface org.infinispan.commons.marshall.StreamingMarshaller

    having issues getting infinispan 9.4.5.Final and jboss EAP 7.2 playing nicely im including the infinispan jars in my war project.   infinispan.xml <infinispan       xmlns:xsi="htt...
    Profile Photo
    last modified by nathandennis
  • replicated cache with enabled statistics leads to NullPointer

    Hello.   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...
    Profile Photo
    last modified by joachim.glink
  • CacheException when calling EmbeddedCacheManager::stop() - how to gracefully stop EmbeddedCacheManager in an web-application ?

    Hi, how to gracefully stop an EmbeddedCacheManager in an Web-Application (in contextDestroyed())?   I am using Infinispan 10.0.0Beta3. Calling EmbeddedCacheManager::stop() causes this Exception.   [1;31m16...
    Profile Photo
    last modified by dariosanna
  • CacheManager getTransport() deprecated sinze 9.4.2 ? How to retrieve getPhysicalAddresses() ?

    Just upgraded from Infinispan 9.4.1 to 9.4.2.   CacheManager getTransport() is marked as deprecated, my question is: How to retrieve getPhysicalAddresses(), or clearer: how to get Transport? Thanks!
    Profile Photo
    last modified by dariosanna
  • How can I restrict cluster members by IP

    I 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...
    Profile Photo
    last modified by michael.palata
  • Infinispan node cannot join cache after crash

    Hi,   we have a distributed Infinispan cache running in 4 nodes and with global state and persistence:   <global-state>     <persistent-location path="rocksdb/${localNodeId}/persist...
    Profile Photo
    last modified by nsahattchiev
  • WARN [org.jgroups.protocols.TCP] (TQ-Bundler-7,ejb,keycloak-2) JGRP000032: keycloak-2: no physical address for keycloak-1, dropping message

    Hi, I'm trying to run keycloak 4.8.3 in kubernetes cluser and I noticed following warning in logs   WARN  [org.jgroups.protocols.TCP] (TQ-Bundler-7,ejb,keycloak-2) JGRP000032: keycloak-2: no physical addres...
    Profile Photo
    last modified by thradec
  • 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...
    Profile Photo
    last modified by adaptivecodes
  • JGroups Fork Channel and Membership/View management with Infinispan

    Hi, 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...
    Profile Photo
    last modified by palakkaran
  • Infinispan lifecyle question

    I 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....
    Profile Photo
    last modified by galfstad
  • Handling passivated class structure changes

    Consider, 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...
    Profile Photo
    last modified by s.lisovoy
  • Can multiple clients of Infinispan replicated cache share the same persistent file store?

    Cross posted at docker - Can multiple clients of Infinispan replicated cache share the same persistent file store? - Stack Overflow   Suppose we have multiple docker containers (each of which has java webapps, ...
    Profile Photo
    last modified by prateekk.in
  • Access SSL enabled Hot rod protocol

    Hi,   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...
    Profile Photo
    last modified by jason513
  • 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...
    Profile Photo
    last modified by gonomujasic
  • Intra-cluster communication protocol

    Just 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...
    Profile Photo
    last modified by zam0th
  • Is there any performance difference between dist cache and local cache in single node??

    sir, We have a java application which has data distribution cababillity using infinispan 8.1.3.Most of the time,we are installing java application as single node all our client.should i use local cache for single nod...
    Profile Photo
    last modified by jaga244
  • if infinispan index manager is used, indexing work will be processed by jgroups coordinator by default??

    sir, I am using 8.1.3 version and trying to implement indexing. my doupts is ,if infinispan index manager is used, indexing work will be processed by jgroups coordinator by default? or should i mention by <propert...
    Profile Photo
    last modified by jaga244