Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] Accumulo Data Store has memory leak problem.

Hello,

We use GeoMesa-1.3.0 Accumulo Data Store.

Accumulo Tablet Server crash sometimes.

Investigating server by Visal VM , Scala Standard Parser Combinator
Library used large heap size which is gradually increased.

It seemed to be memory leak problem because GeoMesa use Scala Standard
Parser Combinator Library version 1.0.4.

The library latest version is 1.0.5 contains bug fix of memory leak.
https://github.com/scala/scala-parser-combinators/releases/tag/v1.0.5

If this isn't known issue of GeoMesa, we hope to version up of the
library in near future.

Thanks,

Takashi


Back to the top