File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -897,8 +897,12 @@ Here are a few things to note when evaluating and using Bolt:
897897 Refer to https://github.com/etcd-io/bbolt/pull/611 for more detailed info.
898898
899899* Bolt db can be corrupted during the initialization phase due to abrupt power failure.
900+ - Please note: This issue can only be reproduced during the very first initialization phase, when there is
901+ no existing data in bolt database.
902+ - In normal production environment, it is difficult to reproduce this. Once the database file has been initialized, it can no longer occur.
903+ - Please refer to this issue for more details: https://github.com/etcd-io/etcd/issues/16596 .
900904
901- For more information on page allocation, [ see this comment] [ page-allocation ] .
905+ * For more information on page allocation, [ see this comment] [ page-allocation ] .
902906
903907[ page-allocation ] : https://github.com/boltdb/bolt/issues/308#issuecomment-74811638
904908
You can’t perform that action at this time.
0 commit comments