Log in to follow, share, and participate in this community.
Thread Continuous query with graph-oriented data model
Continuous query with graph-oriented data modelHi, 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 ...
Streams vs queryingJetty 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...
Thread Non heap memory keeps growing(native memory leak)
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...
Thread 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?
getTransactionManager().commit() eraHello, 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 {
&...
Unable to acquire lock after 10 secondsHi! 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...
Thread Configuration for three parallel Infinispan cluster
Configuration for three parallel Infinispan clusterHello, 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...
Cluster listeners ManagementHello 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 ...
Thread Infinispan server 9.2 with LDAP authentication and authorization
Infinispan server 9.2 with LDAP authentication and authorizationHello 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 : &...
Thread Cassandra as store for Infinispan in client server mode
Cassandra as store for Infinispan in client server modeI 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. ...
Thread Infinispan not responding withTimeoutException
Infinispan not responding withTimeoutExceptionHi, 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 ...
Thread Infinispan 7.2.5 node leaving a cluster and not rejoining
Infinispan 7.2.5 node leaving a cluster and not rejoiningWe 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...
Infinispan getAll() method shows invalid hits misses countI 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 ...
Try to disable return value from cacheHi 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...