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

2024-04-02 Thread GitBox
The GitHub Actions job "Build" on rocketmq-clients.git has succeeded. Run started by GitHub user glcrazier (triggered by glcrazier). Head commit for run: 8111f1d6bcc1c513054c49ed1d704620834aa461 / qipingluo fix lifetime issue Report URL: https://github.com/apache/rocketmq-clients/actions/runs/

Re: [PR] [rust]sync topic route every 30 seconds [rocketmq-clients]

2024-04-02 Thread via GitHub
glcrazier commented on PR #719: URL: https://github.com/apache/rocketmq-clients/pull/719#issuecomment-2031259797 > @glcrazier CI failed to pass fixed now. -- 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: [I] [Bug] VM option 'UseG1GC' must be enabled via -XX:+UnlockExperimentalVMOptions in JDK 1.8 [rocketmq]

2024-04-02 Thread via GitHub
engineerping commented on issue #7996: URL: https://github.com/apache/rocketmq/issues/7996#issuecomment-2031312291 Thank you for your response, fine, the details are shown below : 1. After I followed the instructions in bin/runbroker.sh to check the JAVA_MAJOR_VERSION, the result is "8

Re: [I] 5.1.0 版本开启了acl,但是客户端错误账号也可以访问 [rocketmq]

2024-04-02 Thread via GitHub
MmringZee commented on issue #6768: URL: https://github.com/apache/rocketmq/issues/6768#issuecomment-2031332681 想问一下你测试过使用的是conf/plain_acl.yml还是conf/acl/plain_acl.yml吗? 我之前在4.9.8的版本里发现使用mqadmin updateAclConfig 会更改conf/plain_acl.yml里的内容,并不会更改conf/acl/plain_acl.yml的内容,但如果没有创建acl目录broker.log

Re: [I] [Bug] VM option 'UseG1GC' must be enabled via -XX:+UnlockExperimentalVMOptions in JDK 1.8 [rocketmq]

2024-04-02 Thread via GitHub
ltamber commented on issue #7996: URL: https://github.com/apache/rocketmq/issues/7996#issuecomment-2031877226 I have tried to reproduce it on M1 Macbook and still had no issues, it might be specific to certain JDK versions ? ![image](https://github.com/apache/rocketmq/assets/5679413/c025

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

2024-04-02 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user wyyl1 (triggered by wyyl1). Head commit for run: 88e644756bab0ebc01feba53483d831d477f0627 / Zhouxiang Zhan [ISSUE #7988] Refector client trace (#7989) * [ISSUE #7988] Refector client trac

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

2024-04-02 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user wyyl1 (triggered by wyyl1). Head commit for run: 23c5fa942324e6e7cd4ad8dcb4b97fc18bf53d5a / wyyl1 <289460...@qq.com> Merge branch 'apache:develop' into develop Report URL: https://githu

Re: [I] [Bug] VM option 'UseG1GC' must be enabled via -XX:+UnlockExperimentalVMOptions in JDK 1.8 [rocketmq]

2024-04-02 Thread via GitHub
engineerping commented on issue #7996: URL: https://github.com/apache/rocketmq/issues/7996#issuecomment-2032163677 Thank you, I will try Oracle JDK 1.8.0_291 on my laptop -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] [Bug] VM option 'UseG1GC' must be enabled via -XX:+UnlockExperimentalVMOptions in JDK 1.8 [rocketmq]

2024-04-02 Thread via GitHub
engineerping commented on issue #7996: URL: https://github.com/apache/rocketmq/issues/7996#issuecomment-2032461096 When I test RocketMQ 5.2.0 with Oracle JDK 1.8.0_291 on my M1 laptop, I got a new Error : Unrecognized VM option 'UseBiasedLocking', but it works well in your side, this is con

Re: [I] [Bug] VM option 'UseG1GC' must be enabled via -XX:+UnlockExperimentalVMOptions in JDK 1.8 [rocketmq]

2024-04-02 Thread via GitHub
engineerping commented on issue #7996: URL: https://github.com/apache/rocketmq/issues/7996#issuecomment-2032756932 Yeah, This issue occurs on specific JDK versions: 1. Running With Oracle JDK 1.8.0_**2**91, there is no problem https://github.com/apache/rocketmq/assets/47186985/b3f57742-

Re: [I] Fixed repeatedly adding system topics to SYSTEM_TOPIC_SET [rocketmq]

2024-04-02 Thread via GitHub
github-actions[bot] commented on issue #5952: URL: https://github.com/apache/rocketmq/issues/5952#issuecomment-2033307311 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] [ISSUE #6505] Fix the incorrect incremental epoch when autoSwitch ha. [rocketmq]

2024-04-02 Thread via GitHub
github-actions[bot] commented on PR #6506: URL: https://github.com/apache/rocketmq/pull/6506#issuecomment-2033307196 This PR 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. If you wish not to mark it as stale, pleas

Re: [PR] [ISSUE #6187] Avoid unnecessary retries when an acl fails [rocketmq]

2024-04-02 Thread via GitHub
github-actions[bot] commented on PR #6188: URL: https://github.com/apache/rocketmq/pull/6188#issuecomment-2033307277 This PR 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. If you wish not to mark it as stale, pleas

[I] how to add authority for mqadmin command [rocketmq]

2024-04-02 Thread via GitHub
l36t opened a new issue, #7998: URL: https://github.com/apache/rocketmq/issues/7998 ### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary For security season,I want t

[PR] Support Topic Alias, User Properties, ContentType and payloadFormatIndicator [rocketmq-mqtt]

2024-04-02 Thread via GitHub
DongyuanPan opened a new pull request, #254: URL: https://github.com/apache/rocketmq-mqtt/pull/254 #253 -- 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-m