Леонид Юрьев (Leonid Yuriev)

Results 92 comments of Леонид Юрьев (Leonid Yuriev)

However, it is obvious that in case of failure or shutdown, it is necessary to wait for the container with Reth to fully terminate/finalyze before launching a new one (especially...

@0x8f701, thank for information. However, it very much seems that it's not about transients during restarts, etc., but that Reth uses `MDBX_EXCLUSIVE` mode for DB and thus just prevents opening...

> I use it in our own multiple processes case where there are one writer and multiple readers. So definitely not EXCLUSIVE. @0x8f701, There may be additional difficulties in spawn...

> 2025-05-10T11:40:59.546317Z ERROR shutting down due to error > Error: failed to open the database: unknown error code: 95 (95) From the _libmdbx_' developer point of view: 1. Bindings should...

@No0key, especially for your case: > Docker image: jrei/systemd-ubuntu:24.04 Host OS: macOS Sequoia 15.1.1 (ARM) > > docker run -it jrei/systemd-ubuntu:24.04 /bin/bash > wget https://github.com/paradigmxyz/reth/releases/download/v1.3.12/reth-v1.3.12-x86_64-unknown-linux-gnu.tar.gz You try to run AMD64...

> hi [@erthink](https://github.com/erthink) I tried the new patch, I didn't see `unknown error code 11` anymore but I got another error: `Another write transaction` I suggest you prepare a docker...

> checking in here to see if this is still an issue with the latest reth versions? if so, could anyone provide more logs for us to track down the...

These bindings are marked as obsolete in the libmdbx' readme and link is scheduled for removal.

Related to https://github.com/paradigmxyz/reth/issues/15227

Hmm, the best "workaround" is just to use a non-outdated version of libmdbx (see https://github.com/paradigmxyz/reth/issues/15227), or at least get the last [fixes](https://github.com/erthink/libmdbx/commit/e3ad208c71877f1dba18e5cc6cf889465a4938b3) from the [архив/0.12](https://github.com/erthink/libmdbx/tree/архив/0.12) branch ;) I suppose that...