Expand description
Configures the RisingWave binary, including logging, locks, panic handler, etc.
See init_risingwave_logger
and main_okk
for more details, including supported
environment variables.
Modulesยง
- deadlock ๐
- logger ๐
- panic_
hook ๐ - prof ๐
Structsยง
Constantsยง
- MIN_
WORKER_ ๐THREADS
Functionsยง
- enable_
parking_ lot_ deadlock_ detection - Enable parking lotโs deadlock detection.
- init_
risingwave_ logger - Init logger for RisingWave binaries.
- main_
okk - Start RisingWave components with configs from environment variable.
- set_
panic_ hook - Set panic hook to abort the process if weโre not catching unwind, without losing the information of stack trace and await-tree.