From commits-return-2343-apmail-rocketmq-commits-archive=rocketmq.apache.org@rocketmq.apache.org Wed Aug 1 06:52:02 2018 Return-Path: X-Original-To: apmail-rocketmq-commits-archive@minotaur.apache.org Delivered-To: apmail-rocketmq-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8AA5518DD6 for ; Wed, 1 Aug 2018 06:52:02 +0000 (UTC) Received: (qmail 37876 invoked by uid 500); 1 Aug 2018 06:52:02 -0000 Delivered-To: apmail-rocketmq-commits-archive@rocketmq.apache.org Received: (qmail 37840 invoked by uid 500); 1 Aug 2018 06:52:02 -0000 Mailing-List: contact commits-help@rocketmq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@rocketmq.apache.org Delivered-To: mailing list commits@rocketmq.apache.org Received: (qmail 37831 invoked by uid 99); 1 Aug 2018 06:52:02 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2018 06:52:02 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id D5B0481E83; Wed, 1 Aug 2018 06:52:01 +0000 (UTC) Date: Wed, 01 Aug 2018 06:52:01 +0000 To: , "' commits@rocketmq.apache.org" , '@gitbox.apache.org, Subject: [rocketmq] branch develop updated (795eae6 -> 2b692c9) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153310632173.7689.8543284484735036143@gitbox.apache.org> From: dongeforever@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: rocketmq X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: 795eae6f44587eaaf770571160a604a953fa8716 X-Git-Newrev: 2b692c912d18c0f9889fd73358581bcccf37bbbe X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. dongeforever pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq.git. from 795eae6 [maven-release-plugin] prepare for next development iteration add 260ff49 [HOTFIX] Remove imported dirty file frrm pull request add 0fc36a8 [HOTFIX] Exclude test cert files from rat check add 285c780 [HOTFIX] Move pull request template to .github add 2d43e75 [HOTFIX] Update the out of date test certificates add dd8a60f Add a modified version of ISSUE_TEMPLATE that created by the bookkeeper project add ed1dfcf Polish the readme with Github issue link add a5d72be [HOTFIX][ROCKETMQ-356] Change MQVersion to 4.2.0 add df68b39 polish the issues add 4a02ce9 Polish the issues template add 2e5e6c5 Polish the issues template add 3d56841 Polish end add 4b6490c Delete useless file add 3598ae5 Remove the useless file when release after incubation add 9a40506 Remove the useless file when release after incubation add 117d690 Modify Project Tools : remove duplicates initCommand and missing tag ")" (#269) add a8ef6d6 Minor fix for log typo add fdc6e87 Fix Concurrent issue of StoreStatsService add bc84984 Fix licence add 61009b7 Revert "Fix licence" add 130c85c Revert "Fix Concurrent issue of StoreStatsService" add 328ad4c Retire the Jira issue add 8285d70 Create slack channel for community add cdb494c Update issue templates add c6b3493 Delete ISSUE_TEMPLATE.md add 4408076 Add some exclude files in nat add 0ec1c10 Update PULL_REQUEST_TEMPLATE.md add 0f76489 [ROCKETMQ-290] Fix memory leak in WaitNotifyObject#waitingThreadTable (#178) add 2b692c9 Merge branch 'develop' No new revisions were added by this update. Summary of changes: .github/ISSUE_TEMPLATE/issue_template.md | 39 ++++++++++++++++++++++ README.md | 3 +- .../client/impl/factory/MQClientInstance.java | 2 +- distribution/bin/runbroker | 15 --------- distribution/release-client.xml | 1 - distribution/release.xml | 1 - pom.xml | 1 + .../org/apache/rocketmq/store/ha/HAConnection.java | 2 ++ .../apache/rocketmq/store/ha/WaitNotifyObject.java | 7 ++++ .../rocketmq/store/ha/WaitNotifyObjectTest.java | 33 +++++++++--------- .../rocketmq/tools/command/MQAdminStartup.java | 2 +- .../tools/command/topic/UpdateTopicSubCommand.java | 6 ++-- 12 files changed, 73 insertions(+), 39 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/issue_template.md delete mode 100644 distribution/bin/runbroker copy logappender/src/test/java/org/apache/rocketmq/logappender/Log4jTest.java => store/src/test/java/org/apache/rocketmq/store/ha/WaitNotifyObjectTest.java (56%)