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
1
vote
1 answer

Gemfire HTTP Session Manager EntryIdleTimeout is not the same error

I deployed the HTTP Session management on WebShpere application as Peer to Peer model. I am trying to reset the defalut session timeout using cache-peer.xml file. However, it shows below error message. java.lang.RuntimeException: EntryIdleTimeout…
Napo
  • 263
  • 4
  • 14
0
votes
0 answers

Disabling Geode Pulse in Apache Geode

I have apache-geode-1.15.1 installed on multiple Linux servers. Is there a way to disable Geode Pulse (located in /tools/Pulse/geode-pulse-1.15.1.war) in Apache Geode? I'm encountering a security vulnerability and Geode Pulse is a major…
eli
  • 1
  • 2
0
votes
0 answers

How to resolve corrupted index for region in GEMFIRE

Unable to query region (select * from /xxx), getting the following error message: **Query could not be executed due to - orgapachegeodeSerializationException - Could not create an Instance of com.xxx ** However if I query via GFSH, I am able to…
Ann Chen
  • 1
  • 1
0
votes
1 answer

Apache Commons security vulnerability in Apache Geode

I have apache-geode-1.15.1 installed on multiple Linux servers. Unfortunately there is a security vulnerability CVE-2022-42889 related to Apache Commons Text4Shell because of the file commons-text-1.9.jar present in the following…
eli
  • 1
  • 2
0
votes
0 answers

How to specify groups while creating a region using spring data geode?

Apache geode regions can be created on members from a specific groups as per their documentation: https://geode.apache.org/docs/guide/114/tools_modules/gfsh/command-pages/create.html#topic_54B0985FEC5241CA9D26B0CE0A5EA863 How can we achieve the same…
0
votes
1 answer

How to verify that the gemfire.EXPIRY_THREADS property is set for the server and that the configured number of threads are used?

The entries in the GemFire region need to be automatically destroyed based on the TTL configured using entry-time-to-live. As per the GemFire documentation: By default, one thread handles expiration, and it is possible for the thread to become…
pradhan
  • 1
  • 3
0
votes
0 answers

Unable to use transactions in a local standalone Gemfire Client-cache

Details Gemfire Version: 9.15 Previous Gemfire Version: 8.2.7 Serializer: ReflectionBasedAutoSerializer Hi there, I was trying to perform an upgrade on my application from gemfire 8 to gemfire 9. The upgrade was largely smooth but I encountered some…
Jie Ming
  • 1
  • 1
0
votes
0 answers

Apache Geode - Stuck on Recovering Index on Network Drop

We are in the process of migrating from Gemfire to Geode. Since moving some services to Geode we have found that if we have a network drop between a gemfire client and server then the recovery process never completes. It seems to enter a loop of…
0
votes
0 answers

Is there a plan for geode upgrade fix common-txt vulnerability

Is there a plan for geode upgrade fix common-txt vulnerability last geode version 1.15.1 has common-txt version 1.9.0 on this path /opt/app/data/.../http/0.0.0.0_7070_pulse_a2a35086/webapp/WEB-INF/lib/commons-text-1.9.jar according to…
0
votes
1 answer

PartitionOfflineException getting spring + geode + kubernetes

Setup: spring boot 2.7.8 geode version: 1.14.4 I have one service (app) with PARTITION_PROXY region and second one (cache) with PARTITION_PERSISTENT_OVERFLOW. Both are running as separated pods in kubernetes. Problem: When i patch those services ,…
0
votes
0 answers

CQ query re trigger post server restart in apache geode

Lets assume we have a CQ query set up with a server. We not interested in executeWithInitialResults, hence starting it mechanism "CqQuery.execute". For e.g. --> CQ being " Select * from /Trade where price > 100 " So when we start CQ , we see this…
user3887600
  • 138
  • 1
  • 8
0
votes
0 answers

Log file specified by gemfire.log-file never gets created

I have a web application hosted in Tomcat that uses a Geode cache but I cannot get Geode to produce a log file. The cache and properties, including the log-file property, are created programmatically. I see some Geode logging in the Tomcat stdout…
William H
  • 1
  • 1
0
votes
0 answers

Error connecting to Gemfire locators with IBM Java 1.8 and Apache Geode 1.15.1 jars

We are working on upgrading Gemfire client - Apache Geode 1.12.1 to Apache Geode 1.15.1. Java version used is IBM JDK 1.8.0 341 on Linux system. We are getting fatal alert: protocol version error while connecting to Gemfire locators with 1.15.1…
Sagar
  • 1
0
votes
0 answers

How to annotate multi field index in apache geode spring boot application

I am developing a Spring Boot Client cache application (spring-geode-starter version 1.7.5) with a region name say 'Element' having 5 fields (say, id, code1,stDate,endDate,code2). Now I have OQL , i.e. a single select statement from the 4 fields…
0
votes
0 answers

How to configure embedded Geode/Gemfire for cucumber integration in a Spring-boot app?

I have a requirement of writing cucumber integration test for a spring boot application having Gemfire. I have tried looking for the references and documents, but couldn't find much about it. Can anyone help me with this?
ashishakp
  • 111
  • 1
  • 8