Skip to content

Commit c5d8f4f

Browse files
committed
Documentation: add troubleshooting section for hard shutdown
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
1 parent 5a7343f commit c5d8f4f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/source/maintenance/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Hardware requirements, deployment process in details, aspects related to securit
1111
restarting_node.rst
1212
sec-install.rst
1313
shepherd.rst
14+
troubleshooting.rst
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
===============
2+
Troubleshooting
3+
===============
4+
5+
Restore after hard shutdown
6+
---------------------------
7+
8+
::
9+
10+
[2020-11-27 10:40:01.764013860][th:1][warning] Irohad/Storage/FlatFileBlockStorage Error while block deserialization: Unexpected end of string. Expected a value.
11+
12+
^
13+
14+
::
15+
16+
[2020-11-25 10:36:19.993552669][C][Init]: Irohad startup failed: WSV state (height 4576773) is more recent than block storage (height 4576772).
17+
18+
Such messages may appear if the node crashed while using file-based block store. Please copy the missing blocks from another node, in which case you can use ``--reuse_state`` flag for fast startup, or remove the blocks starting from the empty file and recreate WSV from existing blocks.

0 commit comments

Comments
 (0)