Skip to content
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: 2 comments 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
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants