You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/10/18 14:05:47 UTC

[GitHub] [dubbo-go] ChangedenCZD opened a new issue #1526: 当请求体序列化后超过8M时报错

ChangedenCZD opened a new issue #1526:
URL: https://github.com/apache/dubbo-go/issues/1526


   <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
   
   -->
   
   
   **What happened**:
   dubbo-go/protocol/dubbo/impl/codec.go    第231行
   Data length %d too large, max payload %d
   **What you expected to happen**:
   
   **How to reproduce it (as minimally and precisely as possible)**:
   
   **Anything else we need to know?**:
   1.5.7-rc2


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks commented on issue #1526: 当请求体序列化后超过8M时报错

Posted by GitBox <gi...@apache.org>.
AlexStocks commented on issue #1526:
URL: https://github.com/apache/dubbo-go/issues/1526#issuecomment-945836659


   This problem exist in both v1.5.7 and v3.0


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks commented on issue #1526: 当请求体序列化后超过8M时报错

Posted by GitBox <gi...@apache.org>.
AlexStocks commented on issue #1526:
URL: https://github.com/apache/dubbo-go/issues/1526#issuecomment-945835780


   ![image](https://user-images.githubusercontent.com/7959374/137751080-18a01f7f-3573-43a9-8fac-038df8c0f616.png)
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks commented on issue #1526: the request package size can not be greater than 8MiB

Posted by GitBox <gi...@apache.org>.
AlexStocks commented on issue #1526:
URL: https://github.com/apache/dubbo-go/issues/1526#issuecomment-948575016


   what's more, u can split the large packet whose length is greater than 64 KiB into slices, the slice length is <= 16 KiB, and then send out the slices one by one in order.


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks commented on issue #1526: 当请求体序列化后超过8M时报错

Posted by GitBox <gi...@apache.org>.
AlexStocks commented on issue #1526:
URL: https://github.com/apache/dubbo-go/issues/1526#issuecomment-945834023


   U can fix it by adding a config param.


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks commented on issue #1526: 当请求体序列化后超过8M时报错

Posted by GitBox <gi...@apache.org>.
AlexStocks commented on issue #1526:
URL: https://github.com/apache/dubbo-go/issues/1526#issuecomment-945835162


   ![image](https://user-images.githubusercontent.com/7959374/137751036-2e503e10-9f37-4723-9cb3-a3ade639f7bd.png)
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] LaurenceLiZhixin closed issue #1526: the request package size can not be greater than 8MiB

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin closed issue #1526:
URL: https://github.com/apache/dubbo-go/issues/1526


   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org