mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-01 15:47:01 +08:00
[ISSUE #4750] Fix ControllerRequestProcessor#processRequest handle CONTROLLER_GET_SYNC_STATE_DATA return incorrect (#4759)
This commit is contained in:
+1
@@ -127,6 +127,7 @@ public class ControllerRequestProcessor implements NettyRequestProcessor {
|
||||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
final String error = " request type " + request.getCode() + " not supported";
|
||||
|
||||
Reference in New Issue
Block a user