Skip to content

Commit 0747467

Browse files
committed
chore: update list spacing
1 parent 13f4144 commit 0747467

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Logbook.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@
66

77
* Invited people from the Consensus core team joining to discuss one of the interesting bugs found
88
* Going through the bug found, a Diffusion error about a missing block is detected in the logs
9-
* precision: previous bugs found by the platform were known, eg. "brown M&Ms"
9+
* precision: previous bugs found by the platform were known, eg. "brown M&Ms"
1010
* randomness is reseeded every 17s, controlled by the platform
1111
* Q: can we see faults injected?
12-
* not shared by default, fault injectors logs are hard to read
12+
* not shared by default, fault injectors logs are hard to read
1313
* Q: shrinking fault injections?
14-
* upcoming feature
14+
* upcoming feature
1515
* DB is designed to crash if files are deleted
1616
* find interesting points in time from the statistics graph, then poke around in the system at this point
1717
* Q: what's the normal workflow for debugging?
18-
* some components are hard to debug
18+
* some components are hard to debug
1919
* multiverse debugger ~ Jupyter notebook, JS environnement so one can write JS inside
2020
* rate of time in the debug env depends on busyness of the system
2121
* can work on branches from the moment where the bug happened
22-
* can rewind branches back in time, keeping the same history
23-
* branching ~ git
22+
* can rewind branches back in time, keeping the same history
23+
* branching ~ git
2424
* Q: can we replay history against different versions of the software?
25-
* => want to fuzz ever more
26-
* use properties as regression tests
25+
* => want to fuzz ever more
26+
* use properties as regression tests
2727
* Logs are disabled for consensus
2828
* Trying to query the node for the immmutable tip using cardano-cli inside debugging environment just before the node crashes
29-
* cardnao-cli cannot access the node.socket, seems like it might be permission issue with reading the socket
30-
* container does not have sudo/su
31-
* could use cardano-ping to query the tip from the TCP socket
29+
* cardnao-cli cannot access the node.socket, seems like it might be permission issue with reading the socket
30+
* container does not have sudo/su
31+
* could use cardano-ping to query the tip from the TCP socket
3232
* sounds like a great tool to debug the problem, need to investigate more -> no disk faults
3333
* could add artifacts, run commands, whatever to the run output
3434
* Next step: reproduce bug with more logs available, possibly using cardano-tracer sidecar, and use multiverse debugger to investigate with consensus team

0 commit comments

Comments
 (0)