Skip to content

CODE: 2 DESC: [REJECTREQUEST]system busy, start flow control for a while BROKER #6432

Answered by ShadowySpirits
quattro-abc asked this question in Q&A
Discussion options

You must be logged in to vote

I noticed that you are getting an exception while trying to send messages. This could be due to high disk pressure. See the following code for more information.

@Override
public boolean rejectRequest() {
if (!this.brokerController.getBrokerConfig().isEnableSlaveActingMaster() && this.brokerController.getMessageStoreConfig().getBrokerRole() == BrokerRole.SLAVE) {
return true;
}
if (this.brokerController.getMessageStore().isOSPageCacheBusy() || this.brokerController.getMessageStore().isTransientStorePoolDeficient()) {
return t…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@quattro-abc
Comment options

@yijieyu
Comment options

@quattro-abc
Comment options

@yijieyu
Comment options

Answer selected by quattro-abc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants