Log in to follow, share, and participate in this community.
Thread Synchronous Replication in Infinispan server
Synchronous Replication in Infinispan serverHi, We have configured a replicated cache in Infinispan cluster (v8.2.6) of 3 nodes. The replicated cache is configured as below in the configuration xml: <subsystem xmlns="urn:infinispan:server:cor...
Thread Strange problem of distributed jdbc cache store for index.
Strange problem of distributed jdbc cache store for index.private ConfigurationBuilder persistenceConfigLucene(ConfigurationBuilder configurationBuilder) { configurationBuilder.persistence() .addStore(JdbcStringBasedStoreConfigurationBuilder.class) .k...
jbossweb-tomcat55.sar with wildfly 12Hi I have used jboss-4.0.5.GA version before and now I need to upgrade it to wildfly latest version. In old version I have used jbossweb-tomcat55.sar to deploy war files. In wildfly12 it has to do with undertow subsy...
Thread How to enable Jgroups logging in infinispan
How to enable Jgroups logging in infinispanHI,I'm new to Infinispan and I am running a cluster with three asymmetric nodes.I wanted to track the requests which is sending in between the nodes like Failure Detection requests and TCP Ping.But these requests are ...
How to manage infinispan memory in jboss?Hi I use infinispan local cache in wildfly 10 , i have a jee application that load large data into cache, after serveral minute and work with cache jboss freeze and reached to max heap size memory , how to manage loc...
Thread WildFly 13, Hibernate 5.3 and Infinispan question
WildFly 13, Hibernate 5.3 and Infinispan questionThe Infinispan embedded in WildFly 13 is not with full feature. My project uses Infinispan Query and CDI. So I place the Infinispan WildFly module in it. modules\system\layers\base\org\infinispan\hibernate-cache\ma...
Thread Infinispan blocking state during iteration through cache
Infinispan blocking state during iteration through cacheHi all We have spotted in our environment following blocking state in Infinispan. This leads to high CPU load and this load does not goes down. One of our threads has stopped and this is line from its ...
Thread Infinispan concurrent modification exception after restarting a node
Infinispan concurrent modification exception after restarting a nodeHi, I just restart a second node in my cluster configuration, and I start getting errors for the infinispan: 12:12:57,249 DEBUG [org.jboss.as.config] (MSC service thread 1-3) Configured system properti...
Replication timeout for [server]Hi, I am using Wildfly 10.1.0.final. I have setup cluster and domain which has master server and two slaves. I have followed guide (Clustering and Domain Setup Walkthrough - WildFly 10 - Project Documentation ...
How scalable is Continous Query?Hi, We have a mobile app deployed on a fleet of 100000 android smartphones. I'm trying to find out if it's possible to create as many continuous queries. Each user (delivery driver) needs, for example, to request al...
Thread Cache with JpaStore constantly queries database
Cache with JpaStore constantly queries databaseHi, first of all, I am using Infinispan 9.2.2.Final and you find my cache configuration attached. I start my cache at application startup. When I later retrieve the cache using embeddedCacheManager.ge...