Questions tagged [geode]

Apache Geode is an open source, distributed in-memory database for scale-out applications that is a top level project at The Apache Software Foundation. Apache Geode started with a 1 million code line grant by Pivotal Software of much of the Pivotal GemFire commercial code base.

Geode is a data management platform that provides real-time, consistent access to data-intensive applications throughout widely distributed cloud architectures.

Geode pools memory (along with CPU, network and optionally local disk) across multiple processes to manage application objects and behavior. It uses dynamic replication and data partitioning techniques for high availability, improved performance, scalability, and fault tolerance. Geode is both a distributed data container and an in-memory data management system providing reliable asynchronous event notifications and guaranteed message delivery.

More Details: Apache Geode

328 questions
0
votes
0 answers

Apache geode SerialGatewaySenderQueue blocked : There are 86 stuck threads in this node

022-12-20 02:09:13.085 [Gateway Sender Primary Lock Acquisition Thread Volunteer] INFO org.apache.geode.internal.cache.wan.GatewaySenderAdvisor - org.apache.geode.internal.cache.wan.GatewaySenderAdvisor@31e1b6b8 is becoming primary gateway…
feta
  • 1
0
votes
1 answer

Unable to create Global region using Spring Data Geode/Gemfire

From spring data geode/gemfire, can we create Regions on the cluster ? Currently it is creating local cache region but any configuration being done either in ClientCache mode or ServerCache mode, doesn't have any impact on the Cluster server. But…
0
votes
1 answer

CacheServerApplication unable to connect to Gemfire cluster running apart from localhost

Can you please provide minimum configuration needed to connect a Gemfire CacheServerApplication as a REPLICATE_PROXY to a Gemfire/Geode cluster running apart from localhost ? I have a cluster running which I am able to connect from…
0
votes
1 answer

Spring Boot Data Geode Fails to Start Docker Container

I am trying to setup a simple project with having 'org.springframework.geode:spring-geode-starter' in my build.gradle and now trying to dockerize the application. This runs fine locally if I run as spring boot applicaiton but the jar is not running…
0
votes
0 answers

Obtain lock on replicated Geode region

Im using Geode/Gemfire Peer-to-Peer topology with a replicated region. I want this region to be refreshed every X hrs. I think this will require some locking on the region to ensure members dont refresh within X hrs. Few…
Boss Man
  • 587
  • 2
  • 12
0
votes
0 answers

how to make Equal number of Connections from Geode native client to Server?

I have a requirement where I have configured 'min-connctions= number of client thread * number of geode cache server'. so that during load there will be not connection while accessing the connection or no new connection is needed if all threads…
0
votes
1 answer

On Windows Apache geode server doesn't connect to locator and create region says no members found

I have an out-of-the-box version of Geode running on Windows. If I start a locator using start locator --name=ibLocator --properties-file="F:\Geode\config\ibGemfire.properties" and then start a server the same: start server --name=ibServer…
rupweb
  • 3,052
  • 1
  • 30
  • 57
0
votes
1 answer

Geode Authentication implementation using TLS/SSL certificate

I am trying to implement TLS based authentication, basically SSL certificate based authentication, when two-way SSL is enabled in Geode cluster. Authentication is performed based on certificate DN. Lets say client/peer node configured with two-way…
0
votes
2 answers

and elements are not allowed under

Im using Apache Geode 1.14.4 and spring-data-geode version 2.7.2. I have following Region config which fails to bring up my app.
Boss Man
  • 587
  • 2
  • 12
0
votes
1 answer

is geode impacted by last RCE vulnerability in the Spring Framework

is geode impacted by last RCE vulnerability in the Spring Framework ? vulnerability details : https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement geode 1.14.2 has below dependencies - should spring framework used by geode…
0
votes
1 answer

Apache Geode - Support

I work for a company does not like to use open source. The reason is because there generally is no production support if an issue happens. For Apache Geode, is there any way to obtain a "support" contract for production issues?
0
votes
2 answers

Changing an existing Region's type in GemFire/Geode

Once a Region is created in Geode, say as a PARTITION type, is it possible to change the type to something else, such as PARTITION_PERSISTENT?
rgb1380
  • 73
  • 6
0
votes
1 answer

APACHE GEODE MULTIPLE EVENT LISTERS

Quick question regarding this scenario. I have 2 PCs. I have a locator and server running on both PCs in the cluster. I have 1 region in this example and its replicated. Basically, when an entry is entered (PUT) in to the region, I want to publish…
0
votes
2 answers

Q: Apache Geode - Unable to reconnect a node after SO patching "15 seconds have elapsed while waiting for replies"

I have a cluster situation consisting of 4 total nodes, 3 servers and 1 management node, working properly. At the beginning of the month we planned to patch the OS and we started from the first server node with this procedure: Stop service S.O.…
0
votes
1 answer

"Invalid projection" when calculating area of a polygon

I try to calculate the area of a polygon in km2 and projected in EPSG: 3857, but it doesn't recognize my crs raise GeodError("Invalid geometry provided.") pyproj.exceptions.GeodError: Invalid geometry provided. should I use another one? is the…
Marylin UH
  • 13
  • 3