You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@rocketmq.apache.org by "fanyukeng (JIRA)" <ji...@apache.org> on 2017/12/06 09:17:00 UTC

[jira] [Created] (ROCKETMQ-325) rocketmq c++ client compress data twice in some cases

fanyukeng created ROCKETMQ-325:
----------------------------------

             Summary: rocketmq c++ client compress data twice in some cases
                 Key: ROCKETMQ-325
                 URL: https://issues.apache.org/jira/browse/ROCKETMQ-325
             Project: Apache RocketMQ
          Issue Type: Bug
          Components: rocketmq-externals
    Affects Versions: 4.1.0-incubating
         Environment: linux
            Reporter: fanyukeng
            Assignee: dongeforever


c++ client will compress data in producer if data size > DefaultMQProducer.m_compressMsgBodyOverHowmuch, if send failed, compressed data will be compressed again in the next try, however the consumer will just decompress once. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)