rongtong
244e8f9158
[ISSUE #6285 ] Polish the DLedgerControllerStateMachine log output to help troubleshoot
2023-03-09 11:44:13 +08:00
rongtong
d5d5a637f6
[ISSUE #6226 ] Shutdown flowMonitor when connection disconnect ( #6227 )
...
* Shutdown flowMonitor when connection disconnect
* Whether the master is existed has more accurate judgment
* Shutdown flowMonitor when HAClient service end
* Pass the check style
* Modify according to comments
2023-03-03 22:28:15 +08:00
rongtong
260a21fa4f
[ISSUE #6147 ] Detach RocketmqTraffic from controller_default log ( #6148 )
2023-02-21 15:06:10 +08:00
zhouxiang
0f878b5157
[maven-release-plugin] prepare for next development iteration
2023-02-16 12:35:58 +08:00
zhouxiang
b8e9334d2a
[maven-release-plugin] prepare release rocketmq-all-5.1.0
2023-02-16 12:35:58 +08:00
zhouxiang
83d6778747
[ISSUE #6030 ] Update version to 5.1.0-SNAPSHOT
2023-02-16 12:35:58 +08:00
agoodjuice
01d0b0ce10
[ISSUE #6085 ] Fix a typo
2023-02-16 08:47:34 +08:00
rongtong
b0a454130e
[ISSUE #5971 ] Make the internal logs related to the dledger in the controller print to a file separately ( #5972 )
...
* Make the internal logs related to the dledger in the controller print to a file separately
* Make the internal logs related to the dledger in the controller print to a file separately
2023-02-06 09:21:58 +08:00
Aaron Ai
ff8c4c856d
[ISSUE #5890 ] Fix dledger logging ( #5959 )
...
* Fix dledger logging
* Add bridge into store module
2023-02-03 14:12:23 +08:00
rongtong
0ea930182c
GetSyncStateSetSubCommand can also print that the broker is not in syncStateSet ( #5935 )
2023-01-28 10:08:51 +08:00
Aaron Ai
e048c0f987
Fix logback warning in rmq.controller.logback.xml
2023-01-20 11:52:11 +08:00
rongtong
646d04f425
[ISSUE #5712 ] Fix the invalid of heartbeat detection after controller switch ( #5711 )
...
* Fix the invalid of heartbeat detection after controller switch
* Pass the checkstyle
* Format ReplicasInfoManagerTest code style
2022-12-21 10:36:57 +08:00
mxsm
c4e581cf9e
[ISSUE #5686 ] Polish ReplicasInfoManager comment and static log attribute ( #5687 )
2022-12-12 09:27:04 +08:00
mxsm
e197297d30
[ISSUE #5676 ] Support for dynamic Logging in proxy and controller modules ( #5677 )
2022-12-11 16:13:55 +08:00
mxsm
e5c3f21277
[ISSUE #5631 ]optimize ReplicasInfoManager#registerBroker logic ( #5633 )
...
* [ISSUE #5631 ]optimize ReplicasInfoManager#registerBroker logic
* fix code style
2022-12-10 22:11:59 +08:00
Aaron Ai
c5e8a8b808
Fix dleger logging issue ( #5607 )
2022-11-29 09:57:20 +08:00
hzh0425
93e82c8205
[ISSUE #5569 ]Support broker priority election for controller mode ( #5548 )
...
* Support broker priority election for controller mode
* fix comment of brokerElectionPriority
* Set "The lower the value of brokerElectionPriority, the higher the priority of the broker being selected as the master."
2022-11-24 12:59:34 +08:00
hzh0425
bfa02529cb
[ISSUE #5572 ]Remove useless introduction in BrokerInfo
2022-11-23 10:53:13 +08:00
hzh0425
139dad04c7
[ISSUE #5558 ] Fix typos in DLedgerController
2022-11-22 11:39:09 +08:00
Aaron Ai
4469fb51dd
Update group id of rocketmq logging ( #5564 )
2022-11-22 11:31:21 +08:00
Aaron Ai
a68078fef8
[ISSUE #5484 ] Replace logging module with the shaded logback ( #5540 )
...
* Replace logging module with the shaded logback
* Add license header
* Fix bazel compile issue
2022-11-21 16:30:15 +08:00
rongtong
d781271654
Move the header of the controller to the upper layer ( #5550 )
2022-11-20 21:51:32 +08:00
mxsm
5293eba547
[ISSUE #5544 ] Replace DLedgerServer#getdLedgerLeaderElector deprecated method ( #5545 )
2022-11-20 10:03:24 +08:00
hzh0425
44072e62bd
[Issue #4330 ]Fix some comments in DefaultElectPolicy
2022-11-19 21:28:28 +08:00
yukon
506b563f55
Revert "[ISSUE #5484 ] Replace Logging Module with Shaded Logback ( #5524 )" ( #5537 )
...
This reverts commit 809ff6b3e0 .
2022-11-17 20:04:17 +08:00
Aaron Ai and Li Zhanhui
809ff6b3e0
[ISSUE #5484 ] Replace Logging Module with Shaded Logback ( #5524 )
...
* Remove ClientLogger
* WIP
* WIP
* Rename logger to log
* Make it compile
* WIP
* Fix bazel to use shaded slf4j
* Fix DeleteExpiredCommitLogSubCommandTest
* Fix pom.xml duplication
* Fix maven deps
* Add test logback configuration file
* Fix unit test output
* Fix logback configuration file
* All logging are made on top of slf4j
* Fix test log configuration file name
* Fix test log configuration file name for test module
* All logging are shaded slf4j targeted
* DLedger has an explicit dependency on slf4j
* Fix DLedger
* Fix DLeader issue
* Move logback configuration files to each module
Co-authored-by: Li Zhanhui <lizhanhui@gmail.com >
2022-11-17 00:38:28 +08:00
SSpirits and Li Zhanhui
ec5d3236f6
invert dependency between remoting and common module ( #5503 )
...
* invert dependency between remoting and common module
* fix bazel
* Fix Bazel warning of indirect dependency
* remove duplicate class ServiceThread
* fix conflict
* revert delete class ServiceThread because of introduced by dledger
Co-authored-by: Li Zhanhui <lizhanhui@gmail.com >
2022-11-11 13:34:31 +08:00
mxsm
06a5496933
[ISSUE #5324 ]Replace deprecated class PosixParser with DefaultParser for CLI ( #5325 )
...
* [ISSUE #5324 ]Replace deprecated class PosixParser with DefaultParser for CLI
* fix bazel compile UpdateAccessConfigSubCommandTest testExecute failures
* Fixed bazel compile UpdateAccessConfigSubCommandTest testExecute failures
2022-10-19 22:43:06 +08:00
mxsm
db1f1839b9
[ISSUE #5298 ]Polish code style for jdk8+ ( #5308 )
2022-10-14 11:44:21 +08:00
Nowinkey and Zhanhui Li
53e0847528
[ISSUE #5204 ] Enable checkstyle for test code (all module) ( #5297 )
...
* delete the checkstyle plugin for child modules
* [ISSUE #5204 ] Enable checkstyle for test code (all module)
* Exclude generated files
Co-authored-by: Zhanhui Li <lizhanhui@apache.org >
2022-10-14 10:58:48 +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
hill
ac82378aea
[maven-release-plugin] prepare for next development iteration
2022-09-19 10:27:17 +08:00
hill
f3e113cb1f
[maven-release-plugin] prepare release rocketmq-all-5.0.0
2022-09-19 10:26:58 +08:00
Aaron Ai
1b011c1f50
[ISSUE #5108 ] Bump checkstyle to 3.2.0 ( #5109 )
...
* Bump checkstyle to 3.2.0
* Fix checkstyle
2022-09-19 10:10:29 +08:00
Zhanhui Li
ac7e4cbfc9
Sync DLedger version in Bazel scripts ( #5102 )
...
* Use dledger from maven
* Sync other references
2022-09-19 10:10:26 +08:00
mxsm
7067305aa6
[ISSUE #5036 ] Optimize controller module Response code ( #5037 )
2022-09-13 20:18:58 +08:00
rongtong
d97dc78bab
[ISSUE #5056 ] Bump DLedger to 0.3.0 ( #5058 )
...
* Bump DLedger to 0.3.0
* Add new @Override function
2022-09-13 18:36:06 +08:00
TheR1sing3un
de7cd0df10
[ISSUE#4959] Fix the logic when deal with a write event with empty events
...
* fix(controller): fix the logic when deal with a write event with empty events
1. fix the logic when deal with a write event with empty events
* style(controller): remove unused import
1. remove unused import
2022-09-01 19:48:05 +08:00
TheR1sing3un
f043ca8c18
[ISSUE#4950] fix wrong typo about DLedger ( #4951 )
...
* style(controller): fix the wrong typo about DLedger
1. fix the wrong typo about DLedger
* style(controller): fix the wrong typo about DLedger
1. fix the wrong typo about DLedger
2022-08-31 20:11:17 +08:00
Aaron Ai
f23fdbe016
Replace findbugs by spotbugs ( #4931 )
2022-08-30 17:45:56 +08:00
TheR1sing3un
7f25e453cd
style(controller): fix the wrong typo about DLedger ( #4930 )
...
1. fix the wrong typo about DLedger
2022-08-30 13:38:26 +08:00
TheR1sing3un
6a8b1aa96b
[ISSUE#4917] Optimize the retry logic in appending a no-op request when controller change to leader ( #4918 )
2022-08-30 08:43:03 +08:00
mxsm
a961d1b44a
[ISSUE #4817 ] Add a command to clear broker data from controller for CLI ( #4823 )
2022-08-27 19:42:55 +08:00
mxsm
64c18fb0db
[ISSUE #4889 ]Fix controller test:DLedgerControllerTest#testChangeControllerLeader ( #4892 )
2022-08-26 09:06:02 +08:00
mxsm
5578808b44
[ISSUE #4873 ]Optimize controller module test cases execution time ( #4882 )
2022-08-25 14:43:44 +08:00
mxsm
0909aa91a2
[ISSUE #4857 ] Fix broker can't auto register to controller again ( #4862 )
2022-08-25 10:03:57 +08:00
Zhanhui Li
3da7ea9c1b
[Infra Improvement] Build And Run Unit Tests in Parallel ( #4878 )
...
* Support build with Bazel (#4865 )
* Support build with Bazel, fixing tests to make them capable of running in concurrency and hermetic.
* Make test cases capable of running in parallel. (#4874 )
2022-08-24 20:53:30 +08:00
RongtongJin
bbbb96e129
Revert "Support build with Bazel ( #4865 )"
...
This reverts commit ec8a93d2f7 .
2022-08-23 14:29:46 +08:00
Zhanhui Li
ec8a93d2f7
Support build with Bazel ( #4865 )
...
* Support build with Bazel, fixing tests to make them capable of running in concurrency and hermetic.
2022-08-23 13:11:53 +08:00
mxsm
d117742e3c
[ISSUE #4847 ]Optimize DefaultBrokerHeartbeatManager#onBrokerHeartbeat mehtod code logic ( #4848 )
2022-08-20 09:54:04 +08:00