1. 01 8月, 2021 1 次提交
  2. 30 7月, 2021 1 次提交
  3. 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
  4. 09 7月, 2021 1 次提交
  5. 06 7月, 2021 2 次提交
  6. 05 7月, 2021 1 次提交
  7. 30 6月, 2021 1 次提交
  8. 21 6月, 2021 2 次提交
  9. 10 6月, 2021 2 次提交
  10. 05 6月, 2021 2 次提交
  11. 24 5月, 2021 1 次提交
  12. 20 5月, 2021 2 次提交
  13. 19 5月, 2021 1 次提交
  14. 13 5月, 2021 1 次提交
  15. 20 4月, 2021 1 次提交
  16. 19 4月, 2021 1 次提交
  17. 16 4月, 2021 1 次提交
  18. 11 3月, 2021 1 次提交
  19. 25 2月, 2021 1 次提交
  20. 24 2月, 2021 1 次提交
  21. 23 2月, 2021 1 次提交
  22. 19 2月, 2021 1 次提交
  23. 15 2月, 2021 1 次提交
  24. 08 2月, 2021 1 次提交
  25. 18 1月, 2021 1 次提交
  26. 08 12月, 2020 3 次提交
  27. 04 12月, 2020 1 次提交
  28. 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
  29. 19 10月, 2020 2 次提交
  30. 12 10月, 2020 1 次提交
  31. 04 9月, 2020 1 次提交
  32. 31 7月, 2020 1 次提交