You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2019/10/31 01:13:37 UTC

[rocketmq] branch develop updated (fde3f32 -> 6a6f2e7)

This is an automated email from the ASF dual-hosted git repository.

duhengforever pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.


    from fde3f32  Merge pull request #1553 from lwl888/rocketmq-dev-fs
     new df59df3  Add -n (nameServer) option to benchmark consumer; Enable options(-n/-t/w/-s/-c/-r) to TransactionProducer
     new a9d43fb  Fix bug that tx message will be checked even it has been committed or rollback.
     new fdbd3cb  Optimise transaction check performance: fix problem that processed opOffset not add to doneOpOffset
     new bafd621  change log level, optimise performance of endTransaction and txCheckTask
     new 6fb66c1  Fix problem when queue of transaction check ExecutorService is full.
     new 6a6f2e7  Merge pull request #1544 from areyouok/4.5.2.fix

The 1220 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../broker/processor/EndTransactionProcessor.java  |  2 +-
 .../AbstractTransactionalMessageCheckListener.java |  3 +-
 .../queue/TransactionalMessageBridge.java          |  2 +-
 .../queue/TransactionalMessageServiceImpl.java     |  9 +--
 .../rocketmq/example/benchmark/Consumer.java       |  4 ++
 .../example/benchmark/TransactionProducer.java     | 71 ++++++++++++++++------
 6 files changed, 66 insertions(+), 25 deletions(-)