Closed BugenZhao closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 55.74%. Comparing base (
04b2391
) to head (1b00249
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Would you like to make the same change to the https://github.com/risingwavelabs/helm-charts as well?
Would you like to make the same change to the risingwavelabs/helm-charts as well?
Interesting. What changes should I make here?
Would you like to make the same change to the risingwavelabs/helm-charts as well?
Interesting. What changes should I make here?
Sorry, my mistake. The env isn't used in chart. Ignore me.
What's changed and what's your intention?
See https://github.com/risingwavelabs/risingwave/issues/16693 for the background.
TL;DR: As we cannot guarantee there's no (unexpected) synchronous I/O call within the asynchronous context in kernel's Rust code, increasing the worker threads number can reduce the possibility of the process being blocked, especially for the free-tier standalone deployment with CPU limit set to 1.
Checklist
Refer to a related PR or issue link (optional)