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
EthStorage node version: es-node version
Build date: e.g. Tue 12 Dec 2023 04:20:27 AM EST
System version: e.g. amd64/linux
Golang version: e.g. go1.20
Commit hash : (if develop)
Expected behaviour
Actual behaviour
Steps to reproduce the behaviour
Backtrace
[backtrace]
When submitting logs: please submit them as text and not screenshots.
The text was updated successfully, but these errors were encountered:
The error occurs when the code running in a Docker container attempts to fallocate a file located on the Windows file system, with the configuration -v /host/path:/es-node/es-data.
// actual initialization is done when synchronizeerr=fallocate.Fallocate(file, int64((chunkSize+32)*chunkIdxLen), int64(HEADER_SIZE))
iferr!=nil {
returnnil, err
}
The workaround is to let user run Docker on a WSL distro such as Ubuntu, for detail refer the doc.
System information
EthStorage node version:
es-node version
Build date: e.g. Tue 12 Dec 2023 04:20:27 AM EST
System version: e.g. amd64/linux
Golang version: e.g. go1.20
Commit hash : (if
develop
)Expected behaviour
Actual behaviour
Steps to reproduce the behaviour
Backtrace
When submitting logs: please submit them as text and not screenshots.
The text was updated successfully, but these errors were encountered: