Re: [I] [Bug] The lettuce log appears in rocketmq_client.log, although rocketmq does not use this package, but why lettuce logs will be output to rocketmq_client.log? lettuce package when redis topolo

2024-05-08 Thread via GitHub
humkum commented on issue #8111: URL: https://github.com/apache/rocketmq/issues/8111#issuecomment-2099880177 RocketMQ client use Slf4j Log architecture,if you want to split the log output file, you can customize the log configuration file by yourself. -- This is an automated message from

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

2024-05-08 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: f0c243d741dd0c7d47716efe557bc5a0e50ba29a / Willhow <65004897+willhow-...@users.noreply.github.com> [ISSUE #8090] Optimize

Re: [I] [Bug] The lettuce log appears in rocketmq_client.log, although rocketmq does not use this package, but why lettuce logs will be output to rocketmq_client.log? lettuce package when redis topolo

2024-05-08 Thread via GitHub
FrankCy commented on issue #8111: URL: https://github.com/apache/rocketmq/issues/8111#issuecomment-2099915057 > RocketMQ client use Slf4j Log architecture,if you want to split the log output file, you can customize the log configuration file by yourself. Hello, is this caused by lettu

Re: [PR] [ISSUE #8049] Fix tiered storage delete topic NPE in default metadata store [rocketmq]

2024-05-08 Thread via GitHub
bxfjb commented on PR #8050: URL: https://github.com/apache/rocketmq/pull/8050#issuecomment-2099935550 > Rebase master to solve the CI problem Done. -- 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

Re: [PR] [ISSUE #8049] Fix tiered storage delete topic NPE in default metadata store [rocketmq]

2024-05-08 Thread via GitHub
yuz10 merged PR #8050: URL: https://github.com/apache/rocketmq/pull/8050 -- 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.ap

Re: [I] [Bug] TieredMessageStore throws NPE when delete a topic without messages [rocketmq]

2024-05-08 Thread via GitHub
yuz10 closed issue #8049: [Bug] TieredMessageStore throws NPE when delete a topic without messages URL: https://github.com/apache/rocketmq/issues/8049 -- 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

(rocketmq) branch develop updated: [ISSUE #8049] fix tiered store delete empty topic NPE (#8050)

2024-05-08 Thread yuzhou
This is an automated email from the ASF dual-hosted git repository. yuzhou 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 ad02756078 [ISSUE #8049] fix tiered store de

[GH] (rocketmq): Workflow run "PUSH-CI" is working again!

2024-05-08 Thread GitBox
The GitHub Actions job "PUSH-CI" on rocketmq.git has succeeded. Run started by GitHub user yuz10 (triggered by yuz10). Head commit for run: ad027560780c2af801e4bcb447d85bf0df62071a / bxfjb <48467309+bx...@users.noreply.github.com> [ISSUE #8049] fix tiered store delete empty topic NPE (#8050) C

Re: [PR] [ISSUE #8046] Fix authentication context build for no extFields [rocketmq]

2024-05-08 Thread via GitHub
dingshuangxi888 commented on PR #8102: URL: https://github.com/apache/rocketmq/pull/8102#issuecomment-2099983237 > If the client sets ak/sk, then all request headers will have ak/sk information, including heartbeats. And if ak/sk is not set on the client, those configurations should also be

Re: [PR] [ISSUE #8046] Fix authentication context build for no extFields [rocketmq]

2024-05-08 Thread via GitHub
cserwen commented on PR #8102: URL: https://github.com/apache/rocketmq/pull/8102#issuecomment-219157 > > If the client sets ak/sk, then all request headers will have ak/sk information, including heartbeats. And if ak/sk is not set on the client, those configurations should also be turne

Re: [I] [Enhancement] Implement Flow control in MQTT 5.0 [rocketmq-mqtt]

2024-05-08 Thread via GitHub
DongyuanPan commented on issue #246: URL: https://github.com/apache/rocketmq-mqtt/issues/246#issuecomment-2100022188 > I will work on this recently. > > By the doc of mqtt v5.0, the flow control just limit `publish qps`, not including `connection limit` and `publish bytes limit`, righ

[GH] (rocketmq): Workflow run "E2E test for pull request" is working again!

2024-05-08 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has succeeded. Run started by GitHub user dingshuangxi888 (triggered by dingshuangxi888). Head commit for run: ad027560780c2af801e4bcb447d85bf0df62071a / bxfjb <48467309+bx...@users.noreply.github.com> [ISSUE #8049] fix tiered

[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!

2024-05-08 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user dingshuangxi888 (triggered by dingshuangxi888). Head commit for run: 38dd0d68f94d084f513522d85e876f50a886b4e8 / dingshuangxi888 Merge remote-tracking branch 'upstream/develop' into fea

Re: [PR] [ISSUE #5838] retry to send when broker returns SYSTEM_BUSY [rocketmq]

2024-05-08 Thread via GitHub
cserwen commented on code in PR #5845: URL: https://github.com/apache/rocketmq/pull/5845#discussion_r1593695472 ## client/src/main/java/org/apache/rocketmq/client/producer/DefaultMQProducer.java: ## @@ -72,7 +72,8 @@ public class DefaultMQProducer extends ClientConfig implement

Re: [PR] [ISSUE #8046] Fix authentication context build for no extFields [rocketmq]

2024-05-08 Thread via GitHub
cserwen commented on PR #8102: URL: https://github.com/apache/rocketmq/pull/8102#issuecomment-2100128589 @dingshuangxi888 Some unit-tests maybe need to be resolved. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [ISSUE #5838] retry to send when broker returns SYSTEM_BUSY [rocketmq]

2024-05-08 Thread via GitHub
codecov-commenter commented on PR #5845: URL: https://github.com/apache/rocketmq/pull/5845#issuecomment-2100178068 ## [Codecov](https://app.codecov.io/gh/apache/rocketmq/pull/5845?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comment

Re: [PR] Remove useless heartbeat success log prints [rocketmq-clients]

2024-05-08 Thread via GitHub
lizhanhui commented on PR #740: URL: https://github.com/apache/rocketmq-clients/pull/740#issuecomment-2100192370 > @lizhanhui Is there anything else wrong with this pr? Looks good to me. -- This is an automated message from the Apache Git Service. To respond to the message, please l

[I] Inconsistent Broker Data Retrieved from Different RocketMQ NameServers. [rocketmq-operator]

2024-05-08 Thread via GitHub
shangjin92 opened a new issue, #227: URL: https://github.com/apache/rocketmq-operator/issues/227 **Description of the issue:** There is inconsistent Broker data being retrieved when querying different RocketMQ NameServers. This inconsistency could potentially lead to issues with mess

Re: [PR] Remove useless heartbeat success log prints [rocketmq-clients]

2024-05-08 Thread via GitHub
weihubeats commented on PR #740: URL: https://github.com/apache/rocketmq-clients/pull/740#issuecomment-2100207461 So this mr can merge? -- 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 specifi

Re: [PR] [ISSUE #8025] fix: fix topic route when topic deleted [rocketmq]

2024-05-08 Thread via GitHub
cserwen commented on code in PR #8027: URL: https://github.com/apache/rocketmq/pull/8027#discussion_r1593806191 ## client/src/main/java/org/apache/rocketmq/client/impl/MQClientAPIImpl.java: ## @@ -2007,6 +2007,7 @@ public TopicRouteData getTopicRouteInfoFromNameServer(final Str

Re: [PR] [ISSUE #8025] fix: fix topic route when topic deleted [rocketmq]

2024-05-08 Thread via GitHub
cserwen commented on code in PR #8027: URL: https://github.com/apache/rocketmq/pull/8027#discussion_r1593806191 ## client/src/main/java/org/apache/rocketmq/client/impl/MQClientAPIImpl.java: ## @@ -2007,6 +2007,7 @@ public TopicRouteData getTopicRouteInfoFromNameServer(final Str

[PR] [ISSUE #227] Fix inconsistent Broker data across different RocketMQ NameServers. [rocketmq-operator]

2024-05-08 Thread via GitHub
shangjin92 opened a new pull request, #228: URL: https://github.com/apache/rocketmq-operator/pull/228 1. fix #227 2. Refactor ReconcileBroker by extracting EnsureBrokerStatefulSets method. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

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

2024-05-08 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user dingshuangxi888 (triggered by drpmma). Head commit for run: 38dd0d68f94d084f513522d85e876f50a886b4e8 / dingshuangxi888 Merge remote-tracking branch 'upstream/develop' into feature/f

Re: [I] [Bug] org.apache.rocketmq.client.producer.DefaultMQProducer#request invoke timeout [rocketmq]

2024-05-08 Thread via GitHub
github-actions[bot] commented on issue #6726: URL: https://github.com/apache/rocketmq/issues/6726#issuecomment-2101693146 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

Re: [I] SubscriptionData may not be updated when the client's system time is rolled back [rocketmq]

2024-05-08 Thread via GitHub
github-actions[bot] closed issue #6679: SubscriptionData may not be updated when the client's system time is rolled back URL: https://github.com/apache/rocketmq/issues/6679 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] SubscriptionData may not be updated when the client's system time is rolled back [rocketmq]

2024-05-08 Thread via GitHub
github-actions[bot] commented on issue #6679: URL: https://github.com/apache/rocketmq/issues/6679#issuecomment-2101693173 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

Re: [PR] [ISSUE #6653] Remove duplicate code about validate topic [rocketmq]

2024-05-08 Thread via GitHub
github-actions[bot] commented on PR #6659: URL: https://github.com/apache/rocketmq/pull/6659#issuecomment-2101693198 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

Re: [PR] [ISSUE #6653] Remove duplicate code about validate topic [rocketmq]

2024-05-08 Thread via GitHub
github-actions[bot] closed pull request #6659: [ISSUE #6653] Remove duplicate code about validate topic URL: https://github.com/apache/rocketmq/pull/6659 -- 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

Re: [I] Dledger Model。When a user consumes a delay message for an arbitrary period of time, when the broker performs a master-slave switch, will they repeatedly consume it? [rocketmq]

2024-05-08 Thread via GitHub
github-actions[bot] commented on issue #6427: URL: https://github.com/apache/rocketmq/issues/6427#issuecomment-2101693216 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

Re: [PR] 解决非标准的gzip压缩 [rocketmq-clients]

2024-05-08 Thread via GitHub
github-actions[bot] commented on PR #722: URL: https://github.com/apache/rocketmq-clients/pull/722#issuecomment-2101703199 This PR is stale because it has been open for 30 days with no activity. It will be closed in 3 days if no further activity occurs. If you wish not to mark it as stale,

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

2024-05-08 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: ad027560780c2af801e4bcb447d85bf0df62071a / bxfjb <48467309+bx...@users.noreply.github.com> [ISSUE #8049] fix tiered stor

Re: [I] [Bug] org.apache.rocketmq.client.producer.DefaultMQProducer#request invoke timeout [rocketmq]

2024-05-08 Thread via GitHub
haiyanghan closed issue #6726: [Bug] org.apache.rocketmq.client.producer.DefaultMQProducer#request invoke timeout URL: https://github.com/apache/rocketmq/issues/6726 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [ISSUE #8059] Fix some typos in DefaultLitePullConsumer and LitePullConsumer [rocketmq]

2024-05-08 Thread via GitHub
RongtongJin commented on PR #8060: URL: https://github.com/apache/rocketmq/pull/8060#issuecomment-2101791191 Hi @hanmz you need to merge the develop branch to include the latest unit test fixes. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] [ISSUE #8079] Add unit test for MQClientAPIExtTest [rocketmq]

2024-05-08 Thread via GitHub
RongtongJin commented on PR #8080: URL: https://github.com/apache/rocketmq/pull/8080#issuecomment-2101791833 need to merge the develop branch to include the latest unit test fixes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] [ISSUE #8061] Fix npe in netty remoting client [rocketmq]

2024-05-08 Thread via GitHub
RongtongJin commented on PR #8064: URL: https://github.com/apache/rocketmq/pull/8064#issuecomment-2101792396 Hi @fujian-zfj you need to merge the develop branch to include the latest unit test fixes. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [ISSUE #264] fix(ds): fix building error of UT and Checkstyle [rocketmq-mqtt]

2024-05-08 Thread via GitHub
pingww merged PR #265: URL: https://github.com/apache/rocketmq-mqtt/pull/265 -- 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

(rocketmq-mqtt) branch develop_mqtt5.0 updated (5fffacc -> 48968cd)

2024-05-08 Thread pingww
This is an automated email from the ASF dual-hosted git repository. pingww pushed a change to branch develop_mqtt5.0 in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git from 5fffacc Merge pull request #263 from YxAc/improve_readme_on_M2 add 0c19fe2 fix building error o

(rocketmq-mqtt) 01/01: Merge pull request #265 from YxAc/fix_build_failure

2024-05-08 Thread pingww
This is an automated email from the ASF dual-hosted git repository. pingww pushed a commit to branch develop_mqtt5.0 in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git commit 48968cdb7edce86923283bdf731cf98c2e2ab03d Merge: 5fffacc 0c19fe2 Author: pingww AuthorDate: Thu May 9 10:

Re: [PR] [ISSUE #266]: add connections_size metric [rocketmq-mqtt]

2024-05-08 Thread via GitHub
pingww merged PR #269: URL: https://github.com/apache/rocketmq-mqtt/pull/269 -- 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

(rocketmq-mqtt) branch develop updated (4331ec4 -> 04971ff)

2024-05-08 Thread pingww
This is an automated email from the ASF dual-hosted git repository. pingww pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git from 4331ec4 Merge pull request #238 from zzjcool/feat/on-ssl-cert-change add 549d006 feat: add connections_

(rocketmq-mqtt) 01/01: Merge pull request #269 from yx9o/dev-266

2024-05-08 Thread pingww
This is an automated email from the ASF dual-hosted git repository. pingww pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git commit 04971ffb3a259e51d9cc7709c57cf9a5281496aa Merge: 4331ec4 549d006 Author: pingww AuthorDate: Thu May 9 10:33:12 20

Re: [PR] [ISSUE #8058] Support for upgrading metadata in json to rocksdb [rocketmq]

2024-05-08 Thread via GitHub
lizhimins commented on code in PR #8081: URL: https://github.com/apache/rocketmq/pull/8081#discussion_r1594894709 ## broker/src/main/java/org/apache/rocketmq/broker/RocksDBConfigManager.java: ## @@ -62,6 +81,44 @@ public boolean load(String configFilePath, BiConsumer biConsumer

Re: [I] [Bug] Build Failure for UT/Checkstyle on branch develop_mqtt5.0 [rocketmq-mqtt]

2024-05-08 Thread via GitHub
YxAc closed issue #264: [Bug] Build Failure for UT/Checkstyle on branch develop_mqtt5.0 URL: https://github.com/apache/rocketmq-mqtt/issues/264 -- 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 sp

Re: [I] [Bug] The lettuce log appears in rocketmq_client.log, although rocketmq does not use this package, but why lettuce logs will be output to rocketmq_client.log? lettuce package when redis topolo

2024-05-08 Thread via GitHub
leizhiyuan commented on issue #8111: URL: https://github.com/apache/rocketmq/issues/8111#issuecomment-2101850832 org.apache.rocketmq.client.log.ClientLogger set -Drocketmq.client.logUseSlf4j=true and try again -- This is an automated message from the Apache Git Service.

[PR] fix bug: PULL_EVENT not create when PULL_SUCCESS [rocketmq-mqtt]

2024-05-08 Thread via GitHub
DongyuanPan opened a new pull request, #270: URL: https://github.com/apache/rocketmq-mqtt/pull/270 close #255 -- 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 unsubscrib

Re: [PR] fix bug: PULL_EVENT not create when PULL_SUCCESS [rocketmq-mqtt]

2024-05-08 Thread via GitHub
pingww merged PR #270: URL: https://github.com/apache/rocketmq-mqtt/pull/270 -- 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

(rocketmq-mqtt) branch develop updated (04971ff -> 3529891)

2024-05-08 Thread pingww
This is an automated email from the ASF dual-hosted git repository. pingww pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git from 04971ff Merge pull request #269 from yx9o/dev-266 add beba2a0 fix bug: PULL_EVENT not create when PULL_

(rocketmq-mqtt) 01/01: Merge pull request #270 from DongyuanPan/develop

2024-05-08 Thread pingww
This is an automated email from the ASF dual-hosted git repository. pingww pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git commit 352989167907c8ec81670064b8f89261c3e2123f Merge: 04971ff 727a476 Author: pingww AuthorDate: Thu May 9 11:16:47 20

Re: [PR] [ISSUE #8046] Fix authentication context build for no extFields [rocketmq]

2024-05-08 Thread via GitHub
lizhimins merged PR #8102: URL: https://github.com/apache/rocketmq/pull/8102 -- 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

(rocketmq) branch develop updated: [ISSUE #8046] Fix authentication context build for no extFields (#8102)

2024-05-08 Thread lizhimin
This is an automated email from the ASF dual-hosted git repository. lizhimin 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 89c1509014 [ISSUE #8046] Fix authenticatio

Re: [I] [Bug] Fix authentication context build for no extFields [rocketmq]

2024-05-08 Thread via GitHub
lizhimins closed issue #8046: [Bug] Fix authentication context build for no extFields URL: https://github.com/apache/rocketmq/issues/8046 -- 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

[GH] (rocketmq): Workflow run "PUSH-CI" failed!

2024-05-08 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: 89c1509014b15c2ce91161356cf09a18c945a926 / dingshuangxi888 [ISSUE #8046] Fix authentication context build for no extFields (#8102) Report URL: https

[I] springboot3.1.7 version can`t consum message [rocketmq]

2024-05-08 Thread via GitHub
kliein opened a new issue, #8112: URL: https://github.com/apache/rocketmq/issues/8112 ### 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 hav

[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!

2024-05-08 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: 89c1509014b15c2ce91161356cf09a18c945a926 / dingshuangxi888 [ISSUE #8046] Fix authentication context build for no extFields (#81

[PR] [ISSUE #266]: add metrics for topic dimension read and write msg size [rocketmq-mqtt]

2024-05-08 Thread via GitHub
yx9o opened a new pull request, #271: URL: https://github.com/apache/rocketmq-mqtt/pull/271 Add metrics for topic dimension read and write msg size. https://github.com/apache/rocketmq-mqtt/assets/12792261/832fc52b-5069-40e9-aacd-a689e85a17a0";> -- This is an automated message fr

Re: [I] [Bug] 5.1版本的 启动Broker+Proxy 模式启动后直接占用了8080端口,导致RocketMQ Dashboard无法启动 [rocketmq]

2024-05-08 Thread via GitHub
kliein commented on issue #7185: URL: https://github.com/apache/rocketmq/issues/7185#issuecomment-2102039170 你不会给控制台换个端口? -- 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