[GitHub] [rocketmq-client-cpp] huangwjwork opened a new issue, #453: consumer Exception zlib error

2023-08-26 Thread via GitHub


huangwjwork opened a new issue, #453:
URL: https://github.com/apache/rocketmq-client-cpp/issues/453

   I use  python client (https://github.com/apache/rocketmq-client-python) to 
call rocketmq-client-cpp ,and when I consumer some messages,I get that:
   
   terminate called  ater throwing an instance of 
'boost::exception_detail::clone_impl>'
   what(): zlib error
   
   my env:
   
   os rhel7.9
   kernle:3.10.0-1160
   clinet: rocketmq-client-cpp-2.1.0 rocketmq-client-cpp-2.0.0 (Both versions 
have this issue)
   
   


-- 
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.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [rocketmq] frinda opened a new issue, #7263: [Bug] The consumption offset data of the subscription group cannot be deleted synchronously on the standby node.

2023-08-26 Thread via GitHub


frinda opened a new issue, #7263:
URL: https://github.com/apache/rocketmq/issues/7263

   ### 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 have searched the [GitHub 
Issues](https://github.com/apache/rocketmq/issues) and [GitHub 
Discussions](https://github.com/apache/rocketmq/discussions)  of this 
repository and believe that this is not a duplicate.
   
   - [X] I have confirmed that this bug belongs to the current repository, not 
other repositories of RocketMQ.
   
   
   ### Runtime platform environment
   
   SUSE Linux Enterprise Server 12 SP5
   
   ### RocketMQ version
   
   develop|4.9.x
   
   ### JDK Version
   
   JDK 1.8.0_372
   
   ### Describe the Bug
   
   In active/standby mode, when I run the mqadmin deleteSubGroup -b xxx -t xxx 
-r true command to delete a subscribed consumer group, the -r parameter is set 
to true, indicating that the message offset data of the subscribed consumer 
group is deleted synchronously, but the consumption offset data of the 
subscribed consumer group on the standby node cannot be deleted synchronously.
   
   ### Steps to Reproduce
   
   1. Deploying the active/standby Mode Environment
   2. Send and consume messages with the topic test001 in push mode at the same 
time, run a while(About two or five minutes)
   3. stop producer and consumer, run command ‘mqadmin deleteSubGroup -b xxx 
-test001 -r true’ to delete the subscribed consumer group
   
   ### What Did You Expect to See?
   
   The persistent group consumption offset of topic ‘test001’ still exists on 
the standby node.
   
   ### What Did You See Instead?
   
   The persistent group consumption offset of topic ‘test001’ on the standby 
node is deleted, which is the same as that on the active node.
   
   ### Additional Context
   
   _No response_


-- 
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.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [rocketmq] frinda opened a new issue, #7264: [Bug] when I delete unused topic, topic consume queue on the standby node is not deleted synchronously

2023-08-26 Thread via GitHub


frinda opened a new issue, #7264:
URL: https://github.com/apache/rocketmq/issues/7264

   ### 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 have searched the [GitHub 
Issues](https://github.com/apache/rocketmq/issues) and [GitHub 
Discussions](https://github.com/apache/rocketmq/discussions)  of this 
repository and believe that this is not a duplicate.
   
   - [X] I have confirmed that this bug belongs to the current repository, not 
other repositories of RocketMQ.
   
   
   ### Runtime platform environment
   
   SUSE Linux Enterprise Server 12 SP5
   
   ### RocketMQ version
   
   develop|4.9.x
   
   ### JDK Version
   
   JDK 1.8.0_372
   
   ### Describe the Bug
   
   In active/standby mode, when I run command 'mqadmin deleteTopic -b xxx -t 
xxx'  to delete unused topic,  topic consume queue on the standby node is not 
deleted synchronously
   
   ### Steps to Reproduce
   
   1. Deploying the active/standby Mode Environment
   2. Send and consume messages with the topic 'test001'  in push mode at the 
same time, run a while(About two or five minutes)
   3. stop producer and consumer, run command ‘mqadmin deleteTopic -b xxx 
-test001’ to delete topic 'test001'
   
   ### What Did You Expect to See?
   
   topic consume queue on the standby node is still exist.
   
![image](https://github.com/apache/rocketmq/assets/9562305/159678e4-044a-4c50-84fc-a8f98f3eb2b2)
   
   
   ### What Did You See Instead?
   
   Delete all the information about this topic from the active/standby.
   
   ### Additional Context
   
   _No response_


-- 
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.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [rocketmq] joeCarf opened a new issue, #7265: [Enhancement] Add document for Debugging RocketMQ in Idea

2023-08-26 Thread via GitHub


joeCarf opened a new issue, #7265:
URL: https://github.com/apache/rocketmq/issues/7265

   ### Before Creating the Enhancement Request
   
   - [X] I have confirmed that this should be classified as an enhancement 
rather than a bug/feature.
   
   
   ### Summary
   
   So far, it seems that there is no document for developers to start and debug 
rocketmq in Idea, which is necessary for contributors or anyone who wants to 
read source code. 
   
   ### Motivation
   
   The idea is very common in Java programming, adding a document for debugging 
rocketmq locally is necessary.
   
   ### Describe the Solution You'd Like
   
   Add a document of steps to debug in Idea
   
   ### Describe Alternatives You've Considered
   
   null
   
   ### Additional Context
   
   _No response_


-- 
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.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [rocketmq] joeCarf opened a new pull request, #7266: [ISSUE 7265] Doc: Adding how to debug in Idea document

2023-08-26 Thread via GitHub


joeCarf opened a new pull request, #7266:
URL: https://github.com/apache/rocketmq/pull/7266

   
   
   ### Which Issue(s) This PR Fixes
   
   
   
   Fixes #7265 
   
   ### Brief Description
   Adding how to debug rocketmq in Idea document
   
   
   
   ### How Did You Test This Change?
   no need to test
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

2023-08-26 Thread GitBox


The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed.
Run started by GitHub user joeCarf (triggered by joeCarf).

Head commit for run:
5f6dc90f9dab35809fcb0407d4d5cc2737d2335e / Ziyi Tan 
[ISSUE #7250] Beautify command rocksDBConfigToJson output 

Co-authored-by: Ziy1-Tan 

Report URL: https://github.com/apache/rocketmq/actions/runs/5984272893

With regards,
GitHub Actions via GitBox



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

2023-08-26 Thread GitBox


The GitHub Actions job "Coverage" on rocketmq.git has succeeded.
Run started by GitHub user joeCarf (triggered by joeCarf).

Head commit for run:
94bfb48164b664f8c7edea7f678d61c1e992c0c3 / Ao Qiao 
Merge branch 'apache:develop' into develop

Report URL: https://github.com/apache/rocketmq/actions/runs/5984254328

With regards,
GitHub Actions via GitBox



[GitHub] [rocketmq] codecov-commenter commented on pull request #7266: [ISSUE 7265] Doc: Adding how to debug in Idea document

2023-08-26 Thread via GitHub


codecov-commenter commented on PR #7266:
URL: https://github.com/apache/rocketmq/pull/7266#issuecomment-1694255088

   ## 
[Codecov](https://app.codecov.io/gh/apache/rocketmq/pull/7266?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 Report
   > Merging 
[#7266](https://app.codecov.io/gh/apache/rocketmq/pull/7266?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 (94bfb48) into 
[develop](https://app.codecov.io/gh/apache/rocketmq/commit/5f6dc90f9dab35809fcb0407d4d5cc2737d2335e?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 (5f6dc90) will **increase** coverage by `0.05%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@  Coverage Diff  @@
   ## develop#7266  +/-   ##
   =
   + Coverage  42.61%   42.66%   +0.05% 
   - Complexity  9415 9421   +6 
   =
 Files   1152 1152  
 Lines  8235582355  
 Branches   1072310723  
   =
   + Hits   3509335137  +44 
   + Misses 4288642844  -42 
   + Partials4376 4374   -2 
   ```
   
   
   [see 13 files with indirect coverage 
changes](https://app.codecov.io/gh/apache/rocketmq/pull/7266/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD 
build times. [Learn 
more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [rocketmq] RapperCL opened a new issue, #7267: [Bug] Abnormal judgment conditions after failure to obtain semaphores before sending a request

2023-08-26 Thread via GitHub


RapperCL opened a new issue, #7267:
URL: https://github.com/apache/rocketmq/issues/7267

   ### 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 have searched the [GitHub 
Issues](https://github.com/apache/rocketmq/issues) and [GitHub 
Discussions](https://github.com/apache/rocketmq/discussions)  of this 
repository and believe that this is not a duplicate.
   
   - [X] I have confirmed that this bug belongs to the current repository, not 
other repositories of RocketMQ.
   
   
   ### Runtime platform environment
   
   window 10
   
   ### RocketMQ version
   
   develop(5.1.3)
   
   ### JDK Version
   
   JDK 1.8.0_372
   
   ### Describe the Bug
   
   Condition judgment error
   code path: 
org.apache.rocketmq.remoting.netty.NettyRemotingAbstract#invokeAsyncImpl
   When obtaining semaphore resource timeout, if the timeout <= 0, then a 
timeout exception should be thrown , otherwise a invoke that is too fast 
exception will be thrown.
   
![image](https://github.com/apache/rocketmq/assets/44110731/64853ac8-9541-4ffc-a0b9-af8e396d20b6)
   
   
   ### Steps to Reproduce
   
   Code level defects
   
   ### What Did You Expect to See?
   
   When obtaining semaphore resource timeout, if the timeout <= 0, then a 
timeout exception should be thrown , otherwise a invoke that is too fast 
exception will be thrown.
   
   ### What Did You See Instead?
   
   When obtaining semaphore resource timeout, if the timeout <= 0, then a a 
invoke that is too fast exception  be thrown , otherwise a timeout exception be 
thrown.
   
   ### Additional Context
   
   _No response_


-- 
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.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

2023-08-26 Thread GitBox


The GitHub Actions job "Coverage" on rocketmq.git has failed.
Run started by GitHub user RapperCL (triggered by RapperCL).

Head commit for run:
b4332c470794c665b97fcb9bc949d484e484f833 / PiteXChen <775523...@qq.com>
Condition judgment optimization

Report URL: https://github.com/apache/rocketmq/actions/runs/5985638535

With regards,
GitHub Actions via GitBox



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

2023-08-26 Thread GitBox


The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed.
Run started by GitHub user RapperCL (triggered by RapperCL).

Head commit for run:
5f6dc90f9dab35809fcb0407d4d5cc2737d2335e / Ziyi Tan 
[ISSUE #7250] Beautify command rocksDBConfigToJson output 

Co-authored-by: Ziy1-Tan 

Report URL: https://github.com/apache/rocketmq/actions/runs/5985647152

With regards,
GitHub Actions via GitBox



[GitHub] [rocketmq] github-actions[bot] closed issue #4840: In HA mode, the master is down and cannot be consumed from the slave

2023-08-26 Thread via GitHub


github-actions[bot] closed issue #4840: In HA mode, the master is down and 
cannot be consumed from the slave 
URL: https://github.com/apache/rocketmq/issues/4840


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [rocketmq] github-actions[bot] commented on issue #4812: Failover questions when the client sends asynchronously

2023-08-26 Thread via GitHub


github-actions[bot] commented on issue #4812:
URL: https://github.com/apache/rocketmq/issues/4812#issuecomment-1694527603

   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 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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [rocketmq] github-actions[bot] closed issue #4812: Failover questions when the client sends asynchronously

2023-08-26 Thread via GitHub


github-actions[bot] closed issue #4812: Failover questions when the client 
sends asynchronously
URL: https://github.com/apache/rocketmq/issues/4812


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [rocketmq] github-actions[bot] closed issue #4800: Should need change broker role immediately when broker inactive?

2023-08-26 Thread via GitHub


github-actions[bot] closed issue #4800: Should need change broker role 
immediately when broker inactive?
URL: https://github.com/apache/rocketmq/issues/4800


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [rocketmq] github-actions[bot] commented on issue #4771: In HA mode, if you do not truncate consumerOffsetMap, it may cause a bug

2023-08-26 Thread via GitHub


github-actions[bot] commented on issue #4771:
URL: https://github.com/apache/rocketmq/issues/4771#issuecomment-1694527611

   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 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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [rocketmq] github-actions[bot] closed issue #4771: In HA mode, if you do not truncate consumerOffsetMap, it may cause a bug

2023-08-26 Thread via GitHub


github-actions[bot] closed issue #4771: In HA mode, if you do not truncate 
consumerOffsetMap, it may cause a bug
URL: https://github.com/apache/rocketmq/issues/4771


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

2023-08-26 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:
5f6dc90f9dab35809fcb0407d4d5cc2737d2335e / Ziyi Tan 
[ISSUE #7250] Beautify command rocksDBConfigToJson output 

Co-authored-by: Ziy1-Tan 

Report URL: https://github.com/apache/rocketmq/actions/runs/5987755607

With regards,
GitHub Actions via GitBox



[GitHub] [rocketmq-e2e] Zintoki closed pull request #49: cpp4.x client test

2023-08-26 Thread via GitHub


Zintoki closed pull request #49: cpp4.x client test
URL: https://github.com/apache/rocketmq-e2e/pull/49


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [rocketmq] RapperCL commented on pull request #7268: [ISSUE #7267]fix : Failed to obtain semaphore before sending request and threw an error exception

2023-08-26 Thread via GitHub


RapperCL commented on PR #7268:
URL: https://github.com/apache/rocketmq/pull/7268#issuecomment-1694558898

   > @jimjag Please link this pr to issue
   
   Okay


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [rocketmq-e2e] Zintoki opened a new pull request, #50: finish rocketmq cpp 4.x test(client cluster filter server pull)

2023-08-26 Thread via GitHub


Zintoki opened a new pull request, #50:
URL: https://github.com/apache/rocketmq-e2e/pull/50

   ## Brief changelog
   
   Added the test content for the cpp4.x client
   
   ## Verifying this change
   
   Content:
   
- [x] Test some Settings of 4.x client message, pushconsumer, pullconsumer 
and producer
- [x] Test Clust, single producer, multiple pushconsumer reception
- [x] Test the Tag, and find the relevant information content through the 
tag
- [x] Test the pullconsumer (message ACK, and message NACK)
- [x] Test four kinds of messages , delay messages, normal messages, order 
messages, and transaction messages


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

2023-08-26 Thread GitBox


The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed.
Run started by GitHub user RapperCL (triggered by RapperCL).

Head commit for run:
5f6dc90f9dab35809fcb0407d4d5cc2737d2335e / Ziyi Tan 
[ISSUE #7250] Beautify command rocksDBConfigToJson output 

Co-authored-by: Ziy1-Tan 

Report URL: https://github.com/apache/rocketmq/actions/runs/5989048058

With regards,
GitHub Actions via GitBox



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

2023-08-26 Thread GitBox


The GitHub Actions job "Coverage" on rocketmq.git has succeeded.
Run started by GitHub user RapperCL (triggered by RapperCL).

Head commit for run:
4589ea6073e0a68c453e64b1945436aec311e3cd / PiteXChen <775523...@qq.com>
Condition judgment optimization

Report URL: https://github.com/apache/rocketmq/actions/runs/5989035807

With regards,
GitHub Actions via GitBox



[GitHub] [rocketmq] codecov-commenter commented on pull request #7268: [ISSUE #7267]fix : Failed to obtain semaphore before sending request and threw an error exception

2023-08-26 Thread via GitHub


codecov-commenter commented on PR #7268:
URL: https://github.com/apache/rocketmq/pull/7268#issuecomment-1694576098

   ## 
[Codecov](https://app.codecov.io/gh/apache/rocketmq/pull/7268?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 Report
   > Merging 
[#7268](https://app.codecov.io/gh/apache/rocketmq/pull/7268?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 (4589ea6) into 
[develop](https://app.codecov.io/gh/apache/rocketmq/commit/5f6dc90f9dab35809fcb0407d4d5cc2737d2335e?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 (5f6dc90) will **decrease** coverage by `0.01%`.
   > The diff coverage is `0.00%`.
   
   ```diff
   @@  Coverage Diff  @@
   ## develop#7268  +/-   ##
   =
   - Coverage  42.61%   42.61%   -0.01% 
   + Complexity  9415 9414   -1 
   =
 Files   1152 1152  
 Lines  8235582355  
 Branches   1072310723  
   =
   - Hits   3509335092   -1 
   + Misses 4288642884   -2 
   - Partials4376 4379   +3 
   ```
   
   
   | [Files 
Changed](https://app.codecov.io/gh/apache/rocketmq/pull/7268?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | Coverage Δ | |
   |---|---|---|
   | 
[...rocketmq/remoting/netty/NettyRemotingAbstract.java](https://app.codecov.io/gh/apache/rocketmq/pull/7268?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-cmVtb3Rpbmcvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3JvY2tldG1xL3JlbW90aW5nL25ldHR5L05ldHR5UmVtb3RpbmdBYnN0cmFjdC5qYXZh)
 | `51.60% <0.00%> (ø)` | |
   
   ... and [12 files with indirect coverage 
changes](https://app.codecov.io/gh/apache/rocketmq/pull/7268/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD 
build times. [Learn 
more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org