Memory leak with GeoEvent Server and "Receive JSON on a REST Endpoint" input

778
2
01-24-2022 04:46 AM
BjarkeThormann
New Contributor II

I have a clean installation of GeoEvent Server 10.9 with a single, simple dataflow on a REST endpoint. The REST input is connected to a Field Calculator (generating a geometry) and output is sent to a BDS.

Day by day the allocated RAM-usage of "Open JDK Platform binary" expands with 50-100 MB until the server is unresponsive and requires a restart. Does anyone have a solution for this? 

Tags (1)
2 Replies
JanSarata
Esri Contributor

Hi @BjarkeThormann 

we are experiencing the same issue. Have you found any solution or cause?

Regards,

Jan

0 Kudos
BjarkeThormann
New Contributor II
Hi Jan,
I didn't find a solution with the GeoEvent Server. To solve the problem I had to develop my own Windows Service which posts data directly to the Big Data Store, circumventing the GeoEvent Server altogether. I find the GeoEvent Server rather buggy and unpredictable.
My dataflow is pretty simply, just XML files transformed to JSON and posted to the BDS. As I can't replicate the bug using the simulator, my guess is that the problem in my setting occurs when I have a number of threads posting data to GeoEvent Server simultaneously.
Regards,
Bjarke


0 Kudos