hazelcast Questions

3

Solved

My application is running for months and working very well. Then suddenly I get the following error: com.hazelcast.core.HazelcastInstanceNotActiveException: Hazelcast instance is not active! at c...
Piggy asked 25/4, 2014 at 12:22

9

I am using redis for pub/sub as well as for server side cache. I mean my app server has redis server running as one process (functioning as a cache as well) . I have several thin clients (running r...
Garget asked 17/4, 2015 at 6:55

2

Solved

I recently upgraded a spring boot application from 1.5 to 2.0.1. I also migrated the prometheus integration to the new actuator approach using micrometer. Most things work now - including some cust...

1

Using Hazelcast version 4.2.5 in a webapp deployed on Tomcat on Kubernetes. We're frequently("every 5 seconds") seeing ClassCastException with a stacktrace in the application logs. Here's...
Aden asked 28/10, 2022 at 3:54

5

Solved

I am trying to implement distributed cache using Hazelcast in my application. I am using Hazelcast’s IMap. The problem I have is every time I get a value from a map and update the value, I need to ...
Triennium asked 19/6, 2013 at 4:22

1

Solved

I am using Hazelcast cluster cache with spring boot. I am using the 4.2 version of hazelcast. Caching is working fine but it doesn't evict the data from the cache map after TTL. Always keeping the ...
Maturation asked 27/5, 2021 at 11:10

4

I don't get to work REST API of Hazelcast, receiving always : at client side : ERR_EMPTY_RESPONSE via Browser or java.net.SocketException: Unexpected end of file from server via a Java Test Progr...
Heterograft asked 6/5, 2016 at 11:7

4

Solved

Suppose I have instance of Hazelcast running somewhere on remote machine and it executed in official Docker image. So I wolud like to see some data that Hazelcast stores just like in the first vide...
Nagoya asked 19/12, 2016 at 15:11

2

Solved

I wanted to upgrade to Java 11 and tomcat 9 my spring boot application that uses Hazelcast 3.12.9 as cashing mechanism. When I deployed locally everything looks to work fine and the caching success...
Glanti asked 13/2, 2021 at 9:39

4

I am using hazel cast in a 2 node cluster following is my configuration: <hz:hazelcast id="hazelcast_instance"> <hz:config> <hz:instance-name>hazelcastinstance</hz:instance-...
Left asked 18/12, 2014 at 20:28

7

Solved

Question is clear as you see in the title, it would be appreciated to hear your ideas about adv./disadv. differences between them. UPDATE: I have decided to use Hazelcast because of the advantages...
Ideatum asked 9/3, 2011 at 12:4

1

I'm trying to set up a 2 machine Hazelcast cluster, and can't use multicasting. Here's my xml file I'm using for configuration: <hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/co...
Winnifredwinning asked 22/4, 2019 at 19:20

2

I have installed HazelCast 2.5. I want to persist my records into disk. I learned that MapStore does this job. However i'm not sure how to implement MapStore. Code I've written so far: public cla...
Rapprochement asked 28/2, 2013 at 10:19

2

Solved

I've found different zookeeper definitions across multiple resources. Maybe some of them are taken out of context, but look at them pls: A canonical example of Zookeeper usage is distributed-me...
Nofretete asked 18/5, 2016 at 8:18

7

I am getting below error in prod mode for (Java8+Oauth2+MySql+Hazelcast+no clustered http sessions) combination. Dev mode has worked fine. Unable to register MBean [HikariDataSource (HikariPool-0)...
Procarp asked 12/12, 2014 at 9:53

2

Solved

We have a spring boot application running in physical boxes. Planning to migrate to EKS (AWS). We have hazelcast used for multiple purposes listed below. Is it possible to use hazelcast itself in...
Courier asked 6/12, 2019 at 12:14

4

Solved

Am running a OSGI plugin project (with N no of bundles), I have integrated hazel cast in it, i. When I try to add the data as map of string and test bean, It is getting added in hazel cast map bu...
Fondle asked 25/9, 2014 at 7:42

2

Solved

Currently I have three instances registered in the CPSubsystem. ----- | I1* | * Leader ----- ---- ---- | I2 | | I3 | ---- ---- When all instances are up an running, all registered and...
Payee asked 16/8, 2019 at 14:19

2

Solved

I see that Hazelcast 3.12 has introduced the CPSubsystem() for systems with 3-7 nodes. I understand the reasoning. However, if I am trying to design a solution that can run with anywhere between 1-...
Sheepwalk asked 29/7, 2019 at 13:55

0

I am following this tutorial Vaadin microservices - High availability in order to buiild a Vaadin frontend with multiple instances providing high availability with session replication. The problem...
Midden asked 27/5, 2019 at 16:48

3

Hi I looking for In memory data grid or similar one. My use case. Data griding in memory. scale out available. backup node available. persistent backup available. (optional) free or openso...
Phonsa asked 30/1, 2017 at 12:40

2

I am working with Spring 4 and Hazelcast 3.2. I am trying to add a new record to existing cache with below code. somehow cache is not getting updated and at the same time I don't see any errors als...
Miki asked 15/10, 2015 at 17:37

1

Anyone with real-world experience of Vertx cluster managers other than Hazelcast have advice on our requirement below? For our (real time sensor data) system we have hundreds of verticles in multi...
Repast asked 8/3, 2019 at 9:56

2

Solved

Now we building a realtime analytics system and it should be highly distributed. We plan to use distributed locks and counters to ensure data consistency, and we need a some kind of distributed map...
Onomastic asked 23/6, 2015 at 18:50

2

Solved

We are connecting to an external Hazelcast cluster (version 3.7.2) using the Java Hazelcast client but are having issues reconnecting if the cluster goes down. We are creating our client with Haze...
Immoderation asked 18/1, 2017 at 6:56

© 2022 - 2024 — McMap. All rights reserved.