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
Notice 46m stalls, these are locked ~since the last log message.
Expected Behavior
Working till the end.
Possible Solution
Fix it.
Steps to Reproduce
./bin/neo-go db restore --config-file config/protocol.mainnet.neofs.yml -i ../chains/mainnet-neofs-6969473.acc
config is changed for BoltDB:
--- a/config/protocol.mainnet.neofs.yml
+++ b/config/protocol.mainnet.neofs.yml
@@ -34,12 +34,12 @@ ApplicationConfiguration:
# LogPath could be set up in case you need stdout logs to some proper file.
# LogPath: "./log/neogo.log"
DBConfiguration:
- Type: "leveldb" #other options: 'inmemory','boltdb'
+ Type: "boltdb" #other options: 'inmemory','boltdb'
# DB type options. Uncomment those you need in case you want to switch DB type.
LevelDBOptions:
DataDirectoryPath: "./chains/mainnet.neofs"
- # BoltDBOptions:
- # FilePath: "./chains/mainnet.bolt"
+ BoltDBOptions:
+ FilePath: "./chains/mainnet.neofs.bolt"
P2P:
Addresses:
- ":40333" # in form of "[host]:[port][:announcedPort]"
Regression
Not likely.
Your Environment
Version of the product used: 0.107.2
Operating System and version (uname -a): openSUSE 15.6
The text was updated successfully, but these errors were encountered:
Current Behavior
Works good till stop at
which in fact is
Notice 46m stalls, these are locked ~since the last log message.
Expected Behavior
Working till the end.
Possible Solution
Fix it.
Steps to Reproduce
config is changed for BoltDB:
Regression
Not likely.
Your Environment
uname -a
): openSUSE 15.6The text was updated successfully, but these errors were encountered: