[GitHub] [rocketmq] zooah212 opened a new issue, #7195: [Bug] Start the consumer first, the producer sends a message to rocketmq and the consumer can't receive it

2023-08-16 Thread via GitHub
zooah212 opened a new issue, #7195: URL: https://github.com/apache/rocketmq/issues/7195 ### 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 h

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

2023-08-16 Thread via GitHub
binhuang0912 commented on issue #210: URL: https://github.com/apache/rocketmq-mqtt/issues/210#issuecomment-1680125753 https://github.com/apache/rocketmq/issues/5214 我升级rocketmq到5.1.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [rocketmq-eventbridge] 2011shenlin commented on issue #135: putEvents接口第一次调用写入2条数据

2023-08-16 Thread via GitHub
2011shenlin commented on issue #135: URL: https://github.com/apache/rocketmq-eventbridge/issues/135#issuecomment-1680155243 看上去是同一条消息,是MQ dashboard的展示问题,MsgId一样。如果EB发送两次到MQ,会生成两条消息,MsgId不一样。 经过多次测试,我们这边通过mqadmin工具查看正常: ![image](https://github.com/apache/rocketmq-eventbridge/assets

[GitHub] [rocketmq-eventbridge] 2011shenlin closed issue #135: putEvents接口第一次调用写入2条数据

2023-08-16 Thread via GitHub
2011shenlin closed issue #135: putEvents接口第一次调用写入2条数据 URL: https://github.com/apache/rocketmq-eventbridge/issues/135 -- 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 unsubscr

[GitHub] [rocketmq-eventbridge] 2011shenlin merged pull request #145: feat:change the EXPONENTIAL_DECAY_RETRY define

2023-08-16 Thread via GitHub
2011shenlin merged PR #145: URL: https://github.com/apache/rocketmq-eventbridge/pull/145 -- 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-unsubsc

[rocketmq-eventbridge] branch main updated: feat:change the EXPONENTIAL_DECAY_RETRY define

2023-08-16 Thread shenlin
This is an automated email from the ASF dual-hosted git repository. shenlin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git The following commit(s) were added to refs/heads/main by this push: new fc379e0 feat:change the EXPONENTIAL_

[GitHub] [rocketmq-eventbridge] supercym commented on issue #120: 注册2个eventtarget启动提示 The consumer group[event-bridge-default-group-xxx has been created before

2023-08-16 Thread via GitHub
supercym commented on issue #120: URL: https://github.com/apache/rocketmq-eventbridge/issues/120#issuecomment-1680169282 已修复 现有逻辑使用accountId + runner构造groupName -- 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-eventbridge] 2011shenlin closed issue #120: 注册2个eventtarget启动提示 The consumer group[event-bridge-default-group-xxx has been created before

2023-08-16 Thread via GitHub
2011shenlin closed issue #120: 注册2个eventtarget启动提示 The consumer group[event-bridge-default-group-xxx has been created before URL: https://github.com/apache/rocketmq-eventbridge/issues/120 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [rocketmq-eventbridge] 2011shenlin commented on pull request #138: fix pullTimeOut unit

2023-08-16 Thread via GitHub
2011shenlin commented on PR #138: URL: https://github.com/apache/rocketmq-eventbridge/pull/138#issuecomment-1680182126 Welcome to join us through DingTalk scan code: ![image](https://github.com/apache/rocketmq-eventbridge/assets/8605835/3d762a99-f1f2-451c-af7d-56ba2c80e6e1) -- Th

[GitHub] [rocketmq-eventbridge] 2011shenlin merged pull request #138: fix pullTimeOut unit

2023-08-16 Thread via GitHub
2011shenlin merged PR #138: URL: https://github.com/apache/rocketmq-eventbridge/pull/138 -- 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-unsubsc

[rocketmq-eventbridge] branch main updated: fix pullTimeOut unit

2023-08-16 Thread shenlin
This is an automated email from the ASF dual-hosted git repository. shenlin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git The following commit(s) were added to refs/heads/main by this push: new 13aa829 fix pullTimeOut unit 13aa829

[GitHub] [rocketmq] lollipopjin opened a new pull request, #7196: To config the cardinalityLimit for openTelemetry metrics exporting an…

2023-08-16 Thread via GitHub
lollipopjin opened a new pull request, #7196: URL: https://github.com/apache/rocketmq/pull/7196 ## To config the cardinalityLimit for openTelemetry metrics exporting. ### Which Issue(s) This PR Fixes (1) To config the cardinalityLimit for openTelemetry metrics exporting, or we

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

2023-08-16 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lollipopjin (triggered by lollipopjin). Head commit for run: d93fb8184c3456d29cd9efc815fec38b2655c593 / Jixiang.jjx To config the cardinalityLimit for openTelemetry metrics exporting a

[GitHub] [rocketmq]: Workflow run "PR-CI" is working again!

2023-08-16 Thread GitBox
The GitHub Actions job "PR-CI" on rocketmq.git has succeeded. Run started by GitHub user lollipopjin (triggered by lollipopjin). Head commit for run: d93fb8184c3456d29cd9efc815fec38b2655c593 / Jixiang.jjx To config the cardinalityLimit for openTelemetry metrics exporting and fix logging confi

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

2023-08-16 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user lollipopjin (triggered by lollipopjin). Head commit for run: 55e0cdb2af3ab75a6d892f919d60797f17a99fda / redlsz fix: IndexOutOfBoundsException when process pop response (#7003) Report URL:

[GitHub] [rocketmq] RongtongJin merged pull request #7193: [ISSUE #7192] Correct typos

2023-08-16 Thread via GitHub
RongtongJin merged PR #7193: URL: https://github.com/apache/rocketmq/pull/7193 -- 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 #7192: [Enhancement] Correct typos

2023-08-16 Thread via GitHub
RongtongJin closed issue #7192: [Enhancement] Correct typos URL: https://github.com/apache/rocketmq/issues/7192 -- 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,

[rocketmq] branch develop updated: [ISSUE #7192] Correct typos (#7193)

2023-08-16 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 a9c0b43f7 [ISSUE #7192] Correct typos (

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

2023-08-16 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has succeeded. Run started by GitHub user lollipopjin (triggered by lollipopjin). Head commit for run: d93fb8184c3456d29cd9efc815fec38b2655c593 / Jixiang.jjx To config the cardinalityLimit for openTelemetry metrics exporting and fix logging co

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

2023-08-16 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: a9c0b43f7f6ce5acfc4f2f3069553071fa93dfee / yx9o [ISSUE #7192] Correct typos (#7193) Report URL: https://github.com/apache/r

[GitHub] [rocketmq] codecov-commenter commented on pull request #7196: To config the cardinalityLimit for openTelemetry metrics exporting an…

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

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

2023-08-16 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: a9c0b43f7f6ce5acfc4f2f3069553071fa93dfee / yx9o [ISSUE #7192] Correct typos (#7193) Report URL: https://github.com/apache/rocketmq/actions/runs/5

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

2023-08-16 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lollipopjin (triggered by lollipopjin). Head commit for run: d93fb8184c3456d29cd9efc815fec38b2655c593 / Jixiang.jjx To config the cardinalityLimit for openTelemetry metrics exporting a

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

2023-08-16 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lollipopjin (triggered by lollipopjin). Head commit for run: d93fb8184c3456d29cd9efc815fec38b2655c593 / Jixiang.jjx To config the cardinalityLimit for openTelemetry metrics exporting a

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

2023-08-16 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has succeeded. Run started by GitHub user lollipopjin (triggered by lollipopjin). Head commit for run: 82d81890e3e40fa9c32f7ddede69a3986bb1cabf / Jixiang.jjx Upgrade openTelemetry version to 1.29.0 in WORKSPACE Report URL:

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

2023-08-16 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user lollipopjin (triggered by lollipopjin). Head commit for run: a9c0b43f7f6ce5acfc4f2f3069553071fa93dfee / yx9o [ISSUE #7192] Correct typos (#7193) Report URL: https://github.com/apache/rocke

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

2023-08-16 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user lollipopjin (triggered by lollipopjin). Head commit for run: 82d81890e3e40fa9c32f7ddede69a3986bb1cabf / Jixiang.jjx Upgrade openTelemetry version to 1.29.0 in WORKSPACE Report URL: ht

[GitHub] [rocketmq] yx9o commented on pull request #7193: [ISSUE #7192] Correct typos

2023-08-16 Thread via GitHub
yx9o commented on PR #7193: URL: https://github.com/apache/rocketmq/pull/7193#issuecomment-1680547218 > @yx9o It would be better to make all the changes at once. ok, i'll pay attention next time. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [rocketmq] lollipopjin merged pull request #7190: [ISSUE #7189] Optimize time complexity of loop in ConsumerGroupInfo#updateSubscription

2023-08-16 Thread via GitHub
lollipopjin merged PR #7190: URL: https://github.com/apache/rocketmq/pull/7190 -- 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] lollipopjin closed issue #7189: [Enhancement] Optimize time complexity of loop in ConsumerGroupInfo#updateSubscription method

2023-08-16 Thread via GitHub
lollipopjin closed issue #7189: [Enhancement] Optimize time complexity of loop in ConsumerGroupInfo#updateSubscription method URL: https://github.com/apache/rocketmq/issues/7189 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[rocketmq] branch develop updated: Optimize updateSubscription check exist loop (#7190)

2023-08-16 Thread lollipop
This is an automated email from the ASF dual-hosted git repository. lollipop 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 5a3de926b Optimize updateSubscription chec

[GitHub] [rocketmq-connect] sunxiaojian opened a new pull request, #524: Optimized jdbc connector bug

2023-08-16 Thread via GitHub
sunxiaojian opened a new pull request, #524: URL: https://github.com/apache/rocketmq-connect/pull/524 ## What is the purpose of the change X ## Brief changelog XX ## Verifying this change Follow this checklist to help us incorporate your cont

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

2023-08-16 Thread GitBox
The GitHub Actions job "PUSH-CI" on rocketmq.git has failed. Run started by GitHub user lollipopjin (triggered by lollipopjin). Head commit for run: 5a3de926b816db5a121c1d788430072a3bc942ae / Zhouxiang Zhan Optimize updateSubscription check exist loop (#7190) Report URL: https://github.com/apa

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

2023-08-16 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user lollipopjin (triggered by lollipopjin). Head commit for run: 82d81890e3e40fa9c32f7ddede69a3986bb1cabf / Jixiang.jjx Upgrade openTelemetry version to 1.29.0 in WORKSPACE Report URL:

[rocketmq] branch develop updated (5a3de926b -> 50d105043)

2023-08-16 Thread lizhimin
This is an automated email from the ASF dual-hosted git repository. lizhimin pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq.git from 5a3de926b Optimize updateSubscription check exist loop (#7190) add 50d105043 To config the cardinalityLimit

[GitHub] [rocketmq] lizhimins merged pull request #7196: To config the cardinalityLimit for openTelemetry metrics exporting an…

2023-08-16 Thread via GitHub
lizhimins merged PR #7196: URL: https://github.com/apache/rocketmq/pull/7196 -- 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...@rocketm

[GitHub] [rocketmq-connect]: Workflow run "Java CI with Maven" is working again!

2023-08-16 Thread GitBox
The GitHub Actions job "Java CI with Maven" on rocketmq-connect.git has succeeded. Run started by GitHub user sunxiaojian (triggered by sunxiaojian). Head commit for run: 16388b15b1be60ddcbfe171a0a17fe2f1f89 / Xiaojian Sun Merge branch 'master' into optimized-jdbc-bug Report URL: https://

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

2023-08-16 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: 50d1050437ed8748f86ee50261b50a1e1f63162e / Jixiang Jin To config the cardinalityLimit for openTelemetry metrics exporting and fix logging config for

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

2023-08-16 Thread GitBox
The GitHub Actions job "PUSH-CI" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: 50d1050437ed8748f86ee50261b50a1e1f63162e / Jixiang Jin To config the cardinalityLimit for openTelemetry metrics exporting and fix logging config for

[GitHub] [rocketmq] Ziy1-Tan opened a new pull request, #7197: [ISSUE #7178] refresh metadata after broker startup

2023-08-16 Thread via GitHub
Ziy1-Tan opened a new pull request, #7197: URL: https://github.com/apache/rocketmq/pull/7197 ### Which Issue(s) This PR Fixes Fixes #7178 ### Brief Description refresh metadata after broker startup ### How Did You Test This Change? --

[GitHub] [rocketmq] github-actions[bot] commented on issue #4807: what will happen if metadata is different between Name Servers in one name server cluster?

2023-08-16 Thread via GitHub
github-actions[bot] commented on issue #4807: URL: https://github.com/apache/rocketmq/issues/4807#issuecomment-1681418896 This issue is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs. -- This is an automated message

[GitHub] [rocketmq] github-actions[bot] closed issue #3350: not in lock elapsed time(ms)={}, bodyLength

2023-08-16 Thread via GitHub
github-actions[bot] closed issue #3350: not in lock elapsed time(ms)={}, bodyLength URL: https://github.com/apache/rocketmq/issues/3350 -- 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 c

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

2023-08-16 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: 50d1050437ed8748f86ee50261b50a1e1f63162e / Jixiang Jin To config the cardinalityLimit for openTelemetry metrics exporting a

[GitHub] [rocketmq] john1337 commented on issue #7137: rocketmq在使用起来比kafka要复杂

2023-08-16 Thread via GitHub
john1337 commented on issue #7137: URL: https://github.com/apache/rocketmq/issues/7137#issuecomment-1681463536 > @john1337 主从切换不需要引入额外的中间件,Dledger只是一个jar包。主从切换可以参考[https://github.com/apache/rocketmq/blob/develop/docs/cn/controller/quick_start.md。](https://github.com/apache/rocketmq/blob/deve

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

2023-08-16 Thread via GitHub
iamgd67 commented on PR #7150: URL: https://github.com/apache/rocketmq/pull/7150#issuecomment-1681467979 @xdkxlk are we ready to merge this or waiting for more reviews -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [rocketmq-clients] eventhorizon-cli opened a new issue, #587: HttpRequestException: Requesting HTTP version 2.0 with version policy RequestVersionOrHigher

2023-08-16 Thread via GitHub
eventhorizon-cli opened a new issue, #587: URL: https://github.com/apache/rocketmq-clients/issues/587 ### 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-clients/discussi

[GitHub] [rocketmq] john1337 opened a new issue, #7198: rocketmq-docker项目里面rocketmq-k8s-helm如何才能把broker注册地址端口改为对外地址

2023-08-16 Thread via GitHub
john1337 opened a new issue, #7198: URL: https://github.com/apache/rocketmq/issues/7198 ### Is Your Feature Request Related to a Problem? rocketmq-docker项目里面rocketmq-k8s-helm如何才能把broker注册地址端口改为对外地址,因为我需要在k8s集群外部访问这个broker ### Describe the Solution You'd Like rocketmq-do

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

2023-08-16 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: 50d1050437ed8748f86ee50261b50a1e1f63162e / Jixiang Jin To config the cardinalityLimit for openTelemetry metrics exporting and fix

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

2023-08-16 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: 109e95416cf3d969b9b00992ff9e7c46f0732abd / zfj merge Report URL: https://github.com/apache/rocketmq/actions/runs/5885865586 With regards, GitH

[GitHub] [rocketmq] weihubeats opened a new issue, #7199: at org.apache.rocketmq.proxy.grpc.v2.channel.GrpcClientChannel.processGetConsumerRunningInfo(GrpcClientChannel.java:213)

2023-08-16 Thread via GitHub
weihubeats opened a new issue, #7199: URL: https://github.com/apache/rocketmq/issues/7199 ### 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]: Workflow run "Build and Run Tests by Maven" failed!

2023-08-16 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: 109e95416cf3d969b9b00992ff9e7c46f0732abd / zfj merge Report URL: https://github.com/apache/rocketmq/actions/runs/5885865588

[GitHub] [rocketmq-connect] odbozhou merged pull request #524: Optimized jdbc connector bug

2023-08-16 Thread via GitHub
odbozhou merged PR #524: URL: https://github.com/apache/rocketmq-connect/pull/524 -- 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...@ro

[rocketmq-connect] branch master updated: Optimized jdbc connector bug (#524)

2023-08-16 Thread zhoubo
This is an automated email from the ASF dual-hosted git repository. zhoubo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-connect.git The following commit(s) were added to refs/heads/master by this push: new 03adc7ab Optimized jdbc connector bug

[GitHub] [rocketmq] weihubeats opened a new pull request, #7200: develop proxy language bugfix

2023-08-16 Thread via GitHub
weihubeats opened a new pull request, #7200: URL: https://github.com/apache/rocketmq/pull/7200 https://github.com/apache/rocketmq/issues/7199 The client actually uses go, and there is a bug in the language setting here. -- This is an automated message from the Apache Git Service. To

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

2023-08-16 Thread GitBox
The GitHub Actions job "PR-CI" on rocketmq.git has failed. Run started by GitHub user weihubeats (triggered by weihubeats). Head commit for run: f514880357cb37bd6b97c9c3f388a472840b484a / weihu add langeuga code Report URL: https://github.com/apache/rocketmq/actions/runs/5886408640 With regar

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

2023-08-16 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user weihubeats (triggered by weihubeats). Head commit for run: 50d1050437ed8748f86ee50261b50a1e1f63162e / Jixiang Jin To config the cardinalityLimit for openTelemetry metrics exporting and fix

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

2023-08-16 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user weihubeats (triggered by weihubeats). Head commit for run: f514880357cb37bd6b97c9c3f388a472840b484a / weihu add langeuga code Report URL: https://github.com/apache/rocketmq/actions/runs/5886408635 With re

[GitHub] [rocketmq]: Workflow run "PR-CI" is working again!

2023-08-16 Thread GitBox
The GitHub Actions job "PR-CI" on rocketmq.git has succeeded. Run started by GitHub user kang-hl (triggered by kang-hl). Head commit for run: 220d47df053d8f7af2a73f8801ee09aeb05e5965 / kanghailin <1227734...@qq.com> Optimize code in RouteInfoManager Report URL: https://github.com/apache/rocketm

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

2023-08-16 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user weihubeats (triggered by weihubeats). Head commit for run: f514880357cb37bd6b97c9c3f388a472840b484a / weihu add langeuga code Report URL: https://github.com/apache/rocketmq/actions/run

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

2023-08-16 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: 7e9a807a4ebf04b068de435c3e83ec43bae5 / Ziy1-Tan fix: refresh metadata after broker startup Signed-off-by: Ziy1-Tan Report URL: https://github

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

2023-08-16 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user kang-hl (triggered by kang-hl). Head commit for run: 220d47df053d8f7af2a73f8801ee09aeb05e5965 / kanghailin <1227734...@qq.com> Optimize code in RouteInfoManager Report URL: https://github.com/apache/rocketm

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

2023-08-16 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user kang-hl (triggered by kang-hl). Head commit for run: 50d1050437ed8748f86ee50261b50a1e1f63162e / Jixiang Jin To config the cardinalityLimit for openTelemetry metrics exporting and fix loggi

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

2023-08-16 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user weihubeats (triggered by weihubeats). Head commit for run: b621456b4563886b7cb0dab3e7f801aaa8b2dba2 / weihu Merge remote-tracking branch 'apache_master/develop' into weihubeats/develop

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

2023-08-16 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user weihubeats (triggered by weihubeats). Head commit for run: 50d1050437ed8748f86ee50261b50a1e1f63162e / Jixiang Jin To config the cardinalityLimit for openTelemetry metrics exporting and fix

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

2023-08-16 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: 50d1050437ed8748f86ee50261b50a1e1f63162e / Jixiang Jin To config the cardinalityLimit for openTelemetry metrics exporting and fix log

[GitHub] [rocketmq] codecov-commenter commented on pull request #7200: develop proxy language bugfix

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

[GitHub] [rocketmq] guyinyou opened a new issue, #7201: [Enhancement] Remove the DefaultMessageStore.class dependency in TransientStorePool.class

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

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

2023-08-16 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has succeeded. Run started by GitHub user weihubeats (triggered by weihubeats). Head commit for run: c20796bc99473c84d243fc2ee47519487876c4d3 / weihu add langeuga code Report URL: https://github.com/apache/rocketmq/actions/runs/5886442083 With

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

2023-08-16 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user weihubeats (triggered by weihubeats). Head commit for run: 50d1050437ed8748f86ee50261b50a1e1f63162e / Jixiang Jin To config the cardinalityLimit for openTelemetry metrics exporting and fix

[GitHub] [rocketmq] guyinyou opened a new pull request, #7202: [ISSUE #7201] Remove the DefaultMessageStore.class dependency in TransientStorePool

2023-08-16 Thread via GitHub
guyinyou opened a new pull request, #7202: URL: https://github.com/apache/rocketmq/pull/7202 ….class ### Which Issue(s) This PR Fixes Fixes #issue_id ### Brief Description ### How Did You Test This Change? -- This is an automa

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

2023-08-16 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has succeeded. Run started by GitHub user guyinyou (triggered by guyinyou). Head commit for run: 362c9d1b881660424cb748b3395d4c911ebb9af2 / guyinyou Remove the DefaultMessageStore.class dependency in TransientStorePool.clas

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

2023-08-16 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user kang-hl (triggered by kang-hl). Head commit for run: 220d47df053d8f7af2a73f8801ee09aeb05e5965 / kanghailin <1227734...@qq.com> Optimize code in RouteInfoManager Report URL: https://g

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

2023-08-16 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user guyinyou (triggered by guyinyou). Head commit for run: 50d1050437ed8748f86ee50261b50a1e1f63162e / Jixiang Jin To config the cardinalityLimit for openTelemetry metrics exporting and fix log

[GitHub] [rocketmq] codecov-commenter commented on pull request #7202: [ISSUE #7201] Remove the DefaultMessageStore.class dependency in TransientStorePool

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

[GitHub] [rocketmq-clients] eventhorizon-cli closed issue #587: HttpRequestException: Requesting HTTP version 2.0 with version policy RequestVersionOrHigher

2023-08-16 Thread via GitHub
eventhorizon-cli closed issue #587: HttpRequestException: Requesting HTTP version 2.0 with version policy RequestVersionOrHigher URL: https://github.com/apache/rocketmq-clients/issues/587 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [rocketmq] RongtongJin merged pull request #7197: [ISSUE #7178] refresh metadata after broker startup

2023-08-16 Thread via GitHub
RongtongJin merged PR #7197: URL: https://github.com/apache/rocketmq/pull/7197 -- 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 #7178: [Enhancement] ScheduledTask refresh metadata exception when startup

2023-08-16 Thread via GitHub
RongtongJin closed issue #7178: [Enhancement] ScheduledTask refresh metadata exception when startup URL: https://github.com/apache/rocketmq/issues/7178 -- 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 t

[rocketmq] branch develop updated: [ISSUE #7178] refresh metadata after broker startup

2023-08-16 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 a4bcc2a74 [ISSUE #7178] refresh metadat

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

2023-08-16 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: a4bcc2a74d8bec9c9d34565536e87df06e0b11c1 / Ziyi Tan [ISSUE #7178] refresh metadata after broker startup Signed-off-by: Ziy1

[GitHub] [rocketmq] RongtongJin merged pull request #7202: [ISSUE #7201] Remove the DefaultMessageStore.class dependency in TransientStorePool

2023-08-16 Thread via GitHub
RongtongJin merged PR #7202: URL: https://github.com/apache/rocketmq/pull/7202 -- 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 #7201: [Enhancement] Remove the DefaultMessageStore.class dependency in TransientStorePool.class

2023-08-16 Thread via GitHub
RongtongJin closed issue #7201: [Enhancement] Remove the DefaultMessageStore.class dependency in TransientStorePool.class URL: https://github.com/apache/rocketmq/issues/7201 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[rocketmq] branch develop updated: [ISSUE #7201] Remove the DefaultMessageStore.class dependency in TransientStorePool

2023-08-16 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 3df1b9232 [ISSUE #7201] Remove the Def

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

2023-08-16 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has succeeded. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: 3df1b9232af99944cb3d4d4d2d00c5a85cd3b57d / guyinyou <36399867+guyin...@users.noreply.github.com> [ISSUE #7201] Remove th

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

2023-08-16 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: a4bcc2a74d8bec9c9d34565536e87df06e0b11c1 / Ziyi Tan [ISSUE #7178] refresh metadata after broker startup Signed-off-by: Ziy1-Tan Report URL: htt

[GitHub] [rocketmq-operator] Hello-Linux commented on issue #65: Whether rocketmq-operator support Dledger way to deployment RocketMQ cluster

2023-08-16 Thread via GitHub
Hello-Linux commented on issue #65: URL: https://github.com/apache/rocketmq-operator/issues/65#issuecomment-1681686796 @zongtanghu @shendongsd Whether rocketmq-operator support Dledger way to deployment RocketMQ cluster ? -- This is an automated message from the Apache Git Service. To

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

2023-08-16 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: 3df1b9232af99944cb3d4d4d2d00c5a85cd3b57d / guyinyou <36399867+guyin...@users.noreply.github.com> [ISSUE #7201] Remove the DefaultMessageStore.cla

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

2023-08-16 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: a4bcc2a74d8bec9c9d34565536e87df06e0b11c1 / Ziyi Tan [ISSUE #7178] refresh metadata after broker startup Signed-off-by: Ziy1

[GitHub] [rocketmq-operator] Hello-Linux commented on issue #65: Whether rocketmq-operator support Dledger way to deployment RocketMQ cluster

2023-08-16 Thread via GitHub
Hello-Linux commented on issue #65: URL: https://github.com/apache/rocketmq-operator/issues/65#issuecomment-1681698896 my rocketmq version is 4.6.0 -- 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 t

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

2023-08-16 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: 3df1b9232af99944cb3d4d4d2d00c5a85cd3b57d / guyinyou <36399867+guyin...@users.noreply.github.com> [ISSUE #7201] Remove the D