Log in to follow, share, and participate in this community.
Thread JBoss Migration from JBoss-5.1 to Wildfly-11
JBoss Migration from JBoss-5.1 to Wildfly-11Hello, there. I have been working on an upgrade from JBoss-5.1/JEE5/JDK6 to Wildfly-11/JEE7/JDK8. Kindly share the step by step procedure, and suggest me which version of the wildfly application server i...
File Store not storing anything but "FCS1"Good morning, I am trying to use infinispan 9.1 caching but something may be wrong in file-store configuration because (with passivation enabled or not) the file is created, but contains only "FCS1" string... ...
Thread How to Reduce the Amount of Exception Data Transmitted
How to Reduce the Amount of Exception Data TransmittedHello - We've noticed that whenever we have a timeout exception (ISPN000476), this information gets sent to other nodes in the cluster who log it with the ISPN000217 code. Recently we experienced a flood of ti...
Thread Can we compress cache entries, while putting them into the cluster?
Can we compress cache entries, while putting them into the cluster?We are using a hotrod client and the infinispan clustered server which is on its own (standalone). Can we compress cache entries, while putting them into the cluster? What are the different options of compressing? ...
Infinispan on Openshift: Hotrod ExceptionHello, Infinispan 9.4.11 has been deployed on Openshift 3.11.43 using Infinispan operator using minimal configuration yaml. Practically, default configuration. Two deployments available, one has a 2-node clus...
Multiple cache managers?We are trying to figure out the best way to implement the following (using WildFly): 1. We have multiple applications (5 or more) all of which require their own clustered invalidation cache 2. Should we have ...
Thread Datagrid readinessProbe and livenessProbe failing for 1 Pod
Datagrid readinessProbe and livenessProbe failing for 1 PodWe have a Datagrid 7.2 cluster on 2 pods in OpenShift. This has been up for about a month. Recently one of the pods apparently failed the livenessProbe and was re-started. Since then it has been in a restart loop as i...
Thread Distributed Infinispan Cache Session not found
Distributed Infinispan Cache Session not foundHi, I'm looking into configuring wf 17 with distributed cache for sessions, but I have problems making it work properly. It's a distributed configuration, I use basic authentication and when we send the post to /j_sec...
Update Infinispan installations on LinuxHello, I didn´t find any chapter in the documentation how to perform an update / upgrade to a newer release with zero downtime or downtime. Can anybody describe the process to me and what are the pitfalls?
Thread ISPN000476: Timed out waiting for responses for request 73 from
ISPN000476: Timed out waiting for responses for request 73 from/** * Configure infinispan to run with a default clustered jgroups setup. */ @Bean public InfinispanGlobalConfigurer infinispanRemoteConfigurer( @Value("foo") String clusterName) { return () -> GlobalConfigurationB...
Thread CacheListerer : identify node that has updated an entry
CacheListerer : identify node that has updated an entryHi, I begin with infinispan, and I don't understand well the meaning of TransactionalEvent.isOriginLocal() getter method : I've set a configuration for an distributed infinispan cache DIST_SYNC, with ...
Thread How to ensure failover of Domain Controller?
How to ensure failover of Domain Controller?When Host Controller process gets started, it knows which DC to connect through the <remote> tag under the <domain-controller> tag in hosts.xml file. Suppose if the DC is down, HC tries for some 10 times, ...
How to persist __protobuf_metadata cache ?Hi, In order to query values in a cache we upload the protobuf scheme (built from annotated classes) to the infinispan server and that works nicely. However, if the infnispan server is restarted the __protobu...
How to stream through query results ?Hi, Result I am using the java remote hot rod client to query entries in a cache then delete the result. However, I expect the number of results to be quite large and that may cause memory issues in my application. ...
Concurrent TimeoutExceptionHello, We are using infinispan 9.2 and following are high level application running params. We moved to 9.2 because of split brain issues encountered in the past with 6.2 around 1 year ago. Now we occasionally...