1. 24 6月, 2020 1 次提交
  2. 05 6月, 2020 1 次提交
    • J
      [ISSUE #1976]System topic should add permission checking globally (#1985) · b6307dfc
      Jun 提交于
      * fix #1976
      System Topic like SCHEDULE_TOPIC_XXXX should not be create or delete by user
      
      * User can not send message to system topic SCHEDULE_TOPIC_XXXX
      
      * the-->The
      
      * fix magic number 18
      
      * move system topic to TopicValidator except TBW102
      
      * move TBW102 and isSystemTopic to TopicValidator
      
      * add test code
      
      * validateTopic --> validatorSystemTopic, validatorBlacklistTopic
      
      * validateTopic --> validatorSystemTopic, validatorBlacklistTopic
      
      * rename some methods
      b6307dfc
  3. 05 3月, 2020 2 次提交
  4. 20 1月, 2020 2 次提交
  5. 01 1月, 2020 1 次提交
  6. 29 11月, 2019 1 次提交
    • martianzhang's avatar
      fix #1620 amout spell error · 8e2ce06b
      martianzhang 提交于
        mqadmin tools with command clusterRT/checkMsgSendRT, there are
        spell error for message amount in long format option type.
      8e2ce06b
  7. 19 11月, 2019 2 次提交
  8. 14 10月, 2019 1 次提交
  9. 29 9月, 2019 1 次提交
  10. 25 9月, 2019 1 次提交
  11. 29 8月, 2019 1 次提交
  12. 28 8月, 2019 1 次提交
    • K
      [ISSUE 504] Polish 'No route info of this topic' exception (#1415) · 74ffae6d
      King 提交于
      * Polish 'no route info of this topic' exception.
      
      * Write exception to log
      
      * Modify logic that cannot connect to nameserver
      
      * Solve the problem that the regression test does not pass.
      
      * Adapt to lite pull consumer
      
      * Make checkNameServerSetting function private and change its name.
      74ffae6d
  13. 22 8月, 2019 1 次提交
    • [RIP-15]Add Ipv6 support for RocketMQ (#1352) · c7c9601d
      陈永明 提交于
      * Remove the useless files
      
      * Replace PermSize with MetaspaceSize, details see http://openjdk.java.net/jeps/122
      
      * Update DLedgerCommitLog.java (#1145)
      
      Delete useless code
      
      * Remove the duplicate content
      
      * Polish the comment (#1107)
      
      * Minor Typo fix  (#860)
      
      * [ISSUE #1082] Fix disconnection of HA (#1083)
      
      * fixed the text description in chinese doc (#1339)
      
      * fix /dev/shm not found on some OSs (#1345)
      
      * Refactor the protection logic when pulling
      
      * change the MQVersion variable to rocketmq 4.5.2 version;
      
      * Minor polish
      
      * Fix the wrong package name
      
      * [maven-release-plugin] prepare release rocketmq-all-4.5.2
      
      * [maven-release-plugin] prepare for next development iteration
      
      * [RIP-15]Add Ipv6 support for RocketMQ
      c7c9601d
  14. 01 8月, 2019 2 次提交
  15. 19 6月, 2019 1 次提交
    • [ISSUE #598] Enhance transaction by putting messages that exceed max check... · d66243c0
      程向往 提交于
      [ISSUE #598] Enhance transaction by putting messages that exceed max check times to system topic (#633)
      
      * add logic of putting message that exceeds max-check-times to system topic TRANS_CHECK_MAXTIME_TOPIC
      
      * add test case:testResolveDiscardMsg
      
      * add @after logic to test case
      
      * comment brokerController.shutdown and use mock
      
      * add logic of resuming half message check
      
      * add test case:resumeCheckHalfMessage
      
      * delete commented codes
      d66243c0
  16. 14 6月, 2019 1 次提交
    • H
      [ISSUE #1156]new mqadmin API for ACL configuration (#1217) · a2165d80
      Hu Zongtang 提交于
      * [issue#1164]return the codes to original reput method part.
      
      * [issue#1164]fix issue that Consumer Instance can't consume message from slave when cluster is in the high level tps and master has been killed.
      
      * [issue#1164]if the broker is a master node,then modify reputFromOffset correctly.
      
      * [issue#1164]add some coding comments.
      
      * [ISSUE#1156]new mqadmin API for ACL configuration.Add dataVersion and write data to acl yaml config file in the acl module.
      
      * [ISSUE#1156]add unit test cases for new acl mqadmin API command which adding dataversion part.
      
      * [ISSUE#1156]implement update,delete and query Acl config version in new acl mqadmin API command.
      
      * [ISSUE#1156]polish and optimize the implementation for new acl mqadmin API command.
      
      * [ISSUE#1156]fix the issues that topicPerms and groupPerms can't be updated and there is NPE when querying acl config version.
      
      * [ISSUE#1156]fix small issue that specify wrong plainAccessConfig attribute,the correct one is AccessKey.
      
      * [ISSUE#1156]add updateGlobalWhiteAddr subcommand codes for mqadmin acl command.
      
      * [ISSUE#1156]adjust some codes for cluster acl config version list in the mqadmin acl commands.
      
      * [ISSUE#1156]add acl mqadmin command part in the acl user_guide docs.
      
      * [ISSUE#1156]polish and optimize some part of acl mqadmin command codes.
      
      * [ISSUE#1156]fix code comments issue that the first letter needs to be capitalized and adjust the contents of acl user_guide.
      a2165d80
  17. 21 5月, 2019 2 次提交
  18. 14 5月, 2019 2 次提交
  19. 27 4月, 2019 1 次提交
    • H
      [ISSUE #1147]Broker will report Exception if open the aclEnable and... · 929c76c6
      Hu Zongtang 提交于
      [ISSUE #1147]Broker will report Exception if open the aclEnable and enableDLegerCommitLog flag at the same time. (#1149)
      
      * [issue#1078]fix User can't use mqadmin command normally if they don't copy the tool.yml file to their related fold and AclEnable flag is closed.
      
      * [issue#1147]Broker will report Exception if open the aclEnable and enableDLegerCommitLog flag at the same time.
      
      * [issue#1147]Broker will report Exception if open the aclEnable and enableDLegerCommitLog flag at the same time.
      
      * [issue#1147]Add the restriction of Acl in the acl's user guide.
      
      * [issue#1147]Adjust some codes for acl issue that users can't open the aclEnable and use Master/Slave or Dledger the same time.
      
      * [issue#1147]Adjust and optimize some codes for acl issue that users can't open the aclEnable and use Master/Slave or Dledger the same time.
      
      * [issue#1147]return back for original codes for acl issue that users can't open the aclEnable and use Master/Slave or Dledger the same time.
      929c76c6
  20. 10 4月, 2019 1 次提交
  21. 29 3月, 2019 2 次提交
  22. 27 2月, 2019 1 次提交
  23. 21 2月, 2019 1 次提交
  24. 17 1月, 2019 2 次提交
  25. 07 1月, 2019 1 次提交
  26. 29 12月, 2018 1 次提交
  27. 26 12月, 2018 1 次提交
  28. 11 12月, 2018 1 次提交
  29. 10 12月, 2018 1 次提交
  30. 28 11月, 2018 1 次提交
  31. 27 11月, 2018 1 次提交
    • H
      admin · fb606838
      hujie 提交于
      fb606838
  32. 26 11月, 2018 1 次提交
    • H
      admin · 81c71c21
      hujie 提交于
      81c71c21