• Continuous query with graph-oriented data model

    Hi,   I am using Neo4j as long term data store and I would like to use Infinispan for a specific use case : subscriptions/notifications. Users can ask to subscribe to a specific part of the graph, and whenever ...
    Profile Photo
    last modified by rico13
  • ISPN000453: Attempt to define configuration for cache X which already exists

    Hi all!   I am running into this most obscure error for Infinispan 9.2. I am using a default WildFly12 setup for Intellij IDEA. The first time after loading my project, I start the server and all is good and art...
    Profile Photo
    last modified by wieberinsma
  • Streams vs querying

    Jetty integrates with infinispan for the storage of http sessions. We need to be able to find http sessions that have become orphaned in infinispan, ie sessions that are older than a given expiry time, but no longer r...
    Profile Photo
    last modified by janbartel
  • Non heap memory keeps growing(native memory leak)

    Hi,   I am running Infinispan 9.1.4.Final in openshift environment as a docker container, jdk version is 1.8.0_151. The heap consumption of infinispan is stable and doesn't grow beyond heap size however the over...
    Profile Photo
    last modified by vikrant02
  • How does the Infinispan single file store clean up duplicate keys that appear to persist if the keys and values are put periodically with a lifespan?

    (Query section below towards middle)   Environment: Infinispan 9.13 Embedded cache in a cluster with jgroups (but can see same behavior in local basiccache too) Single file store No explicit eviction nor pa...
    Profile Photo
    last modified by prateekk.in
  • getTransactionManager().commit() era

    Hello,   I'm having a problem with Infinispan in which the data is seemingly loaded into the cache twice, but only after the cache was emptied because of the timeout. This is my code :   try {   &...
    Profile Photo
    last modified by sannom
  • Unable to acquire lock after 10 seconds

    Hi! I take exception in my production environment:   2018-04-17 12:44:21,046 ERROR [org.infinispan.interceptors.impl.InvocationContextInterceptor] (async-thread--p6-t8) ISPN000136: Error executing command PutKey...
    Profile Photo
    last modified by schernolyas
  • Configuration for three parallel Infinispan cluster

    Hello, We have three cluster environments, each have two nodes. We make the hotrod ports equal per environment 11122 ENV1, 11132 ENV2 and 11142 ENV3. But, we see, that the nodes found each other and this should be av...
    Profile Photo
    last modified by alexd1979
  • Cluster listeners Management

    Hello Infinispan Gurus,   Scenario: I am using server-client cluster model on Infinispan and I have query regarding clustered listener management. I have multiple caches and for each cache I have one producer ...
    Profile Photo
    last modified by infi_user
  • HotRodClientException:: ISPN004034 InvalidProtocolBufferException: Protocol message was too large.

    Hey,   Currently I'm implementing a remote cache with protobuf. While getting an object from the cache, the client is throwing this exception:   at org.infinispan.client.hotrod.marshall.MarshallerUtil.byt...
    Profile Photo
    last modified by fightgnome
  • Cross DC Relay2 - Master node doesn't handover cluster information to new master during failure

    Hi,   We have Infinispan setup in openshift environment deployed across two data centers. we are using kubernetes jgroups stack to form local cluster and tcp stack with tcpping as discovery protocol to form cros...
    Profile Photo
    last modified by vikrant02
  • Infinispan server 9.2 with LDAP authentication and authorization

    Hello all, I am using Infinispan server 9.2.Final  with the following configuration from tristan: infinispan-server-ldap-authz.xml · GitHub After fixing outbound connection string error I got only one : &...
    Profile Photo
    last modified by zmejg
  • Infinispan 9.x Wildfly/EAP modules on Wildfly 11 cause errors on startup (SASL, reloadRequired)

    I followed the instructions for installing the latest Infinispan as a module into Wildfly 11: Infinispan 9.1 User Guide  (21. Integrations -> 21.9 Infinispan modules for WildFly -> 21.9.3 Usage--Server Mode...
    Profile Photo
    last modified by silvaran
  • How to reset infinispan statistics without restarting or stopping the application

    Hello,   I need to reset the infinispan statistics in my Wildfly 10 application. How can I do it?   Please check this Stackoverflow Question: java - How to reset infinispan statistics without restarting or...
    Profile Photo
    last modified by _dit
  • Cassandra as store for Infinispan in client server mode

    I am experimenting with using Cassandra as cache store for infinispan 8.2.5 cluster in Client Server mode, I could not find any documentation on configuration options, Please let me know if you have any pointers. ...
    Profile Photo
    last modified by vijaynm
  • Infinispan not responding withTimeoutException

    Hi,   I am running two Infinispan cluster each running 3 nodes and both joined in a cross site cluster on openshift platform. Recently seen following recurring error after which whole cluster in one data center ...
    Profile Photo
    created by vikrant02
  • Infinispan 7.2.5 node leaving a cluster and not rejoining

    We have hit into a peculiar issue where a cluster with 3 infinispan nodes, one node left the cluster even though it was up and running continuously and while it tried to join back the cluster the other nodes discarded...
    Profile Photo
    last modified by vanasays
  • Infinispan getAll() method shows invalid hits misses count

    I have downloaded infinispan 7.2.5 version and created a simple server in a cluster mode. I have placed it in a jboss folder(locally) and started the server. I have created a simple client that puts the data into the ...
    Profile Photo
    last modified by sonu_1112
  • JPA many to many (with extra col) not working with Infinispan JPA cache store

    Hi I am pretty new to JPA.   I have two entity tables Groups & Rules and an association table Group_Rule which contains many to many mapping of Groups & Rules. In my application I am storing the Group...
    Profile Photo
    last modified by rajivpatil
  • Try to disable return value from cache

    Hi   I am using infinispan 9.1.3 as remote server .   in the client side i use JCache   client code example  :   Properties properties = new Properties(); properties.setProperty("infinis...
    Profile Photo
    last modified by moshelatin