Skip to content

Commit f4bca2b

Browse files
committed
Address review comments.
Signed-off-by: ishan16696 <ishan.tyagi@sap.com>
1 parent 6dfd141 commit f4bca2b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)