Skip to content

Commit

Permalink
[ISSUE #6390] Add break to the exception of WHEEL_TIMER_NOT_ENABLE. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
GenerousMan authored Mar 19, 2023
1 parent 3613821 commit 7d67484
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ private RemotingCommand handlePutMessageResult(PutMessageResult putMessageResult
response.setCode(ResponseCode.SYSTEM_ERROR);
response.setRemark(String.format("accurate timer message is not enabled, timerWheelEnable is %s",
this.brokerController.getMessageStoreConfig().isTimerWheelEnable()));
break;
case SERVICE_NOT_AVAILABLE:
response.setCode(ResponseCode.SERVICE_NOT_AVAILABLE);
response.setRemark(
Expand Down

0 comments on commit 7d67484

Please sign in to comment.