Questions tagged [infinispan-8]

24 questions
4
votes
1 answer

ISPN000313 error in infinispan

I'm new to Infinispan and I'm using Infinispan 8.1.I just wanted to gain some knowledge on this ISPN000313 error code.I have done a lot of research about this error code,but nothing helps me to understand it. I also want to know when this error will…
karthi keyan
  • 205
  • 2
  • 18
2
votes
1 answer

CacheException:Unable to invoke public void org.infinispan.remoting.transport.jgroups.JGroupsTransport.start() on object of type JGroupsTransport

I am using distributed caching with Infinispan-core-8.2.4.Final.jar and jgroups-3.6.7.Final.jar with Wildfly 10.1.0 but getting below exception in start up only. org.infinispan.manager.EmbeddedCacheManagerStartupException:…
Krishna
  • 695
  • 2
  • 5
  • 23
1
vote
0 answers

How to configure persistent storage for jboss datagrid openshift image?

I have tried with templates provided at: https://github.com/jboss-openshift/application-templates/blob/master/datagrid/datagrid71-mysql-persistent.json. However, my entries are deleted after pod restarts. The log is as follows: ISPN000149: Fetch…
1
vote
1 answer

Grouping api in Infinispan

I have been trying to implement a project that would always store an particular value in an particular node in Infinispan 8.1.If that node is down,the values in that cache should be moved to another node. I have heard about Grouping api which…
karthi keyan
  • 205
  • 2
  • 18
0
votes
2 answers

Infinispan-8 blocking state during iteration through cache

I am using infinispan 8.2.11. During iteration through cache with use of cache.entrySet().iterator() the thread gets stuck and not move. Here is the thread dump I collected : "EJB default - 32" #586 prio=5 os_prio=0 tid=0x000055ce2f619000 nid=0x2853…
0
votes
1 answer

Infinispan 8.0.1 crashing when I remove a member from the cluster

I am using play framework version 2.3.8 and the plugin(https://github.com/n4cer/playInfinispanCachePlugin) to integrate infinispan(version 8.0.1 with jgroups) in my app for distribution cache. Configuration for the infinispan can be found in the…
0
votes
1 answer

Infinispan 8.2.11 and Jgroups 3.6.x compatibility

I'm currently using infinispan 8.2.11.Final which depends on jgroups-3.6.7.Final. Is this version of infinispan compatible with the latest release of jgroups 3.6.x (3.6.19.Final)? I would like to bring fixes for MERGE3 and CENTRAL_LOCK protocols…
0
votes
0 answers

Infinispan - Hibernate 2nd Level Cache Cluster Marshaling issue

We are trying to configure infinispan as the 2nd level cache for Hibernate in Jboss EAP 7.1 and run the jboss in clustered two node setup. Lookup for cache elements works, but if we update hibernate entities, then update cache step triggered by…
0
votes
1 answer

Infinispan server installation strategy for non-prod test environments

We are currently evaluating infinispan server as a cache server for our application running in JBOSS. We are planning to use hotrod endpoints to access infinispan cache from our application nodes. We have around 300+ test environments, what would be…
0
votes
2 answers

Standalone/Domain Model not available in Infinispan server 10 and 11 version

We are planning to setup infinispan server cluster setup in domain mode for infinispan server 10 or 11 version. Standalone/Domain Model was available in Infinispan server until version 9. Infinispan server 10/11 setup guide does not discuss anything…
0
votes
2 answers

infinispan hibernate 2nd level cache - XML Configuration format required

We are currently using ehcache as 2nd level cache with the following configuration in our application.
0
votes
0 answers

Infinispan cache inconsistency for massive concurrent operations

I'm struggling with Infinispan 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):
ggolebio
  • 413
  • 4
  • 9
0
votes
1 answer

lost data when stopping server [Infinispan]

In my project i use infinispan to manage my data and improve the performance, so i have a problem is when we stop de server and restart it all my data are deleted ans it's normal beacause its a cache. so i demand you if you have a sugggestion for me…
user3822342
  • 75
  • 1
  • 1
  • 6
0
votes
1 answer

How to enable JGroups logging in Infinispan

I'm new to Infinispan. I am running a cluster with three asymmetric nodes with Infinispan Version(8.1.3).I wanted to track the requests in my log which is sending in between the nodes like Failure Detection requests or TCP Ping.But these requests…
karthi keyan
  • 205
  • 2
  • 18
0
votes
0 answers

getAll() method of Infinispan shows wrong hit miss 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 cache and another client that…
1
2