1. 17 9月, 2021 1 次提交
  2. 16 9月, 2021 1 次提交
    • J
      1. fix initial value of physicRatio in... · 9b0e31e4
      Jiang Haiting 提交于
      1. fix initial value of physicRatio in org.apache.rocketmq.broker.processor.SendMessageProcessor#diskUtil
      2. use minPhysicsUsedRatio instead of max in org.apache.rocketmq.store.DefaultMessageStore#getRuntimeInfo
      9b0e31e4
  3. 15 9月, 2021 1 次提交
  4. 06 9月, 2021 1 次提交
  5. 28 7月, 2021 1 次提交
    • H
      [ISSUE #2883] [Part E] Improve produce performance in M/S mode. (#2889) · 03257725
      huangli 提交于
      * Remove putMessage/putMessages method in CommitLog which has too many duplicated code.
      
      * Optimise performance of asyncPutMessage (extract some code out of putMessage lock)
      
      * extract generation of msgId out of lock in CommitLog (now only for single message processor)
      
      * extract generation of topicQueueTable key out of sync code
      
      * extract generation of msgId out of lock in CommitLog (for batch)
      
      * fix ipv6 problem introduced in commit "Optimise performance of asyncPutMessage (extract some code out of putMessage lock)"
      03257725
  6. 06 7月, 2021 1 次提交
  7. 16 4月, 2021 1 次提交
  8. 25 2月, 2021 1 次提交
  9. 19 2月, 2021 1 次提交
  10. 08 2月, 2021 1 次提交
  11. 18 1月, 2021 1 次提交
  12. 12 10月, 2020 1 次提交
  13. 04 9月, 2020 1 次提交
  14. 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
  15. 23 5月, 2020 1 次提交
  16. 10 10月, 2019 1 次提交
  17. 09 9月, 2019 1 次提交
  18. 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
  19. 20 8月, 2019 1 次提交
  20. 15 7月, 2019 1 次提交
  21. 12 7月, 2019 2 次提交
  22. 29 4月, 2019 1 次提交
    • H
      [ISSUE #1164]Fix Consumer Instance can't consume message from slave when... · 84d2260b
      Hu Zongtang 提交于
      [ISSUE #1164]Fix Consumer Instance can't consume message from slave when cluster is in the high level tps and master has been killed. (#1181)
      
      * [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.
      84d2260b
  23. 27 4月, 2019 1 次提交
  24. 24 12月, 2018 2 次提交
  25. 20 12月, 2018 1 次提交
  26. 17 12月, 2018 1 次提交
  27. 03 12月, 2018 1 次提交
  28. 20 11月, 2018 8 次提交
  29. 19 10月, 2018 3 次提交