You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
look at monitoring: is there any db-related anomalies (FreeList or PageOps)
Additional:
there was several releases of MDBX (we didn't upgrade). need read changelog and find what changed related to "allow rw transactions move between threads". In current version: mdbx does "return error if rwtx object moved between threads" (i like this stricknes, but seems it's more relaxed now. need to collect info - what else relaxed and in which env-flags).
create some github issues - if we need add new-methods bindings. or new flags support. For example: there are many new flags of Cursor moves.
The text was updated successfully, but these errors were encountered:
mdbx-go
and create PR about latestmaster
version of mdbx.mdbx-go
versionrun node with next params (our sepolia-n2 snapshotter already running with this params. can test there also):
Additional:
The text was updated successfully, but these errors were encountered: