[GitHub] [rocketmq]: Workflow run "Coverage" failed!

2023-08-14 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user Ziy1-Tan (triggered by RongtongJin). Head commit for run: c8c446dacee5cbc40e752a2db579807f99834ac5 / Ziy1-Tan feat: add command `RocksDBConfigToJson` to inspect rocksdb content Signed-off-by: Ziy1-Tan Re

[GitHub] [rocketmq]: Workflow run "E2E test for pull request" failed!

2023-08-14 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user Ziy1-Tan (triggered by Ziy1-Tan). Head commit for run: 25005060bbace477eeaaf4c0142cece5213efbbf / yx9o [ISSUE #7176] Correct mismatched logs (#7177) Report URL: https://github.com/apache/r

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" is working again!

2023-08-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user Ziy1-Tan (triggered by RongtongJin). Head commit for run: d5c212d6cf4d9ad8b5979425bd2e0aa1af1a4c45 / Ziy1-Tan feat: add command `kvConfigToJson` to inspect rocksdb content Signed-of

[GitHub] [rocketmq] fuyou001 commented on a diff in pull request #7180: [ISSUE #7142] Add command `RocksDBConfigToJson` to inspect rocksdb content

2023-08-14 Thread via GitHub
fuyou001 commented on code in PR #7180: URL: https://github.com/apache/rocketmq/pull/7180#discussion_r1293063291 ## tools/src/main/java/org/apache/rocketmq/tools/command/metadata/RocksDBConfigToJsonCommand.java: ## @@ -0,0 +1,117 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Bazel" failed!

2023-08-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user Ceilzcx (triggered by RongtongJin). Head commit for run: 587d22cb0232326756147383fdd3f8e9cae81816 / Ceilzcx <1758619...@qq.com> update print topic config format Report URL: https://gith

[GitHub] [rocketmq]: Workflow run "E2E test for pull request" failed!

2023-08-14 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user Ceilzcx (triggered by Ceilzcx). Head commit for run: 25005060bbace477eeaaf4c0142cece5213efbbf / yx9o [ISSUE #7176] Correct mismatched logs (#7177) Report URL: https://github.com/apache/roc

[GitHub] [rocketmq]: Workflow run "Coverage" is working again!

2023-08-14 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has succeeded. Run started by GitHub user Ceilzcx (triggered by RongtongJin). Head commit for run: 587d22cb0232326756147383fdd3f8e9cae81816 / Ceilzcx <1758619...@qq.com> update print topic config format Report URL: https://github.com/apache/rock

[GitHub] [rocketmq-mqtt] binhuang0912 opened a new issue, #210: MqttConsumer 测试离线消息,cleanSession设置为false,每次启动都能重复消费到已消费的消息,是不是缺什么配置?

2023-08-14 Thread via GitHub
binhuang0912 opened a new issue, #210: URL: https://github.com/apache/rocketmq-mqtt/issues/210 MqttConsumer(1.0.1) 测试离线消息,cleanSession设置为false,每次启动都能重复消费到已消费的消息,是不是缺什么配置? public class MqttConsumer { public static void main(String[] args) throws MqttException, NoSuchAlgorithmExc

[GitHub] [rocketmq] RongtongJin commented on a diff in pull request #7120: [ISSUE #7064] [RIP-66-2] Support KV(RocksDB) Storage for ConsumeQueue

2023-08-14 Thread via GitHub
RongtongJin commented on code in PR #7120: URL: https://github.com/apache/rocketmq/pull/7120#discussion_r1293228982 ## store/src/main/java/org/apache/rocketmq/store/MessageStore.java: ## @@ -693,14 +704,20 @@ void onCommitLogDispatch(DispatchRequest dispatchRequest, boolean doD

[GitHub] [rocketmq] RongtongJin commented on a diff in pull request #7120: [ISSUE #7064] [RIP-66-2] Support KV(RocksDB) Storage for ConsumeQueue

2023-08-14 Thread via GitHub
RongtongJin commented on code in PR #7120: URL: https://github.com/apache/rocketmq/pull/7120#discussion_r1293242250 ## store/src/main/java/org/apache/rocketmq/store/queue/RocksDBConsumeQueueTable.java: ## @@ -0,0 +1,312 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [rocketmq] liuyuan007 opened a new issue, #7182: [Bug] 消费者在消息还在处理时下线(interrupted by signal 2: SIGINT);原消息的offset未往后更新,且processConsumeResult会发送一条重试消息;服务频繁自动重启的情况下,重复消息成指数级增长

2023-08-14 Thread via GitHub
liuyuan007 opened a new issue, #7182: URL: https://github.com/apache/rocketmq/issues/7182 ### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I

[GitHub] [rocketmq] RongtongJin commented on a diff in pull request #7180: [ISSUE #7142] Add command `RocksDBConfigToJson` to inspect rocksdb content

2023-08-14 Thread via GitHub
RongtongJin commented on code in PR #7180: URL: https://github.com/apache/rocketmq/pull/7180#discussion_r1293359991 ## tools/src/main/java/org/apache/rocketmq/tools/command/metadata/RocksDBConfigToJsonCommand.java: ## @@ -0,0 +1,117 @@ +/* + * Licensed to the Apache Software Fou

[GitHub] [rocketmq] fujian-zfj commented on a diff in pull request #7120: [ISSUE #7064] [RIP-66-2] Support KV(RocksDB) Storage for ConsumeQueue

2023-08-14 Thread via GitHub
fujian-zfj commented on code in PR #7120: URL: https://github.com/apache/rocketmq/pull/7120#discussion_r1293541501 ## store/src/main/java/org/apache/rocketmq/store/MessageStore.java: ## @@ -693,14 +704,20 @@ void onCommitLogDispatch(DispatchRequest dispatchRequest, boolean doDi

[GitHub] [rocketmq] fujian-zfj commented on a diff in pull request #7120: [ISSUE #7064] [RIP-66-2] Support KV(RocksDB) Storage for ConsumeQueue

2023-08-14 Thread via GitHub
fujian-zfj commented on code in PR #7120: URL: https://github.com/apache/rocketmq/pull/7120#discussion_r1293541906 ## store/src/main/java/org/apache/rocketmq/store/queue/RocksDBConsumeQueueTable.java: ## @@ -0,0 +1,312 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [rocketmq] yx9o opened a new issue, #7183: [Enhancement] Correct mismatched commandDesc

2023-08-14 Thread via GitHub
yx9o opened a new issue, #7183: URL: https://github.com/apache/rocketmq/issues/7183 ### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary https://github.com/apache/ro

[GitHub] [rocketmq-operator] drivebyer commented on pull request #169: [ISSUE #168] Upload auto generated files for third-party reference

2023-08-14 Thread via GitHub
drivebyer commented on PR #169: URL: https://github.com/apache/rocketmq-operator/pull/169#issuecomment-1677453326 for example: * https://github.com/minio/operator/tree/master/pkg/apis/minio.min.io/v2 * https://github.com/grafana-operator/grafana-operator/tree/master/api/v1beta1 * h

[GitHub] [rocketmq-operator] drivebyer commented on pull request #169: [ISSUE #168] Upload auto generated files for third-party reference

2023-08-14 Thread via GitHub
drivebyer commented on PR #169: URL: https://github.com/apache/rocketmq-operator/pull/169#issuecomment-1677460961 PTAL @caigy -- 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

[GitHub] [rocketmq] yx9o opened a new pull request, #7184: [ISSUE #7183] Correct mismatched commandDesc

2023-08-14 Thread via GitHub
yx9o opened a new pull request, #7184: URL: https://github.com/apache/rocketmq/pull/7184 Fixes #7183, correct mismatched commandDesc. -- 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 speci

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Bazel" is working again!

2023-08-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has succeeded. Run started by GitHub user yx9o (triggered by yx9o). Head commit for run: f40fe8806fe226597c4453478833eae2fcd01a20 / yx9o [ISSUE #7183] Correct mismatched commandDesc Report URL: https://github.com/apache/roc

[GitHub] [rocketmq]: Workflow run "E2E test for pull request" failed!

2023-08-14 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user yx9o (triggered by yx9o). Head commit for run: 25005060bbace477eeaaf4c0142cece5213efbbf / yx9o [ISSUE #7176] Correct mismatched logs (#7177) Report URL: https://github.com/apache/rocketmq/

[GitHub] [rocketmq] codecov-commenter commented on pull request #7184: [ISSUE #7183] Correct mismatched commandDesc

2023-08-14 Thread via GitHub
codecov-commenter commented on PR #7184: URL: https://github.com/apache/rocketmq/pull/7184#issuecomment-1677521428 ## [Codecov](https://app.codecov.io/gh/apache/rocketmq/pull/7184?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)

[GitHub] [rocketmq] github-actions[bot] commented on issue #4720: When the broker master fails,return timeout,Client will not retry.

2023-08-14 Thread via GitHub
github-actions[bot] commented on issue #4720: URL: https://github.com/apache/rocketmq/issues/4720#issuecomment-1678251458 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 t

[GitHub] [rocketmq] github-actions[bot] closed issue #4720: When the broker master fails,return timeout,Client will not retry.

2023-08-14 Thread via GitHub
github-actions[bot] closed issue #4720: When the broker master fails,return timeout,Client will not retry. URL: https://github.com/apache/rocketmq/issues/4720 -- 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

[GitHub] [rocketmq] github-actions[bot] commented on pull request #3707: [ISSUE #3706] Update cq minLogicOffset when there is only one expired cq file left

2023-08-14 Thread via GitHub
github-actions[bot] commented on PR #3707: URL: https://github.com/apache/rocketmq/pull/3707#issuecomment-1678251519 This PR 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 messa

[GitHub] [rocketmq] github-actions[bot] closed pull request #3707: [ISSUE #3706] Update cq minLogicOffset when there is only one expired cq file left

2023-08-14 Thread via GitHub
github-actions[bot] closed pull request #3707: [ISSUE #3706] Update cq minLogicOffset when there is only one expired cq file left URL: https://github.com/apache/rocketmq/pull/3707 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [rocketmq] github-actions[bot] closed issue #4749: length of topic name or consumer group not configable

2023-08-14 Thread via GitHub
github-actions[bot] closed issue #4749: length of topic name or consumer group not configable URL: https://github.com/apache/rocketmq/issues/4749 -- 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

[GitHub] [rocketmq] github-actions[bot] commented on pull request #4493: Fix the default value of parameter 'sendMsgTimeout',the default value…

2023-08-14 Thread via GitHub
github-actions[bot] commented on PR #4493: URL: https://github.com/apache/rocketmq/pull/4493#issuecomment-1678251487 This PR 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 messa

[GitHub] [rocketmq] github-actions[bot] closed pull request #4493: Fix the default value of parameter 'sendMsgTimeout',the default value…

2023-08-14 Thread via GitHub
github-actions[bot] closed pull request #4493: Fix the default value of parameter 'sendMsgTimeout',the default value… URL: https://github.com/apache/rocketmq/pull/4493 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [rocketmq-clients] github-actions[bot] commented on pull request #562: Bump google.golang.org/grpc from 1.48.0 to 1.53.0 in /golang

2023-08-14 Thread via GitHub
github-actions[bot] commented on PR #562: URL: https://github.com/apache/rocketmq-clients/pull/562#issuecomment-1678257702 This PR 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

[GitHub] [rocketmq-clients] github-actions[bot] closed pull request #562: Bump google.golang.org/grpc from 1.48.0 to 1.53.0 in /golang

2023-08-14 Thread via GitHub
github-actions[bot] closed pull request #562: Bump google.golang.org/grpc from 1.48.0 to 1.53.0 in /golang URL: https://github.com/apache/rocketmq-clients/pull/562 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [rocketmq-clients] dependabot[bot] commented on pull request #562: Bump google.golang.org/grpc from 1.48.0 to 1.53.0 in /golang

2023-08-14 Thread via GitHub
dependabot[bot] commented on PR #562: URL: https://github.com/apache/rocketmq-clients/pull/562#issuecomment-1678257744 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor versi

[rocketmq-clients] branch dependabot/go_modules/golang/google.golang.org/grpc-1.53.0 deleted (was 82724c8c)

2023-08-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/golang/google.golang.org/grpc-1.53.0 in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git was 82724c8c Bump google.golang.org/grpc from 1.48.0 to

[GitHub] [rocketmq] RongtongJin merged pull request #7184: [ISSUE #7183] Correct mismatched commandDesc

2023-08-14 Thread via GitHub
RongtongJin merged PR #7184: URL: https://github.com/apache/rocketmq/pull/7184 -- 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...@rocke

[GitHub] [rocketmq] RongtongJin closed issue #7183: [Enhancement] Correct mismatched commandDesc

2023-08-14 Thread via GitHub
RongtongJin closed issue #7183: [Enhancement] Correct mismatched commandDesc URL: https://github.com/apache/rocketmq/issues/7183 -- 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.

[rocketmq] branch develop updated: [ISSUE #7183] Correct mismatched commandDesc (#7184)

2023-08-14 Thread jinrongtong
This is an automated email from the ASF dual-hosted git repository. jinrongtong pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq.git The following commit(s) were added to refs/heads/develop by this push: new ac411daa2 [ISSUE #7183] Correct mismatc

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Bazel" failed!

2023-08-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: ac411daa27117e9115a8fc5e2d5753085f009ed9 / yx9o [ISSUE #7183] Correct mismatched commandDesc (#7184) Report URL: https://gi

[GitHub] [rocketmq]: Workflow run "Snapshot Daily Release Automation" failed!

2023-08-14 Thread GitBox
The GitHub Actions job "Snapshot Daily Release Automation" on rocketmq.git has failed. Run started by GitHub user lizhanhui (triggered by lizhanhui). Head commit for run: 25005060bbace477eeaaf4c0142cece5213efbbf / yx9o [ISSUE #7176] Correct mismatched logs (#7177) Report URL: https://github.c

[GitHub] [rocketmq]: Workflow run "PUSH-CI" failed!

2023-08-14 Thread GitBox
The GitHub Actions job "PUSH-CI" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: ac411daa27117e9115a8fc5e2d5753085f009ed9 / yx9o [ISSUE #7183] Correct mismatched commandDesc (#7184) Report URL: https://github.com/apache/rocket

[GitHub] [rocketmq]: Workflow run "Coverage" failed!

2023-08-14 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: ac411daa27117e9115a8fc5e2d5753085f009ed9 / yx9o [ISSUE #7183] Correct mismatched commandDesc (#7184) Report URL: https://github.com/apache/rocke

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2023-08-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: ac411daa27117e9115a8fc5e2d5753085f009ed9 / yx9o [ISSUE #7183] Correct mismatched commandDesc (#7184) Report URL: https://gi

[GitHub] [rocketmq] iamgd67 commented on pull request #7150: Update mqbroker to use runbroker.sh instead of runserver.sh when enabling --enable-proxy

2023-08-14 Thread via GitHub
iamgd67 commented on PR #7150: URL: https://github.com/apache/rocketmq/pull/7150#issuecomment-1678301385 @xdkxlk cleaned commit history, can you trigger the workflows? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [rocketmq] Ziy1-Tan commented on a diff in pull request #7180: [ISSUE #7142] Add command `RocksDBConfigToJson` to inspect rocksdb content

2023-08-14 Thread via GitHub
Ziy1-Tan commented on code in PR #7180: URL: https://github.com/apache/rocketmq/pull/7180#discussion_r1294123929 ## tools/src/main/java/org/apache/rocketmq/tools/command/metadata/RocksDBConfigToJsonCommand.java: ## @@ -0,0 +1,117 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [rocketmq] Ziy1-Tan commented on a diff in pull request #7180: [ISSUE #7142] Add command `RocksDBConfigToJson` to inspect rocksdb content

2023-08-14 Thread via GitHub
Ziy1-Tan commented on code in PR #7180: URL: https://github.com/apache/rocketmq/pull/7180#discussion_r1294124046 ## tools/src/main/java/org/apache/rocketmq/tools/command/metadata/RocksDBConfigToJsonCommand.java: ## @@ -0,0 +1,117 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [rocketmq] Ziy1-Tan commented on a diff in pull request #7180: [ISSUE #7142] Add command `RocksDBConfigToJson` to inspect rocksdb content

2023-08-14 Thread via GitHub
Ziy1-Tan commented on code in PR #7180: URL: https://github.com/apache/rocketmq/pull/7180#discussion_r1294124046 ## tools/src/main/java/org/apache/rocketmq/tools/command/metadata/RocksDBConfigToJsonCommand.java: ## @@ -0,0 +1,117 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [rocketmq] Ziy1-Tan commented on a diff in pull request #7180: [ISSUE #7142] Add command `RocksDBConfigToJson` to inspect rocksdb content

2023-08-14 Thread via GitHub
Ziy1-Tan commented on code in PR #7180: URL: https://github.com/apache/rocketmq/pull/7180#discussion_r1294124737 ## tools/src/main/java/org/apache/rocketmq/tools/command/metadata/RocksDBConfigToJsonCommand.java: ## @@ -0,0 +1,117 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Bazel" is working again!

2023-08-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has succeeded. Run started by GitHub user Ziy1-Tan (triggered by RongtongJin). Head commit for run: 43664907ff2e1a99ea2bedbe19bb9902b640ecf6 / Ziy1-Tan refactor: fix style Report URL: https://github.com/apache/rocketmq/acti

[GitHub] [rocketmq]: Workflow run "E2E test for pull request" failed!

2023-08-14 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user fujian-zfj (triggered by fujian-zfj). Head commit for run: ac411daa27117e9115a8fc5e2d5753085f009ed9 / yx9o [ISSUE #7183] Correct mismatched commandDesc (#7184) Report URL: https://github.c

[GitHub] [rocketmq]: Workflow run "E2E test for pull request" failed!

2023-08-14 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user Ziy1-Tan (triggered by Ziy1-Tan). Head commit for run: ac411daa27117e9115a8fc5e2d5753085f009ed9 / yx9o [ISSUE #7183] Correct mismatched commandDesc (#7184) Report URL: https://github.com/a

[GitHub] [rocketmq]: Workflow run "Coverage" is working again!

2023-08-14 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has succeeded. Run started by GitHub user fujian-zfj (triggered by fujian-zfj). Head commit for run: fd6a8c8dc4df6633489ae7e339d866b98b4ecb1e / zfj optimize Report URL: https://github.com/apache/rocketmq/actions/runs/5863203469 With regards, G

[GitHub] [rocketmq] codecov-commenter commented on pull request #7180: [ISSUE #7142] Add command `RocksDBConfigToJson` to inspect rocksdb content

2023-08-14 Thread via GitHub
codecov-commenter commented on PR #7180: URL: https://github.com/apache/rocketmq/pull/7180#issuecomment-1678381608 ## [Codecov](https://app.codecov.io/gh/apache/rocketmq/pull/7180?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" failed!

2023-08-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user fujian-zfj (triggered by fujian-zfj). Head commit for run: fd6a8c8dc4df6633489ae7e339d866b98b4ecb1e / zfj optimize Report URL: https://github.com/apache/rocketmq/actions/runs/586320346

[GitHub] [rocketmq]: Workflow run "Build and Run Tests by Maven" is working again!

2023-08-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user Ziy1-Tan (triggered by RongtongJin). Head commit for run: 43664907ff2e1a99ea2bedbe19bb9902b640ecf6 / Ziy1-Tan refactor: fix style Report URL: https://github.com/apache/rocketmq/acti

[GitHub] [rocketmq] xuanskyer opened a new issue, #7185: [Bug] 5.1版本的 启动Broker+Proxy 模式启动后直接占用了8080端口,导致RocketMQ Dashboard无法启动

2023-08-14 Thread via GitHub
xuanskyer opened a new issue, #7185: URL: https://github.com/apache/rocketmq/issues/7185 ### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I

[GitHub] [rocketmq-clients] leizhiyuan opened a new issue, #586: [Enhancement] rocketmq_consumer_cached_messages and rocketmq_consumer_cached_bytes only report once

2023-08-14 Thread via GitHub
leizhiyuan opened a new issue, #586: URL: https://github.com/apache/rocketmq-clients/issues/586 ### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Programming Language of the Cli

[GitHub] [rocketmq] xdkxlk commented on pull request #7150: Update mqbroker to use runbroker.sh instead of runserver.sh when enabling --enable-proxy

2023-08-14 Thread via GitHub
xdkxlk commented on PR #7150: URL: https://github.com/apache/rocketmq/pull/7150#issuecomment-1678498568 > @xdkxlk cleaned commit history, can you trigger the workflows? OK -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub