Questions tagged [hot-rod]

19 questions
0
votes
1 answer

How to make putAll atomic?

I am using infinispan 7.2.5 version to make in memory cache. to access that cache I am using Hotrod. So I have hotrod server running on cluster mode and that multiple client who can access server using hotrod client. I am doing a putAll operation to…
Sanjay
  • 1,078
  • 11
  • 15
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

To understand Infinispan Behavior in Rebalancing & Async mode

I am new to Infinispan. Even after going through Infinispan User Guide & googling through, I am not able to figure out behavior of Infinispan in below cases : 1) Does it lock on HotRod Client reading when rebalancing is taking place ? 2) How does…
J. P
  • 356
  • 4
  • 20
0
votes
0 answers

HotRodClientException:Request for message id[6] returned server error (status=0x85): java.lang.NullPointerException

I am new to infinispan and I am trying clustered configuration. Here is my code GlobalConfigurationBuilder globalConfig =…
J. P
  • 356
  • 4
  • 20
1
2