lk
d631670b3e
[ISSUE #5270 ] exit with 1 when there is no process to shutdown ( #5271 )
2022-10-11 18:44:54 +08:00
rongtong
12e29df6db
Fix the issue that AutoSwitchRoleIntegrationTest is flaky ( #5277 )
2022-10-11 18:44:22 +08:00
Zhanhui Li
94d8e55012
Fix NPE in CI ( #5273 )
2022-10-11 17:27:51 +08:00
vvsd and Zhanhui Li
2b412a6fd9
fix(sec): upgrade org.yaml:snakeyaml to 1.32 ( #5264 )
...
* update org.yaml:snakeyaml 1.31 to 1.32
* Revert pom.xml format
* Revert space stripping
* Show failed tests errors in GitHub action logs
Co-authored-by: Zhanhui Li <lizhanhui@apache.org >
2022-10-11 15:05:32 +08:00
lk
d81853f719
[ISSUE #5267 ] fix command line arguments parse error in mqbroker ( #5269 )
2022-10-11 15:04:09 +08:00
zhiliatom
b944cd881b
[ISSUE 5265] Adjust nested logic to reduce nums of check in queryMsgByUniqKey ( #5266 )
2022-10-11 11:25:39 +08:00
Ekin
32c7d37f48
[ISSUE #5205 ]Enable checkstyle for test code (rocketmq-logging) ( #5258 )
2022-10-10 10:05:49 +08:00
Slideee
294e263677
[ISSUE #5020 ] Add find_java_home function to tool script ( #5024 )
2022-10-09 16:33:07 +08:00
lizhimins and 斜阳
d256b88171
[ISSUE #5095 ] Add some remoting test ( #5251 )
...
* [ISSUE #5095 ] Add some remoting test
* [ISSUE #5095 ] Add some remoting test
* [ISSUE #5095 ] Add some remoting test
Co-authored-by: 斜阳 <terrance.lzm@alibaba-inc.com >
2022-10-09 16:02:37 +08:00
aa3feec4f5
[ISSUE #5254 ] Stream close optimization ( #5255 )
...
* Stream close optimization
* [ISSUE #5254 ] stream close optimization
* Fix check style violation by removing unused import
Co-authored-by: chenyong <chenyong@highlight.mobi >
Co-authored-by: Li Zhanhui <lizhanhui@gmail.com >
2022-10-09 16:00:46 +08:00
5be473a690
[ISSUE #4658 ] remove redundant logic ( #5245 )
...
* [ISSUE #4658 ] remove redundant logic
* Update client/src/main/java/org/apache/rocketmq/client/impl/producer/DefaultMQProducerImpl.java
* Update client/src/main/java/org/apache/rocketmq/client/impl/producer/DefaultMQProducerImpl.java
Co-authored-by: lizhimins <707364882@qq.com >
* Update client/src/main/java/org/apache/rocketmq/client/impl/producer/DefaultMQProducerImpl.java
Co-authored-by: Aaron Ai <yangkun.ayk@gmail.com >
Co-authored-by: lizhimins <707364882@qq.com >
2022-10-08 14:25:49 +08:00
rongtong
d0b28117dc
Fix the issue of inaccurate statistics of the slave node under BCQ ( #5239 )
2022-10-07 08:18:38 +08:00
RapperCL and chenyong
cb09cf0c02
[ISSUE #5236 ] Fix ServiceProvider loading class ( #5237 )
...
* fix duplicate class loading
* remove redundant
Co-authored-by: chenyong <chenyong@highlight.mobi >
2022-10-03 17:25:58 +08:00
echooymxq
099418fa6f
[ISSUE #5231 ] Optimize reput message code
2022-09-30 22:44:39 +08:00
Nocturne
368d12516d
[ISSUE #5162 ] Fix bug about DefaultMessageStore maxFilterMessageCount calculating ( #5171 )
...
* fix bug for comparing size with count
* add getUnitSize function
2022-09-29 21:03:10 +08:00
Nowinkey and Zhanhui Li
3690049cb5
[ISSUE #5223 ] Enable checkstyle for test code (rocketmq-test) ( #5224 )
...
* style(test):Enable checkstyle for test code
* Sync bazel ignore list with renaming
Co-authored-by: Zhanhui Li <lizhanhui@apache.org >
2022-09-29 18:24:56 +08:00
Nowinkey
b0d0deca0b
[ISSUE #5221 ] Enable checkstyle for test code (rocketmq-store) ( #5222 )
...
* style(store):Enable checkstyle for test code
* style(store):Enable checkstyle for test code (supplement)
2022-09-29 17:22:01 +08:00
Dongyuan Pan
cf6ed4d576
bugfix: compatible rocketmq-mqtt save offset ( #5208 )
2022-09-29 16:56:21 +08:00
Nowinkey
a5725c6b85
[ISSUE #5219 ] Enable checkstyle for test code (rocketmq-acl and rocketmq-tools) ( #5220 )
...
* style(acl):Enable checkstyle for test code
* style(tools):Enable checkstyle for test code
2022-09-29 11:46:56 +08:00
Nowinkey
0ad7db6956
[ISSUE #5216 ] Enable checkstyle for test code (rocketmq-controller, rocketmq-remoting and rocketmq-proxy) ( #5218 )
...
* style(remoting):Enable checkstyle for test code
* style(controller):Enable checkstyle for test code
* style(proxy):Enable checkstyle for test code
2022-09-29 11:46:00 +08:00
mxsm
0e16aa261d
[ISSUE #5210 ]Fix controller quick start document some command error ( #5217 )
2022-09-29 10:29:50 +08:00
Nowinkey
b82531c432
style(common):Enable checkstyle for test code ( #5215 )
2022-09-29 10:27:42 +08:00
Nowinkey
6f8568ea50
style(client):Enable checkstyle for test code ( #5211 )
2022-09-29 10:25:47 +08:00
Oliver
198f786ee3
[ISSUE #5152 ] Change the error log level to error ( #5153 )
2022-09-28 14:25:50 +08:00
Jack Tsai and tsaitsung-han.tht
937e231cdf
Add GitHub Action Pipeline to automate release of RocketMQ Snapshots ( #5118 )
...
Co-authored-by: tsaitsung-han.tht <tsaitsung-han.tht@alibaba-inc.com >
2022-09-28 13:27:37 +08:00
Zhanhui Li
b403e6eee2
[ISSUE #5201 ]Use pull request to replace pull request target ( #5202 )
...
* Use pull request to replace pull request target
* Make Bazel Pipeline required
2022-09-28 12:41:25 +08:00
lk
4a2bdeadce
[ISSUE #5195 ] write data directly when there is no topicsList of publishing ( #5196 )
2022-09-28 11:44:12 +08:00
d52be62f71
[ISSUE #5122 ] Enable checkstyle for test code (rocketmq-broker module) ( #5193 )
...
* style(pom):Enable checkstyle for test code
* style(broker):Enable checkstyle for test code
* Update pom.xml
* Enable checkstyle for tests of broker module
* Remove delete tmp file assertion as OS may have cron job to clean them
* Fix bazel issue
Co-authored-by: Aaron Ai <yangkun.ayk@gmail.com >
Co-authored-by: Li Zhanhui <lizhanhui@gmail.com >
2022-09-28 11:26:44 +08:00
lizhimins
2c6ea9eeaf
[ISSUE #5198 ] Fix NPE in ClusterList SubCommand ( #5199 )
2022-09-28 11:07:22 +08:00
lizhimins
b8607d917c
[ISSUE #5095 ] Support socks proxy in remoting client ( #5123 )
2022-09-28 10:22:55 +08:00
Aaron Ai
b6072508f3
Disable merge button ( #5190 )
2022-09-27 09:39:46 +08:00
Aaron Ai
28a62edfdc
Update badge ( #5192 )
2022-09-27 09:38:19 +08:00
lizhimins and 斜阳
a3e596550d
[ISSUE #5180 ] Support domain resolution to obtain the nameserver address ( #5189 )
...
* [ISSUE #5180 ] Support domain resolution to obtain the nameserver address
* [ISSUE #5180 ] Support domain resolution to obtain the nameserver address
Co-authored-by: 斜阳 <terrance.lzm@alibaba-inc.com >
2022-09-26 19:15:29 +08:00
Zhanhui Li
5723b97964
[ISSUE #5126 ]Make all tests in ACL module pass on Windows ( #5127 )
...
* Make all tests pass on Windows
* Run in serial
2022-09-26 17:47:19 +08:00
isysc1 and 杨事昌
613d483a18
fix-ysc:修复文件预热 ( #4903 )
...
Co-authored-by: 杨事昌 <yryangsc25519@yunrong.cn >
2022-09-26 10:25:53 +08:00
alexcao and 勇敢的心
d40765db49
[ISSUE #5138 ] Do not throw exception in order producer demo ( #5185 )
...
Co-authored-by: 勇敢的心 <9076189+maverls@user.noreply.gitee.com >
2022-09-26 09:29:15 +08:00
mxsm and lizhanhui
acf4d8b2b8
[ISSUE #5051 ]Remove GroupCommitService#run synchronized code chunk ( #5052 )
...
* [ISSUE #5051 ]Remove GroupCommitService#run synchronized code chunk
* Remove unnecessary synchronization
Co-authored-by: lizhanhui <lizhanhui@gmail.com >
2022-09-23 21:37:47 +08:00
RapperCL and chenyong
adb83ca096
[ISSUE #5179 ] Math.abs() method call redundant, judgment and repeated assignment ( #5181 )
...
* remove the abs method
* Judgment optimization
* Reduce duplicate settings
Co-authored-by: chenyong <chenyong@highlight.mobi >
2022-09-23 21:06:28 +08:00
zhiliatom and shizhili
a06a7d073a
fix NPE in AclUtils#combineBytes ( #5178 )
...
Co-authored-by: shizhili <shizhili@cmss.chinamobile.com >
2022-09-23 19:50:27 +08:00
RapperCL and chenyong
590a680c38
[ISSUE #5151 ]Reduce redundant for loops ( #5154 )
...
* [ISSUE #5151 ]Reduce redundant for loops
* [ISSUE #5151 ] code re-format
Co-authored-by: chenyong <chenyong@highlight.mobi >
2022-09-23 17:15:17 +08:00
lizhimins and 斜阳
e7850f63e5
[ISSUE #5095 ] [Remoting-D] Not handle more request when channel write ability changed to un-writeable ( #5176 )
...
Co-authored-by: 斜阳 <terrance.lzm@alibaba-inc.com >
2022-09-23 16:54:38 +08:00
rongtong
d9e5d02df7
[ISSUE #5168 ] Release 5.0.0 merge release-5.0.0 to develop
...
[ISSUE #5168 ] Release 5.0.0 merge release-5.0.0 to develop
2022-09-23 16:33:29 +08:00
zhoubo
77395443ce
5.0.0 release temporarily open merge, keep release commitId ( #5175 )
2022-09-23 16:30:28 +08:00
odbozhou
361528b379
change version to 4.9.4 for release
2022-09-23 14:05:09 +08:00
Aaron Ai
e6a2ac7093
Increase quantity of operation in github action of stale ( #5167 )
2022-09-23 12:45:09 +08:00
zhoubo
251fc77957
Merge branch 'develop' into release-5.0.0
2022-09-23 10:28:18 +08:00
Aaron Ai
7e6bee2c48
Update description about remoting-based SDK ( #5164 )
2022-09-22 18:11:25 +08:00
Panson
aa330615f7
[ISSUE #4634 ] fix code style in namesrv module ( #5159 )
2022-09-22 10:07:28 +08:00
liyijuan
913527a085
[ISSUE #5149 ] remove:org/apache/rocketmq/example/simple/TestProducer.java
2022-09-22 08:43:39 +08:00
lizhimins
4fcacb60d0
[ISSUE #5095 ] Support output thread exception information to the error log ( #5129 )
2022-09-21 13:10:06 +08:00