You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/08/01 03:02:49 UTC

[GitHub] [rocketmq] mxsm opened a new issue, #4750: ControllerRequestProcessor#processRequest handle CONTROLLER_GET_SYNC_STATE_DATA code return RemotingCommand incorrect

mxsm opened a new issue, #4750:
URL: https://github.com/apache/rocketmq/issues/4750

   controller module ControllerRequestProcessor#processRequest as following pictrue:
   ![image](https://user-images.githubusercontent.com/15797831/182063313-ca52933f-fbd5-45a4-8ab1-59a8fe9f32db.png)
   case CONTROLLER_GET_SYNC_STATE_DATA, when  `request.getBody() != null` is false, then return RemotingCommand code is REQUEST_CODE_NOT_SUPPORTED, To execute the default case,It doesn't match the reality. need to fix it


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] RongtongJin closed issue #4750: ControllerRequestProcessor#processRequest handle CONTROLLER_GET_SYNC_STATE_DATA code return RemotingCommand incorrect

Posted by GitBox <gi...@apache.org>.
RongtongJin closed issue #4750: ControllerRequestProcessor#processRequest handle CONTROLLER_GET_SYNC_STATE_DATA code return RemotingCommand incorrect
URL: https://github.com/apache/rocketmq/issues/4750


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org