-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to open LOCODE db in Windows #999
Comments
I think the problem lies here https://github.com/etcd-io/bbolt/blob/master/bolt_windows.go#L73 Besides fixing things in bolt (providing 0 instead of size fixed this particular case but could introduce some bugs) we can:
I also think that |
See etcd-io/bbolt#252 for a similar (?) issue. |
Should be fixed by bolt 1.3.7. |
Signed-off-by: Roman Khimov <roman@nspcc.ru>
Refs. nspcc-dev/neofs-node#999, it fixes a number of other Windows-related issues as well. Signed-off-by: Roman Khimov <roman@nspcc.ru>
Refs. nspcc-dev/neofs-node#999, it fixes a number of other Windows-related issues as well. Signed-off-by: Roman Khimov <roman@nspcc.ru>
I attempted to run inner ring node on windows.
Current Behavior
Run fails with error
Possible solutions
There is an assumption that the size of the db affects. The solution can lie either in the OS settings or in the parameters for opening the database.
Your Environment
default
uname -a
):Microsoft Windows [Version 10.0.22000.318]
The text was updated successfully, but these errors were encountered: