pjfanning opened a new pull request, #2483:
URL: https://github.com/apache/pekko/pull/2483
This reverts commit e251356ad99a5e773a3d9b6b775baf52b892123a.
Likely cause of #2476
```
Uncaught error from thread
[ShardRegionSpec-pekko.cluster.distributed-data.durable.pinned-store-26]: Could
not initialize class org.lmdbjava.Library, shutting down JVM since
'pekko.jvm-exit-on-fatal-error' is enabled for ActorSystem[ShardRegionSpec]
java.lang.NoClassDefFoundError: Could not initialize class
org.lmdbjava.Library
at org.lmdbjava.Env$Builder.open(Env.java:544)
at org.lmdbjava.Env$Builder.open(Env.java:569)
at
org.apache.pekko.cluster.ddata.LmdbDurableStore.org$apache$pekko$cluster$ddata$LmdbDurableStore$$lmdb(DurableStore.scala:157)
at
org.apache.pekko.cluster.ddata.LmdbDurableStore$$anonfun$active$1.applyOrElse(DurableStore.scala:253)
at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:548)
at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:546)
at
org.apache.pekko.cluster.ddata.LmdbDurableStore.aroundReceive(DurableStore.scala:125)
at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:589)
at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:556)
at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:271)
at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:232)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.lang.ExceptionInInitializerError: Exception
java.lang.UnsatisfiedLinkError: /lib/x86_64-linux-gnu/libc.so.6: version
`GLIBC_ABI_DT_RELR' not found (required by
/tmp/lmdbjava-native-library-16392340801923603006.so)
Library names
[/tmp/lmdbjava-native-library-16392340801923603006.so]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]