This is an automated email from the ASF dual-hosted git repository.
duhengforever pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.
from d434a3a Update fastjson to the latest stable version
add 945ceda Modify pom.xml to avoid run ntegration-test when "mvn clean
install
add 4a22c0c [ISSUE #411] Fixed ClassCastException when get the instance
of the store (#423)
add 7a6164d Fix the failure of testGetLocalInetAddress in ubuntu machine
add 55a05b5 add @deprecated in MQClientInstance and ClientConfig
add 1297970 add note
add 4ca1a71 no message
add 2961a30 Purge filterserv related code in client
add 6d946fa Polish async send message sample
add 3dabb6c Merge pull request #510 from duhengforever/issue478
add da73a1d log recover issue
add af352d5 code style
add f9841cb code style
add bd026fb remove isDamanged
add d3d4225 fix
add edf9703 Merge pull request #501 from suiyuzeng/issue_recover
add 60efa68 Fix NPE when getting the localhost using admin tool (#518)
add 2d4920e Update pom.xml
add 37223ca [ISSUE #512]Bugfix for option -p can not print config items
when using admin tool (#514)
add ec407e9 prepare to separate production-ready projects from the
external projects
add 0f153b9 Update CountDownLatch2.java
new 1bedba8 Merge branch 'develop'
The 1 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/plugin/AbstractPluginMessageStore.java | 6 ++
.../broker/processor/AdminBrokerProcessor.java | 12 ++-
.../rocketmq/client/consumer/MQPushConsumer.java | 4 +
.../client/impl/factory/MQClientInstance.java | 6 +-
.../apache/rocketmq/common/CountDownLatch2.java | 2 +-
.../rocketmq/common/constant/LoggerName.java | 1 +
.../org/apache/rocketmq/common/MixAllTest.java | 2 +-
distribution/conf/logback_namesrv.xml | 5 +
.../rocketmq/example/simple/AsyncProducer.java | 9 +-
.../apache/rocketmq/namesrv/NamesrvStartup.java | 5 +-
pom.xml | 20 +---
.../java/org/apache/rocketmq/store/CommitLog.java | 71 +++++++------
.../apache/rocketmq/store/DefaultMessageStore.java | 15 ++-
.../org/apache/rocketmq/store/MessageStore.java | 8 ++
.../rocketmq/store/DefaultMessageStoreTest.java | 118 +++++++++++++++++++++
.../tools/admin/DefaultMQAdminExtImpl.java | 2 +-
16 files changed, 225 insertions(+), 61 deletions(-)