GitHub user imp2002 added a comment to the discussion: 请问该怎么解决 CODE: 2 DESC: [REJECTREQUEST]system busy, start flow control for a while BROKER:
 Seems cause by `Page Cache busy`, a possible solution is to enable the `transientStorePoolEnable` and set the `transientStorePoolSize` realize read-write separation, relieve pressure on page cache. ```conf transientStorePoolEnable=true transientStorePoolSize=1 ``` GitHub link: https://github.com/apache/rocketmq/discussions/6656#discussioncomment-5730397 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
