1. 16 9月, 2021 1 次提交
  2. 15 9月, 2021 1 次提交
  3. 12 9月, 2021 1 次提交
  4. 06 9月, 2021 1 次提交
  5. 04 8月, 2021 1 次提交
  6. 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
  7. 09 7月, 2021 1 次提交
  8. 06 7月, 2021 2 次提交
  9. 05 7月, 2021 1 次提交
  10. 30 6月, 2021 1 次提交
  11. 21 6月, 2021 2 次提交
  12. 24 5月, 2021 1 次提交
  13. 20 5月, 2021 2 次提交
  14. 19 5月, 2021 1 次提交
  15. 13 5月, 2021 1 次提交
  16. 20 4月, 2021 1 次提交
  17. 16 4月, 2021 1 次提交
  18. 25 2月, 2021 1 次提交
  19. 24 2月, 2021 1 次提交
  20. 23 2月, 2021 1 次提交
  21. 19 2月, 2021 1 次提交
  22. 08 2月, 2021 1 次提交
  23. 18 1月, 2021 1 次提交
  24. 08 12月, 2020 1 次提交
  25. 04 12月, 2020 1 次提交
  26. 23 10月, 2020 1 次提交
    • R
      [ISSUE #1846] Dledger model change into pipeline manner to improve performance (#1847) · 845c5fd6
      rongtong 提交于
      * enhancement(dledger):implement asyncPutMessage in dledger commitlog
      
      * enhancement(dledger):move serialization out of lock
      
      * fix(dledger):fix the issue that queueOffset is overwritten
      
      * fix(dledger):fix the issue that get wrong queueOffset
      
      * test(dledger):add dledgerCommitlog put messages async unit test
      
      * chore(dledger): fix the issue that cannot find symbol of variable SCHEDULE_TOPIC
      845c5fd6
  27. 19 10月, 2020 2 次提交
  28. 12 10月, 2020 1 次提交
  29. 04 9月, 2020 1 次提交
  30. 31 7月, 2020 1 次提交
  31. 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
  32. 23 5月, 2020 1 次提交
  33. 21 5月, 2020 3 次提交
  34. 01 4月, 2020 1 次提交