Re: [PR] [ISSUE #8829] feat: provide ConfigManagerV2 to make best uses of RocksDB [rocketmq]

2024-10-26 Thread via GitHub


tianliuliu commented on PR #8856:
URL: https://github.com/apache/rocketmq/pull/8856#issuecomment-2439873829

   LGTM


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GH] (rocketmq-eventbridge): Workflow run "License Checker" failed!

2024-10-26 Thread GitBox


The GitHub Actions job "License Checker" on rocketmq-eventbridge.git has failed.
Run started by GitHub user 2011shenlin (triggered by 2011shenlin).

Head commit for run:
e6fab4d9824e9649d6e94c10bec39f654af4 / 2011shenlin <2011shen...@gmail.com>
feat:create worker and env on k8s,according to the DB declaration.

Report URL: 
https://github.com/apache/rocketmq-eventbridge/actions/runs/11538389186

With regards,
GitHub Actions via GitBox



[GH] (rocketmq-eventbridge): Workflow run "mvn package with test case" failed!

2024-10-26 Thread GitBox


The GitHub Actions job "mvn package with test case" on rocketmq-eventbridge.git 
has failed.
Run started by GitHub user 2011shenlin (triggered by 2011shenlin).

Head commit for run:
e6fab4d9824e9649d6e94c10bec39f654af4 / 2011shenlin <2011shen...@gmail.com>
feat:create worker and env on k8s,according to the DB declaration.

Report URL: 
https://github.com/apache/rocketmq-eventbridge/actions/runs/11538389179

With regards,
GitHub Actions via GitBox



Re: [PR] Support LMQ dispatch in case if Consume Queue Store is RocksDB-based [rocketmq]

2024-10-26 Thread via GitHub


tianliuliu commented on PR #8842:
URL: https://github.com/apache/rocketmq/pull/8842#issuecomment-2439866794

   LGTM


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(rocketmq-eventbridge) branch feat/runtime-manager-backup updated (97f5ff1 -> e6fab4d)

2024-10-26 Thread shenlin
This is an automated email from the ASF dual-hosted git repository.

shenlin pushed a change to branch feat/runtime-manager-backup
in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git


from 97f5ff1  feat:support run on k8s integration with framework.
 add e6fab4d  feat:create worker and env on k8s,according to the DB 
declaration.

No new revisions were added by this update.

Summary of changes:
 .../cluster/mybatis/mapper/EventClusterMapper.java |  5 +++
 .../repository/MybatisClusterRepository.java   | 16 +++-
 .../worker/mybatis/mapper/EventWorkerMapper.java   |  3 ++
 .../repository/MybatisWorkerRepository.java| 27 -
 .../main/resources/mybatis/EventClusterMapper.xml  | 24 
 .../main/resources/mybatis/EventWorkerMapper.xml   | 14 +++
 .../runtime/manager/cluster/ClusterService.java| 17 ++---
 .../manager/repository/ClusterRepository.java  |  4 ++
 .../adapter/runtime/manager/watch/WatchWorker.java | 24 +---
 .../manager/worker/WorkerSelectorService.java  |  2 +-
 .../runtime/manager/worker/WorkerService.java  | 15 ++--
 .../runtime/manager/worker/WorkerStatusEnum.java   |  2 +-
 .../WorkerInstanceRepositoryOnK8STest.java |  7 
 .../common/exception/EventBridgeErrorCode.java |  6 ++-
 start/pom.xml  | 28 ++
 .../rocketmq/eventbridge/demo/DefaultDemo.java | 44 +++---
 16 files changed, 206 insertions(+), 32 deletions(-)



[GH] (rocketmq): Workflow run "Snapshot Daily Release Automation" is working again!

2024-10-26 Thread GitBox


The GitHub Actions job "Snapshot Daily Release Automation" on rocketmq.git has 
succeeded.
Run started by GitHub user lizhanhui (triggered by lizhanhui).

Head commit for run:
95b88ff8fcfecbd1942e1a35460f7417ee620673 / hqbfz 
<125714719+3424672...@users.noreply.github.com>
[ISSUE #8442][RIP-70-3] Extract adaptive lock mechanism (#8663)

* extract the adaptive lock

* extract the adaptive lock

* feat(): perfect the adaptive lock

* feat(): perfect the adaptive lock

* Optimized code type

* Optimized code type

* Optimized code type

* fix fail test

* Optimize the adaptive locking mechanism logic

* Optimize the adaptive locking mechanism logic

* feat:Adaptive locking mechanism adjustment

* feat:Adaptive locking mechanism adjustment

* feat:Adaptive locking mechanism adjustment

* Optimize the adaptive locking mechanism logic

* Optimize the adaptive locking mechanism logic

* Optimize the adaptive locking mechanism logic

* feat:Supports the hot activation of ABS locks

* feat:Supports the hot activation of ABS locks

* feat:Supports the hot activation of ABS locks

* feat:Supports the hot activation of ABS locks

* Optimize code style

* Optimize code style

* Optimize code style

* Optimize code style

* Optimize code style

* Optimize code style

* Updated the locking mechanism name

* Optimize the logic of switching to spin locks

* Optimize the logic of switching to spin locks

* Optimize the logic of switching to spin locks

* Optimize the logic of switching to spin locks

* Optimize the logic of switching to spin locks

* Optimize the logic of switching to spin locks

* Optimize the logic of switching to spin locks

* Optimize the logic of switching to spin locks

* delete unused import

* Optimize the logic of switching to spin locks

* Revert "Optimize the logic of switching to spin locks"

This reverts commit 1d7bac5c2fea0531af01d4c57c843084ba4fea61.

* Optimize the logic of switching to spin locks

* Optimize the logic of switching to spin locks

* Optimize the logic of switching to spin locks

* Optimize the logic of switching to spin locks

* Optimize the logic of switching to spin locks

* Optimize the logic of switching to spin locks

* Optimize the logic of switching to spin locks

* Optimized locking logic

* Optimized locking logic

* Optimized locking logic

* fix test

* fix test

* fix test

* fix test

* Optimize code style

* Optimize code style

* fix test

* fix test

* optimize client rebalancing logic

-

Co-authored-by: wanghuaiyuan 

Report URL: https://github.com/apache/rocketmq/actions/runs/11536119470

With regards,
GitHub Actions via GitBox



Re: [I] [Enhancement] default clientCallbackExecutorThreads setting cause massive threads [rocketmq]

2024-10-26 Thread via GitHub


github-actions[bot] closed issue #7499: [Enhancement] default 
clientCallbackExecutorThreads setting cause massive threads
URL: https://github.com/apache/rocketmq/issues/7499


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [RIP-46] Observability improvement for RocketMQ [rocketmq]

2024-10-26 Thread via GitHub


github-actions[bot] closed issue #5350: [RIP-46] Observability improvement for 
RocketMQ
URL: https://github.com/apache/rocketmq/issues/5350


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [RIP-46] Observability improvement for RocketMQ [rocketmq]

2024-10-26 Thread via GitHub


github-actions[bot] commented on issue #5350:
URL: https://github.com/apache/rocketmq/issues/5350#issuecomment-2439775210

   This issue was closed because it has been inactive for 3 days since being 
marked as stale.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Enhancement] default clientCallbackExecutorThreads setting cause massive threads [rocketmq]

2024-10-26 Thread via GitHub


github-actions[bot] commented on issue #7499:
URL: https://github.com/apache/rocketmq/issues/7499#issuecomment-2439775196

   This issue was closed because it has been inactive for 3 days since being 
marked as stale.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org