Questions tagged [infinispan-8]
24 questions
0
votes
0 answers
org.infinispan.util.concurrent.TimeoutException: Timed out applying state
We are running Infinispan 7.2.5 with 3 instances in REPL cluster.
Spark Client is connected to the cluster using HotRod.
Suddenly, the view is updated and one instance is removed from the cluster and from client view as well.
The instance was up &…

J. P
- 356
- 4
- 20
0
votes
1 answer
Infinispan EmbeddedCacheManager with non-clustered mode
Is it possible to run embedded infinispan with non-clustered mode?
I have searched alot but could not find support for SimpleCache with EmbeddedCacheManager.
Is there a way to run embedded infinispan with local mode?

webbed
- 21
- 3
0
votes
1 answer
Wildfly 10 Infinispan JCache: @CacheResult causes "Member of array type or annotation type must be annotated @NonBinding"
I'm trying to use the Infinispan JCache annotations within Wilfly 10. My Wildfly installation has the Wildfly-Camel extension (http://wildfly-extras.github.io/wildfly-camel/).
I would like to use method level caching:
@CacheResult
public Connector…

balazs
- 51
- 4
0
votes
1 answer
Wildfly 10 Infinispan TreeCache is not working
I'm migrating from Wildfly 8.2 to 10.1 Unfortunately, I'm encountering problems with Infinispan TreeCache.
Here are several issues:
Invocation batching is no longer supported in Wildfly 10
configuration
Here's my config:

jersey-city-ninja
- 1,038
- 11
- 23
0
votes
2 answers
'infinispan-core' not showing logs
I'm using log4j (1.2.17)
'infinispan-embedded' does work with my logs.
But when I change to work with: 'infinispan-core' I don't recive any logs from Infinispan.
I have Spring(4.1.4) & Hibernate(4.2.21)
Infinispan version - 8.2.6.Final
Any…

Isaace
- 131
- 6
0
votes
0 answers
Infinispan distributed cache across multiple servers
I'm trying to setup a simple distributed cache across three VMs using Infinispan 8.2. And I'm having trouble getting the data to spread across the different VMs. If I start multiple servers on the same VM using the tag in the…

idonaldson
- 465
- 1
- 14
- 33
0
votes
1 answer
Are staggered remote GETs implemented for replicated caches as well?
The release notes of Infinispan 8 describes a new feature: Staggered remote gets.
These are described in the user guide:
11.4. Distribution Mode
The remote GET requests are staggered: we request the value from the primary owner, but if it doesn’t…

Beryllium
- 12,808
- 10
- 56
- 86
0
votes
1 answer
Is it vaild to put the "numOwners" to more than 1 in Infinispan when shared JDBC cache store is in place?
We have a 5 node cluster with a shared JDBC cache store(DB is common for all the nodes). However, when I put the "numOwners" setting to more than 1 , the writes to the cache and DB are failing with primary key exceptions. I expected that only one…

geekprogrammer
- 1,108
- 1
- 13
- 39
0
votes
1 answer
How can I enable versioning?
I'd like to enable versioning for a replicated cache in a locally-running Infinispan server (8.2.4 final, two Infinispan servers form a cluster).
This is documented in the user guide.
Quote:
10.2.5. Configuration
By default versioning will be…

Beryllium
- 12,808
- 10
- 56
- 86