Commit Graph

396 Commits

Author SHA1 Message Date
shutian.lzh 4926187364 Compress on rolling 2017-11-27 15:31:49 +08:00
杨继龙 cba30897c1 [ROCKETMQ-307] Polish the JVM parameters in start scriptes
Author: 杨继龙 <yangjilong@qianbaocard.com>

Closes #186 from johnsonyang/master.
2017-11-03 10:50:39 +08:00
yukon 1a88fe0975 [ROCKETMQ-28] Disable ssl mdoe by default 2017-10-19 15:16:00 +08:00
yukon 61aaf515ac [ROCKETMQ-28] Fix description of SslMode unmatched problem 2017-10-19 15:01:00 +08:00
yukon 0b80f8092e [ROCKETMQ-294] Do flow control on the number and size dimensions when pull message
Author: yukon <yukon@apache.org>

Closes #171 from zhouxinyu/ROCKETMQ-294.
2017-10-18 10:42:04 +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
Li Zhanhui a1764ab01b [ROCKETMQ-28] Encrypt transmission layer closes apache/rocketmq#118 2017-10-12 17:33:30 +08:00
lindzh 1bbd4cd62b [ROCKETMQ-291] Fix System.out.printf throws UnknownFormatConversionException
Author: lindzh <linsony0@163.com>

Closes #168 from lindzh/fix_print.
2017-10-12 14:56:00 +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 3a0451b286 Exclude PULL_REQUEST_TEMPLATE file from rat check 2017-10-09 17:38:58 +08:00
yukon 32e0beff12 [ROCKETMQ-302] TLP clean up, removes incubating related info from code base 2017-10-09 17:34:03 +08:00
yukon 18fd7e4058 [ROCKETMQ-302] TLP clean up, changes version to 4.2.0-SNAPSHOT 2017-10-09 17:24:11 +08:00
yukon c3c4e7b9e2 [ROCKETMQ-302] TLP clean up, includes url, scm and mailingLists labels 2017-10-09 17:22:20 +08:00
yukon 78225bb8b5 Create PULL_REQUEST_TEMPLATE.md 2017-10-09 02:04:16 -05: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
von gosling ece1364317 Remove incubator prefix 2017-10-06 19:32:05 -07:00
王松松 7b256ebeb4 Fix typo 2017-09-30 09:44:46 +08:00
dongeforever 4a4b3081d9 Close empty PR, closes #174 2017-09-28 15:25:22 +08:00
Li Zhanhui c7def6fed4 [ROCKETMQ-255] Fix offsetStore being null after consumers start()
Author: Li Zhanhui <lizhanhui@gmail.com>

Closes #142 from lizhanhui/offset_store.
2017-09-26 13:20:39 +08:00
dongeforever 20630c1ceb Close empty PRs, closes #170 2017-09-26 13:15:06 +08:00
willim.z 5ac45fc56d [ROCKETMQ-285] file test error when make link
Author: willim.z <zwillim@gmail.com>

Closes #154 from zwillim/patch-1.
2017-09-22 10:20:15 +08:00
dongeforever a4ada22c26 Close no response PRs, closes #164, closes #167, closes #166, closes #20, closes #38, closes #40, closes #57, closes #81, closes #99, closes #117 2017-09-20 12:39:26 +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
yukon db00885d53 Close no response PRs, closes #161 2017-09-05 22:23:47 +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
yukon 4372eb9197 Polish merge script, use old title if input is null 2017-08-30 00:18:07 +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
yukon 845830865f Polish merge script, use old title if input is null 2017-08-30 00:06:13 +08:00
yukon 1b853e81a9 Merge branch 'develop' 2017-08-29 20:30:02 +08:00
vongosling 08a0c403c0 Polish 2017-08-29 17:35:22 +08:00
vongosling c0e4c3fdea Remove and Polish unstable UT 2017-08-29 16:12:25 +08:00
vongosling 38d70bd54c Polish 2017-08-29 15:41:30 +08:00
vongosling 23b7d7a567 Remove star import rule in checkstyle 2017-08-29 14:51:01 +08:00
fuyou001 bbe825f5c9 ROCKETMQ-277 Fix UnknownHostException when nothing configuration in etc file closes apache/incubator-rocketmq#145 2017-08-29 14:39:24 +08:00
vongosling 4c5e58b46a Minor Polish 2017-08-28 18:16:39 +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
vongosling 629c3e9ea0 Remove broken jdk version in travis 2017-08-28 10:51:22 +08:00
yukon c6b2a99823 Polish the contributing guide 2017-08-25 11:56:05 +08:00
yukon a8333a73b8 Polish the contributing guide 2017-08-25 11:55:21 +08:00
yukon ca14a2d474 Polish chapter 'Learn it & Contact us' in README 2017-08-21 16:31:28 +08:00
yukon 2ddb744b31 Polish chapter 'Learn it & Contact us' in README 2017-08-21 16:19:32 +08:00
yukon 332df78e2b [ROCKETMQ-261] Use write lock when destroy IndexService 2017-08-11 22:17:32 +08:00
yukon f613c3b7df [ROCKETMQ-259]Fix too many reflection calls when decode remoting command header 2017-08-11 22:14:56 +08:00
yukon f091203a9d Remove preceded whitespace check from checkstyle 2017-08-11 21:56:52 +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