Commit Graph
57 Commits
Author SHA1 Message Date
yukon 04e97de8a7 [ROCKETMQ-332] Fix concurrent bug in MappedFileQueue#findMappedFileByOffset, which may cause message loss 2018-01-16 21:33:12 +08:00
yukon 69043c0d28 4.2.0 has been released, go to next development iteration 4.3.0-SNAPSHOT 2017-12-18 14:23:23 +08:00
yukon 13298d0ffe [maven-release-plugin] prepare for next development iteration 2017-12-13 21:51:32 +08:00
yukon d9fc71b991 [maven-release-plugin] prepare release rocketmq-all-4.2.0 2017-12-13 21:51:12 +08:00
Zhendong Liu c67413749d [ROCKETMQ-320]Message loss when shutdown with dispatch behind (#197) 2017-12-13 19:40:42 +08:00
Zhendong Liu 390f73582b [ROCKETMQ-321] Fix deleting files in the middle (#198) 2017-12-13 19:35:21 +08:00
yukon f18dc03809 [ROCKETMQ-270] Move flush position forward to first MappedFile whose start offset is non-zero. 2017-11-02 11:38:38 +08:00
Zhendong Liu bbd27c1503 Merge pull request #179 from fucongchan/fixed_typo
Fixed typo.
2017-10-18 10:22:25 +08:00
fucongchan 4365373842 Fixed typo 2017-10-18 01:28:59 +08:00
zander dc4f36867c Merge pull request #108 from aCoder2013/feature/correct-spelling-mistake
[ROCKETMQ-207]Correct spelling mistake in RouteInfoManager.java
2017-10-11 10:31:26 +08:00
yukon e8900a82cf TLP clean up, merge branch 'master' into develop 2017-10-09 17:42:07 +08:00
yukon 18fd7e4058 [ROCKETMQ-302] TLP clean up, changes version to 4.2.0-SNAPSHOT 2017-10-09 17:24:11 +08:00
王松松 eabe47fd60 Fixed:code style 2017-10-09 14:01:14 +08:00
王松松 d20cdd884d Fixed : code style 2017-10-09 14:00:14 +08:00
wangkai 27a678de3c [ROCKETMQ-273] return an expression when a function has no write operations.
Author: wangkai <8738115@qq.com>

Closes #150 from kevin-better/develop.
2017-09-20 12:19:15 +08:00
傅冲 368e7c86a0 [ROCKETMQ-265] fix consume queue's data maybe repeat bug
Author: 傅冲 <yubao.fyb@alibaba-inc.com>
Author: fuyou001 <fuyou001@gmail.com>

Closes #146 from fuyou001/ROCKETMQ-265.
2017-09-05 20:28:23 +08:00
傅冲 6a97d2884f [ROCKETMQ-281] Add check policy for preventing repeat start mq
Author: 傅冲 <yubao.fyb@alibaba-inc.com>
Author: fuyou001 <fuyou001@gmail.com>

Closes #158 from fuyou001/ROCKETMQ-281.
2017-09-05 11:30:11 +08:00
vsair 254d432496 [ROCKETMQ-284] ExpressionMessageFilter will pass some message.
Author: vsair <liuxuedee@gmail.com>

Closes #160 from vsair/ROCKETMQ-284.
2017-08-30 00:14:27 +08:00
lindzh 76464ba657 ROCKETMQ-264 Fix ut's time-consuming problems closes apache/incubator-rocketmq#145 2017-08-28 18:00:18 +08:00
yukon 332df78e2b [ROCKETMQ-261] Use write lock when destroy IndexService 2017-08-11 22:17:32 +08:00
yukon 97aa813eb8 Reformat code globally second time 2017-08-11 20:50:22 +08:00
yukon 7f96008c8b Remove unused class GetRouteInfoResponseHeader and meaningless comments 2017-08-11 20:28:13 +08:00
Ritabrata Moitra ffad6566b8 [ROCKETMQ-209]Remove duplicated code in class MQClientAPIImpl
Author: Ritabrata Moitra <rmoitra@thoughtworks.com>

Closes #134 from Ritabrata-TW/master.
2017-08-11 19:59:28 +08:00
lindzh aa1c75774e [ROCKETMQ-254]Fix logger appender unit tests which cost too long
Author: lindzh <linsony0@163.com>

Closes #141 from lindzh/logger_appender_test.
2017-08-11 15:40:24 +08:00
lindzh bcc65e5471 [ROCKETMQ-231]Wrong Pull result sizebugfix
Author: lindzh <linsony0@163.com>

Closes #126 from lindzh/fix_consumer_pull_msg_size.
2017-08-11 14:36:53 +08:00
shroman 246be9eb06 ROCKETMQ-6: Use logger for exceptions instead of e.printStackTrace().
Signed-off-by: shroman <rshtykh@yahoo.com>
2017-07-05 20:38:13 +09:00
yukon 9ad9ad064f [ROCKETMQ-238] Catch Throwable to avoid error cancel some key scheduled tasks. 2017-07-05 14:48:16 +08:00
dongeforever 824cbc738c [maven-release-plugin] prepare for next development iteration 2017-06-22 10:21:05 +08:00
dongeforever 5cc6d70acc [maven-release-plugin] prepare release rocketmq-all-4.1.0-incubating 2017-06-22 10:21:05 +08:00
Jaskey 96cd2e4ed0 [ROCKETMQ-208]incompatibility problem found in enviroment of JDK 1.7 when running client closes apache/incubator-rocketmq#10 2017-06-06 16:28:15 +08:00
王松松 9422bdb38b correct spelling mistake 2017-06-02 22:20:02 +08:00
dongeforever 0fe947173a Polish github links 2017-05-27 14:39:30 +08:00
dongeforever 8d781757df Remove diamond operator for client module with JDK 1.6 2017-05-27 14:09:08 +08:00
Jaskey b1fcf1b83b [ROCKETMQ-98]Fix risk of unable to release putMessage Lock forever closes apache/incubator-rocketmq#61 2017-05-27 11:21:09 +08:00
Zhanhui Li e9814ad47e Add javadoc to message store. 2017-05-07 23:07:03 +08:00
vsair 58f1574b28 [ROCKETMQ-121]Support message filtering based on SQL92 closes apache/incubator-rocketmq#82 2017-04-21 18:17:58 +08:00
Li Zhanhui 7c7374e38c Fix issue 165 2017-04-12 21:51:26 +08:00
Zhanhui Li 7e37799e82 Aggregate packaging specific files to a new sub-module: distribution 2017-03-28 20:34:30 +08:00
yukon 0b39fcadfa [ROCKETMQ-145][HOTFIX] Resolve concureent issue in HAService and GroupCommitService 2017-03-18 15:41:29 +08:00
dongeforever 11653ce24c ROCKETMQ-80 Add batch feature closes apache/incubator-rocketmq#53 2017-03-17 18:59:43 +08:00
yukon dd80e424e4 [maven-release-plugin] prepare for next development iteration 2017-02-11 16:18:26 +08:00
yukon 182f6f2920 [maven-release-plugin] prepare release rocketmq-4.0.0-incubating 2017-02-11 16:18:04 +08:00
yukon 881aef5d31 [ROCKETMQ-56] Polish unit tests for rocketmq-store 2017-01-22 16:28:21 +08:00
Zhanhui Li 11ff542c43 [ROCKETMQ-45]Delete hanged consume queue files 2017-01-22 14:48:16 +08:00
yukon d695fd756e [ROCKETMQ-62] Polish unit test related dependency 2017-01-16 21:08:29 +08:00
Zhanhui Li bfc19a1673 Fix typo 2017-01-16 15:16:34 +08:00
qinliujie 9d76ea9231 MASTER [ROCKETMQ-33] Resolve cpu occupy 100% issue in GroupCommitService/HAService, closes apache/incubator-rocketmq#31 2017-01-09 11:26:07 +08:00
dongeforever 167cce0348 ROCKETMQ-18 Clean code closes apache/incubator-rocketmq#21 2016-12-29 15:25:05 +08:00
yukon f9d90201d0 ROCKETMQ-18 Polish copyright and remove unnecessary code. 2016-12-29 11:53:38 +08:00
yukon 2eae25c6aa ROCKETMQ-18 Remove empty class doc. 2016-12-28 17:09:13 +08:00