phutchins / logstash-input-mongodb

MongoDB input plugin for Logstash
Other
187 stars 104 forks source link

JVM Crashes with Fatal Error #106

Closed hashamrasheed closed 2 years ago

hashamrasheed commented 2 years ago

I've added almost 60 pipelines to logstash using this plugin. It works fine for almost 10 pipelines. Anything more than that results in JVM crashing with a fatal error. Here's the dump I received after crash: hs_err_pid18438.log

hashamrasheed commented 2 years ago

Posting to help someone with this issue in future. The issue was being caused by SQLite version being used in logstash-input-mongodb plugin. I upgraded it to 3.28.0, everything's working now.