You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2022/09/20 02:55:22 UTC

[GitHub] [inlong] gosonzhang opened a new issue, #5941: [Bug][DataProxy] Store the initial number of message items in Map

gosonzhang opened a new issue, #5941:
URL: https://github.com/apache/inlong/issues/5941

   ### What happened
   
   The parent issue is:https://github.com/apache/inlong/issues/5888
   
   Based on the modification of [1], the number of message items is stored in the body. Unless we decode the content of the body and perform statistics, we should not change the value of the actual reported message. Then, from the analysis point of view, MsgType.MSG_MULTI_BODY_ATTR and MsgType There is a problem with setting the bar value of.MSG_MULTI_BODY. The message storage node needs to decode the body and count the number of bars.
   
   In this modification, the number of non-MsgType.MSG_MULTI_BODY_ATTR and MsgType.MSG_MULTI_BODY processing is modified: the initial number of message items is still stored in the Map
   
   1. https://github.com/apache/inlong/issues/5915
   
   ### What you expected to happen
   
   store initial reported cnt value
   
   ### How to reproduce
   
   1
   
   ### Environment
   
   linux
   
   ### InLong version
   
   master
   
   ### InLong Component
   
   InLong DataProxy
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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@inlong.apache.org.apache.org

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


[GitHub] [inlong] dockerzhang closed issue #5941: [Bug][DataProxy] Store the initial number of message items in Map

Posted by GitBox <gi...@apache.org>.
dockerzhang closed issue #5941: [Bug][DataProxy] Store the initial number of message items in Map
URL: https://github.com/apache/inlong/issues/5941


-- 
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@inlong.apache.org

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