Re: [PR] [ISSUE #7710] Handle blank string for UtilAll#split to fix the bugs of ACL [rocketmq]

2024-01-02 Thread via GitHub
Qinglong-Lee commented on code in PR #7712: URL: https://github.com/apache/rocketmq/pull/7712#discussion_r1439223009 ## common/src/main/java/org/apache/rocketmq/common/UtilAll.java: ## @@ -31,13 +31,7 @@ import java.text.NumberFormat; import java.text.ParseException; import j

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

2024-01-02 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user Qinglong-Lee (triggered by yuz10). Head commit for run: 5a821428eaff857a103058f007bf9787bf2a9227 / liqinglong Handle blank string for UtilAll#split Report URL: https://github.com/a

Re: [PR] [ISSUE #660] Add namespace in java client [rocketmq-clients]

2024-01-02 Thread via GitHub
aaron-ai commented on code in PR #661: URL: https://github.com/apache/rocketmq-clients/pull/661#discussion_r1439251278 ## java/client-apis/pom.xml: ## @@ -34,5 +34,9 @@ com.google.guava guava + +org.apache.commons +

[GH] (rocketmq-clients): Workflow run "Build" is working again!

2024-01-02 Thread GitBox
The GitHub Actions job "Build" on rocketmq-clients.git has succeeded. Run started by GitHub user glcrazier (triggered by aaron-ai). Head commit for run: 22c0da88fac1f58c1f691304936a168fdd915dfd / qipingluo remove TokioRwLock name Report URL: https://github.com/apache/rocketmq-clients/actions/r

Re: [PR] [ISSUE #7710] Handle blank string for UtilAll#split to fix the bugs of ACL [rocketmq]

2024-01-02 Thread via GitHub
RongtongJin merged PR #7712: URL: https://github.com/apache/rocketmq/pull/7712 -- 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

Re: [I] [Bug] Deleting the last item problem of the ACL topic/group perms or the global white list caused by the UtilAll#split func flaw [rocketmq]

2024-01-02 Thread via GitHub
RongtongJin closed issue #7710: [Bug] Deleting the last item problem of the ACL topic/group perms or the global white list caused by the UtilAll#split func flaw URL: https://github.com/apache/rocketmq/issues/7710 -- This is an automated message from the Apache Git Service. To respond to the m

(rocketmq) branch develop updated: [ISSUE #7710] Handle blank string for UtilAll#split to fix the bugs of ACL

2024-01-02 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 806454bc5e [ISSUE #7710] Handle blank s

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

2024-01-02 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: 806454bc5e29d2f157cde99bdb082f94cdb377fa / Qinglong-Lee [ISSUE #7710] Handle blank string for UtilAll#split to fix the bugs

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

2024-01-02 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: 806454bc5e29d2f157cde99bdb082f94cdb377fa / Qinglong-Lee [ISSUE #7710] Handle blank string for UtilAll#split to fix the bugs of ACL Co-authored-by

[I] [Bug] MQFaultStrategy will send to wrong broker even when it is not writable [rocketmq]

2024-01-02 Thread via GitHub
leizhiyuan opened a new issue, #7713: URL: https://github.com/apache/rocketmq/issues/7713 ### 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

Re: [PR] [ISSUE #7699] Add namespace v2 in client [rocketmq]

2024-01-02 Thread via GitHub
lizhanhui commented on code in PR #7700: URL: https://github.com/apache/rocketmq/pull/7700#discussion_r1439427835 ## broker/src/main/java/org/apache/rocketmq/broker/out/BrokerOuterAPI.java: ## @@ -1377,7 +1377,7 @@ public CompletableFuture pullMessageFromSpecificBrokerAsync(Str

[I] [Bug] Update Bazel toolchain to make continuous integration pipeline work [rocketmq]

2024-01-02 Thread via GitHub
bazelisky opened a new issue, #7715: URL: https://github.com/apache/rocketmq/issues/7715 ### 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

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

2024-01-02 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user bazelisky (triggered by lizhanhui). Head commit for run: b5947d1090bbdecb70a939ea047862d36693a1f0 / Bazelisky Update bazel toolchain Signed-off-by: Bazelisky Report URL: https://gith

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

2024-01-02 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user bazelisky (triggered by bazelisky). Head commit for run: 806454bc5e29d2f157cde99bdb082f94cdb377fa / Qinglong-Lee [ISSUE #7710] Handle blank string for UtilAll#split to fix the bugs of ACL

[PR] WIP: [ISSUE #7713] MQFaultStrategy check queue if writable [rocketmq]

2024-01-02 Thread via GitHub
leizhiyuan opened a new pull request, #7716: URL: https://github.com/apache/rocketmq/pull/7716 ### Which Issue(s) This PR Fixes Fixes #7713 ### Brief Description fix: MQFaultStrategy check queue if writable, and do not change MessageQueue itself

Re: [PR] [ISSUE #7713] MQFaultStrategy check queue if writable [rocketmq]

2024-01-02 Thread via GitHub
leizhiyuan commented on PR #7716: URL: https://github.com/apache/rocketmq/pull/7716#issuecomment-1874708111 cc @glcrazier -- 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

Re: [I] Add addtional action to repository [rocketmq-operator]

2024-01-02 Thread via GitHub
caigy commented on issue #206: URL: https://github.com/apache/rocketmq-operator/issues/206#issuecomment-1874768299 @drivebyer It seems those limits are set by Apache. Similar problems are encountered in other communities: - https://github.com/apache/shardingsphere-on-cloud/issues/71

Re: [PR] [ISSUE #7699] Add namespace v2 in client [rocketmq]

2024-01-02 Thread via GitHub
drpmma commented on code in PR #7700: URL: https://github.com/apache/rocketmq/pull/7700#discussion_r1440093921 ## broker/src/main/java/org/apache/rocketmq/broker/out/BrokerOuterAPI.java: ## @@ -1377,7 +1377,7 @@ public CompletableFuture pullMessageFromSpecificBrokerAsync(String

Re: [PR] [ISSUE #7699] Add namespace v2 in client [rocketmq]

2024-01-02 Thread via GitHub
drpmma commented on code in PR #7700: URL: https://github.com/apache/rocketmq/pull/7700#discussion_r1440094011 ## broker/src/main/java/org/apache/rocketmq/broker/out/BrokerOuterAPI.java: ## @@ -1377,7 +1377,7 @@ public CompletableFuture pullMessageFromSpecificBrokerAsync(String

[I] 订阅关系与订阅关系一致 [rocketmq]

2024-01-02 Thread via GitHub
blpwa opened a new issue, #7717: URL: https://github.com/apache/rocketmq/issues/7717 ### Search before creation - [X] I had searched in the [issues](https://github.com/apache/rocketmq/issues) and found no similar issues. ### Documentation Related 订阅关系 ![image](ht

[I] [Bug] 使用的rocketmq-client客户端,在github action中不消费或消费慢 [rocketmq-clients]

2024-01-02 Thread via GitHub
daizhenyu opened a new issue, #664: URL: https://github.com/apache/rocketmq-clients/issues/664 ### 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/discussions).

Re: [I] [Bug] 使用的rocketmq-client客户端,在github action中不消费或消费慢 [rocketmq-clients]

2024-01-02 Thread via GitHub
aaron-ai commented on issue #664: URL: https://github.com/apache/rocketmq-clients/issues/664#issuecomment-1874957426 The client you mentioned does not belong to this repo, @daizhenyu move issue to https://github.com/apache/rocketmq/issues please... -- This is an automated message from th

[I] [Bug] In RocketMQ, when the client producer is using a proxy proxy, the message will be sent with an exception error [rocketmq]

2024-01-02 Thread via GitHub
lijie123bes opened a new issue, #7718: URL: https://github.com/apache/rocketmq/issues/7718 ### 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]