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/06/01 03:19:39 UTC

[GitHub] [rocketmq] ni-ze commented on a diff in pull request #4338: [ISSUE #4226] Message length exceeds the maximum length when sendback

ni-ze commented on code in PR #4338:
URL: https://github.com/apache/rocketmq/pull/4338#discussion_r886285734


##########
broker/src/main/java/org/apache/rocketmq/broker/processor/EndTransactionProcessor.java:
##########
@@ -55,7 +55,7 @@ public RemotingCommand processRequest(ChannelHandlerContext ctx, RemotingCommand
         RemotingCommandException {
         final RemotingCommand response = RemotingCommand.createResponseCommand(null);
         final EndTransactionRequestHeader requestHeader =
-            (EndTransactionRequestHeader)request.decodeCommandCustomHeader(EndTransactionRequestHeader.class);
+            (EndTransactionRequestHeader) request.decodeCommandCustomHeader(EndTransactionRequestHeader.class);

Review Comment:
   fixed.



-- 
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