Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A configuration option with zero impact on server operation but is printed out on server crash and can be accessed by gdb for debugging. It can be used by the user/operator to store any free-form string. This string will persist as long as the server is running and will be accessible in the following ways: And printed in crash reports: ``` ------ CONFIG DEBUG OUTPUT ------ lazyfree-lazy-eviction no ... io-threads-do-reads yes debug-context "test2" proto-max-bulk-len 512mb ``` --------- Signed-off-by: Eran Liberty <[email protected]> Co-authored-by: Eran Liberty <[email protected]>
- Loading branch information