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โs deadlock detection.
- Init logger for RisingWave binaries.
- Start RisingWave components with configs from environment variable.
- Set panic hook to abort the process if weโre not catching unwind, without losing the information of stack trace and await-tree.