You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/07/15 11:58:48 UTC

[GitHub] [dolphinscheduler] szwxw opened a new issue #5823: incompatible decode and encode between 1.3.6 and 1.3.3

szwxw opened a new issue #5823:
URL: https://github.com/apache/dolphinscheduler/issues/5823


   Well, in 1.3.6 version and conext added to NettyEncoder & NettyDecoder class。but i got some proplem when upgrade master to 1.3.6 but left worker server in 1.3.3.
   
   when master-sever and worker-server runs  in different env. we got the fellow error.
   
   [ERROR] 2021-07-14 16:00:22.022 org.apache.dolphinscheduler.remote.handler.NettyServerHandler:[153] - exceptionCaught : java.lang.IllegalArgumentException: illegal packet [magic]69
   io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: illegal packet [magic]69
   
   please help us to fixed this. thank you
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #5823: incompatible decode and encode between 1.3.6 and 1.3.3

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #5823:
URL: https://github.com/apache/dolphinscheduler/issues/5823#issuecomment-1013780126


   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #5823: incompatible decode and encode between 1.3.6 and 1.3.3

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #5823:
URL: https://github.com/apache/dolphinscheduler/issues/5823#issuecomment-1007834616


   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #5823: incompatible decode and encode between 1.3.6 and 1.3.3

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #5823:
URL: https://github.com/apache/dolphinscheduler/issues/5823#issuecomment-880635654


   Hi:
   * Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/zh-cn/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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



[GitHub] [dolphinscheduler] ruanwenjun commented on issue #5823: incompatible decode and encode between 1.3.6 and 1.3.3

Posted by GitBox <gi...@apache.org>.
ruanwenjun commented on issue #5823:
URL: https://github.com/apache/dolphinscheduler/issues/5823#issuecomment-880642184


   @szwxw It seems that the protocol between 1.3.3 with 1.3.6 has changed. You can check with the `Command`.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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



[GitHub] [dolphinscheduler] szwxw commented on issue #5823: incompatible decode and encode between 1.3.6 and 1.3.3

Posted by GitBox <gi...@apache.org>.
szwxw commented on issue #5823:
URL: https://github.com/apache/dolphinscheduler/issues/5823#issuecomment-880638988


   and this is  another  same error .
   
   [ERROR] 2021-07-14 16:44:32.302 org.apache.dolphinscheduler.remote.handler.NettyServerHandler:[153] - exceptionCaught : java.lang.IllegalArgumentException: illegal protocol [version]10
   io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: illegal protocol [version]10
   
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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



[GitHub] [dolphinscheduler] szwxw edited a comment on issue #5823: incompatible decode and encode between 1.3.6 and 1.3.3

Posted by GitBox <gi...@apache.org>.
szwxw edited a comment on issue #5823:
URL: https://github.com/apache/dolphinscheduler/issues/5823#issuecomment-880638988


   and this is  another error .
   
   [ERROR] 2021-07-14 16:44:32.302 org.apache.dolphinscheduler.remote.handler.NettyServerHandler:[153] - exceptionCaught : java.lang.IllegalArgumentException: illegal protocol [version]10
   io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: illegal protocol [version]10
   
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #5823: incompatible decode and encode between 1.3.6 and 1.3.3

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #5823:
URL: https://github.com/apache/dolphinscheduler/issues/5823#issuecomment-1007834616


   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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



[GitHub] [dolphinscheduler] github-actions[bot] closed issue #5823: incompatible decode and encode between 1.3.6 and 1.3.3

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #5823:
URL: https://github.com/apache/dolphinscheduler/issues/5823


   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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