Re: [PR] fix dockerfile base image manifest unknown [rocketmq-exporter]

2024-05-26 Thread via GitHub


francisoliverlee commented on PR #167:
URL: 
https://github.com/apache/rocketmq-exporter/pull/167#issuecomment-2132697449

   thank you to fix this important issue.
   and there still 2 fix should be done
   1. add final name in pom.xml in build tag
   2. `ADD rocketmq-exporter-0.0.2-SNAPSHOT-exec.jar rocketmq-exporter.jar` in 
docker file must depends on final-name in pom.xml


-- 
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



Re: [I] how to Get message backlog? [rocketmq-exporter]

2024-05-26 Thread via GitHub


francisoliverlee commented on issue #168:
URL: 
https://github.com/apache/rocketmq-exporter/issues/168#issuecomment-2132682499

   please show all your metric names


-- 
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



Re: [I] 服务器环境下启动异常 [rocketmq-exporter]

2024-05-26 Thread via GitHub


francisoliverlee commented on issue #169:
URL: 
https://github.com/apache/rocketmq-exporter/issues/169#issuecomment-2132677885

   your error means connect namesrv fail. update your namesrv and try again.
   or check the log in ~/logs/rocketmqlogs/rocketmq_client.log


-- 
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



Re: [I] 编译失败 [rocketmq-exporter]

2024-05-26 Thread via GitHub


francisoliverlee commented on issue #170:
URL: 
https://github.com/apache/rocketmq-exporter/issues/170#issuecomment-2132676249

   i `mvn clean package` on latest git master, and build success.
   please privide your
   1. git branch
   2. build command
   


-- 
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



[PR] Add Docker-Compose deployment method to QuickStart guide for Version 5.x [rocketmq-site]

2024-05-26 Thread via GitHub


kaxiya1021 opened a new pull request, #647:
URL: https://github.com/apache/rocketmq-site/pull/647

   ## What is the purpose of the change
   
   The purpose of this change is to enhance the QuickStart guide by adding a 
Docker-Compose deployment method specifically tailored for RocketMQ Version 5.x.
   


-- 
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



[PR] Add Docker deployment method to QuickStart guide for Version 5.x [rocketmq-site]

2024-05-26 Thread via GitHub


Cindy0802 opened a new pull request, #646:
URL: https://github.com/apache/rocketmq-site/pull/646

   ## What is the purpose of the change
   
   The purpose of this change is to enhance the QuickStart guide by adding a 
Docker deployment method specifically tailored for RocketMQ Version 5.x
   
   ## Brief changelog
   
   Add Docker deployment method to QuickStart guide for Version 5.x


-- 
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



[PR] Add Docker deployment method to QuickStart guide for Version 4.x [rocketmq-site]

2024-05-26 Thread via GitHub


kaxiya1021 opened a new pull request, #645:
URL: https://github.com/apache/rocketmq-site/pull/645

   ## What is the purpose of the change
   
   The purpose of this change is to enhance the QuickStart guide by adding a 
Docker deployment method specifically tailored for RocketMQ Version 4.x.
   


-- 
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



[PR] producer check msg body [rocketmq-client-go]

2024-05-26 Thread via GitHub


woaishixiaoxiao opened a new pull request, #1142:
URL: https://github.com/apache/rocketmq-client-go/pull/1142

   ## What is the purpose of the change
   producer should check msg body like java sdk
   
   ## Brief changelog
   
   producer check msg
   
   ## Verifying this change
   
   
   
   Follow this checklist to help us incorporate your contribution quickly and 
easily. Notice, `it would be helpful if you could finish the following 5 
checklist(the last one is not necessary)before request the community to review 
your PR`.
   
   - [x] Make sure there is a [Github 
issue](https://github.com/apache/rocketmq/issues) filed for the change (usually 
before you start working on it). Trivial changes like typos do not require a 
Github issue. Your pull request should address just this issue, without pulling 
in other changes - one PR resolves one issue. 
   - [x] Format the pull request title like `[ISSUE #123] Fix UnknownException 
when host config not exist`. Each commit in the pull request should have a 
meaningful subject line and body.
   - [x] Write a pull request description that is detailed enough to understand 
what the pull request does, how, and why.
   - [x] Write necessary unit-test(over 80% coverage) to verify your logic 
correction, more mock a little better when a cross-module dependency exists.
   - [ ] If this contribution is large, please file an [Apache Individual 
Contributor License Agreement](http://www.apache.org/licenses/#clas).
   


-- 
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



[PR] Add Docker-Compose deployment method to QuickStart guide for Version 4.x [rocketmq-site]

2024-05-26 Thread via GitHub


Cindy0802 opened a new pull request, #644:
URL: https://github.com/apache/rocketmq-site/pull/644

   ## What is the purpose of the change
   
   The purpose of this change is to enhance the QuickStart guide by adding a 
Docker-Compose deployment method specifically tailored for RocketMQ Version 4.x
   
   ## Brief changelog
   
   Add Docker-Compose deployment method to QuickStart guide for Version 4.x


-- 
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



Re: [PR] Add Docker deployment method to QuickStart guide for Version 4.x [rocketmq-site]

2024-05-26 Thread via GitHub


kaxiya1021 closed pull request #643: Add Docker deployment method to QuickStart 
guide for Version 4.x
URL: https://github.com/apache/rocketmq-site/pull/643


-- 
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



Re: [PR] Add Docker-Compose deployment method to QuickStart guide for Version 4.x [rocketmq-site]

2024-05-26 Thread via GitHub


Cindy0802 closed pull request #642: Add Docker-Compose deployment method to 
QuickStart guide for Version 4.x
URL: https://github.com/apache/rocketmq-site/pull/642


-- 
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



[PR] Add Docker deployment 4.x method to QuickStart guide [rocketmq-site]

2024-05-26 Thread via GitHub


kaxiya1021 opened a new pull request, #643:
URL: https://github.com/apache/rocketmq-site/pull/643

   Add Docker deployment 4.x method to QuickStart guide
   


-- 
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



[PR] Add Docker-Compose 4.x deployment method to QuickStart guide [rocketmq-site]

2024-05-26 Thread via GitHub


Cindy0802 opened a new pull request, #642:
URL: https://github.com/apache/rocketmq-site/pull/642

   ## What is the purpose of the change
   
   This change aims to update the QuickStart guide with Docker-Compose 4.x 
deployment instructions.
   
   ## Brief changelog
   
   Add Docker-Compose 4.x deployment method to QuickStart guide.
   


-- 
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



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

2024-05-26 Thread GitBox


The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has 
succeeded.
Run started by GitHub user yuz10 (triggered by yuz10).

Head commit for run:
060d897e3e50ea42db05bb1bb8701376a23ef19d / yuz10 <845238...@qq.com>
Revert "[ISSUE #7757] Use `CompositeByteBuf` to prevent memory copy. (#7694)"

This reverts commit 7a36d4d736ae8d6d92658e3bdb18f1cd5c0afdb0.

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

With regards,
GitHub Actions via GitBox



Re: [I] DefaultMQProducer发送消息时,当网络延迟3S时,程序直接崩溃 [rocketmq-client-cpp]

2024-05-26 Thread via GitHub


HUHANK commented on issue #472:
URL: 
https://github.com/apache/rocketmq-client-cpp/issues/472#issuecomment-2132514967

   @ifplusor 大牛,请帮忙看看,谢谢。 


-- 
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



Re: [I] DefaultMQProducer发送消息时,当网络延迟3S时,程序直接崩溃 [rocketmq-client-cpp]

2024-05-26 Thread via GitHub


HUHANK commented on issue #472:
URL: 
https://github.com/apache/rocketmq-client-cpp/issues/472#issuecomment-2132513039

   **tc qdisc add dev ens192  root netem delay 3000ms**  我是用这个命令在rocketmq 
server端设置3s延迟的


-- 
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



[I] DefaultMQProducer发送消息时,当网络延迟3S时,程序直接崩溃 [rocketmq-client-cpp]

2024-05-26 Thread via GitHub


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

   系统:CentOS7
   下图是测试代码:
   
![企业微信截图_1716774732151](https://github.com/apache/rocketmq-client-cpp/assets/9984283/46c0-f682-4657-9785-5b863f13a8c9)
   下图为rocketmq_client.log日志内容:
   
![企业微信截图_17167748931431](https://github.com/apache/rocketmq-client-cpp/assets/9984283/923e185d-3ac2-4a9e-9ac4-0d7391916d6d)
   下图为Coredump文件的调用堆栈息:
   
![企业微信截图_17167749677297](https://github.com/apache/rocketmq-client-cpp/assets/9984283/169c5a7c-036c-4f68-97da-134bb75e6687)
   
   请大神看到帮忙解决一下,谢谢!@


-- 
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



Re: [PR] Revert "[ISSUE #7757] Use `CompositeByteBuf` to prevent memory copy." [rocketmq]

2024-05-26 Thread via GitHub


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

   ## 
[Codecov](https://app.codecov.io/gh/apache/rocketmq/pull/8209?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Project coverage is 42.88%. Comparing base 
[(`9c8fdb7`)](https://app.codecov.io/gh/apache/rocketmq/commit/9c8fdb715f774440009b85da2edbd2ab0278831d?dropdown=coverage=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 to head 
[(`060d897`)](https://app.codecov.io/gh/apache/rocketmq/commit/060d897e3e50ea42db05bb1bb8701376a23ef19d?dropdown=coverage=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache).
   
   
   Additional details and impacted files
   
   
   ```diff
   @@  Coverage Diff  @@
   ## develop#8209  +/-   ##
   =
   - Coverage  42.89%   42.88%   -0.02% 
   - Complexity 1036910371   +2 
   =
 Files   1270 1270  
 Lines  8872788724   -3 
 Branches   1140711406   -1 
   =
   - Hits   3806138046  -15 
   - Misses 4596045976  +16 
   + Partials4706 4702   -4 
   ```
   
   
   
   
   
   [:umbrella: View full report in Codecov by 
Sentry](https://app.codecov.io/gh/apache/rocketmq/pull/8209?dropdown=coverage=pr=continue_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache).
   
   :loudspeaker: Have feedback on the report? [Share it 
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral_source=github_content=comment_campaign=pr+comments_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



[GH] (rocketmq): Workflow run "Coverage" is working again!

2024-05-26 Thread GitBox


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

Head commit for run:
060d897e3e50ea42db05bb1bb8701376a23ef19d / yuz10 <845238...@qq.com>
Revert "[ISSUE #7757] Use `CompositeByteBuf` to prevent memory copy. (#7694)"

This reverts commit 7a36d4d736ae8d6d92658e3bdb18f1cd5c0afdb0.

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

With regards,
GitHub Actions via GitBox



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

2024-05-26 Thread GitBox


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

Head commit for run:
9c8fdb715f774440009b85da2edbd2ab0278831d / Humkum <1109939...@qq.com>
[ISSUE #8168] fix: There's no need to retry when async produce already timeout 
(#8169)

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

With regards,
GitHub Actions via GitBox



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

2024-05-26 Thread GitBox


The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has 
succeeded.
Run started by GitHub user yuz10 (triggered by yuz10).

Head commit for run:
060d897e3e50ea42db05bb1bb8701376a23ef19d / yuz10 <845238...@qq.com>
Revert "[ISSUE #7757] Use `CompositeByteBuf` to prevent memory copy. (#7694)"

This reverts commit 7a36d4d736ae8d6d92658e3bdb18f1cd5c0afdb0.

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

With regards,
GitHub Actions via GitBox



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

2024-05-26 Thread GitBox


The GitHub Actions job "PR-CI" on rocketmq.git has succeeded.
Run started by GitHub user yuz10 (triggered by yuz10).

Head commit for run:
060d897e3e50ea42db05bb1bb8701376a23ef19d / yuz10 <845238...@qq.com>
Revert "[ISSUE #7757] Use `CompositeByteBuf` to prevent memory copy. (#7694)"

This reverts commit 7a36d4d736ae8d6d92658e3bdb18f1cd5c0afdb0.

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

With regards,
GitHub Actions via GitBox



(rocketmq) 01/01: Revert "[ISSUE #7757] Use `CompositeByteBuf` to prevent memory copy. (#7694)"

2024-05-26 Thread yuzhou
This is an automated email from the ASF dual-hosted git repository.

yuzhou pushed a commit to branch revert-7694-dev/mem_copy
in repository https://gitbox.apache.org/repos/asf/rocketmq.git

commit 060d897e3e50ea42db05bb1bb8701376a23ef19d
Author: yuz10 <845238...@qq.com>
AuthorDate: Mon May 27 09:16:55 2024 +0800

Revert "[ISSUE #7757] Use `CompositeByteBuf` to prevent memory copy. 
(#7694)"

This reverts commit 7a36d4d736ae8d6d92658e3bdb18f1cd5c0afdb0.
---
 .../rocketmq/remoting/netty/FileRegionEncoder.java   | 20 
 .../remoting/netty/FileRegionEncoderTest.java|  5 ++---
 2 files changed, 6 insertions(+), 19 deletions(-)

diff --git 
a/remoting/src/main/java/org/apache/rocketmq/remoting/netty/FileRegionEncoder.java
 
b/remoting/src/main/java/org/apache/rocketmq/remoting/netty/FileRegionEncoder.java
index 3522c7965c..7373a56070 100644
--- 
a/remoting/src/main/java/org/apache/rocketmq/remoting/netty/FileRegionEncoder.java
+++ 
b/remoting/src/main/java/org/apache/rocketmq/remoting/netty/FileRegionEncoder.java
@@ -18,9 +18,6 @@
 package org.apache.rocketmq.remoting.netty;
 
 import io.netty.buffer.ByteBuf;
-import io.netty.buffer.ByteBufAllocator;
-import io.netty.buffer.CompositeByteBuf;
-import io.netty.buffer.Unpooled;
 import io.netty.channel.ChannelHandlerContext;
 import io.netty.channel.FileRegion;
 import io.netty.handler.codec.MessageToByteEncoder;
@@ -54,12 +51,9 @@ public class FileRegionEncoder extends 
MessageToByteEncoder {
 WritableByteChannel writableByteChannel = new WritableByteChannel() {
 @Override
 public int write(ByteBuffer src) {
-// To prevent mem_copy.
-CompositeByteBuf b = (CompositeByteBuf) out;
-// Have to increase writerIndex manually.
-ByteBuf unpooled = Unpooled.wrappedBuffer(src);
-b.addComponent(true, unpooled);
-return unpooled.readableBytes();
+int prev = out.writerIndex();
+out.writeBytes(src);
+return out.writerIndex() - prev;
 }
 
 @Override
@@ -82,10 +76,4 @@ public class FileRegionEncoder extends 
MessageToByteEncoder {
 msg.transferTo(writableByteChannel, transferred);
 }
 }
-
-@Override
-protected ByteBuf allocateBuffer(ChannelHandlerContext ctx, FileRegion 
msg, boolean preferDirect) throws Exception {
-ByteBufAllocator allocator = ctx.alloc();
-return preferDirect ? allocator.compositeDirectBuffer() : 
allocator.compositeHeapBuffer();
-}
-}
\ No newline at end of file
+}
diff --git 
a/remoting/src/test/java/org/apache/rocketmq/remoting/netty/FileRegionEncoderTest.java
 
b/remoting/src/test/java/org/apache/rocketmq/remoting/netty/FileRegionEncoderTest.java
index 0cbe627d80..6c7327f258 100644
--- 
a/remoting/src/test/java/org/apache/rocketmq/remoting/netty/FileRegionEncoderTest.java
+++ 
b/remoting/src/test/java/org/apache/rocketmq/remoting/netty/FileRegionEncoderTest.java
@@ -21,15 +21,14 @@ import io.netty.buffer.ByteBuf;
 import io.netty.channel.DefaultFileRegion;
 import io.netty.channel.FileRegion;
 import io.netty.channel.embedded.EmbeddedChannel;
-import org.junit.Assert;
-import org.junit.Test;
-
 import java.io.BufferedOutputStream;
 import java.io.File;
 import java.io.FileOutputStream;
 import java.io.IOException;
 import java.util.Random;
 import java.util.UUID;
+import org.junit.Assert;
+import org.junit.Test;
 
 public class FileRegionEncoderTest {
 



(rocketmq) branch revert-7694-dev/mem_copy created (now 060d897e3e)

2024-05-26 Thread yuzhou
This is an automated email from the ASF dual-hosted git repository.

yuzhou pushed a change to branch revert-7694-dev/mem_copy
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


  at 060d897e3e Revert "[ISSUE #7757] Use `CompositeByteBuf` to prevent 
memory copy. (#7694)"

This branch includes the following new commits:

 new 060d897e3e Revert "[ISSUE #7757] Use `CompositeByteBuf` to prevent 
memory copy. (#7694)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




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

2024-05-26 Thread GitBox


The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has 
failed.
Run started by GitHub user lby1119 (triggered by RongtongJin).

Head commit for run:
fb492ebf54d244370bf9ee0484899dafdbda1883 / lby1119 <1134684...@qq.com>
Format code and fix warnings

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

With regards,
GitHub Actions via GitBox



[GH] (rocketmq): Workflow run "Coverage" failed!

2024-05-26 Thread GitBox


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

Head commit for run:
fb492ebf54d244370bf9ee0484899dafdbda1883 / lby1119 <1134684...@qq.com>
Format code and fix warnings

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

With regards,
GitHub Actions via GitBox



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

2024-05-26 Thread GitBox


The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has 
failed.
Run started by GitHub user lby1119 (triggered by RongtongJin).

Head commit for run:
fb492ebf54d244370bf9ee0484899dafdbda1883 / lby1119 <1134684...@qq.com>
Format code and fix warnings

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

With regards,
GitHub Actions via GitBox



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

2024-05-26 Thread GitBox


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

Head commit for run:
9c8fdb715f774440009b85da2edbd2ab0278831d / Humkum <1109939...@qq.com>
[ISSUE #8168] fix: There's no need to retry when async produce already timeout 
(#8169)

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

With regards,
GitHub Actions via GitBox



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

2024-05-26 Thread GitBox


The GitHub Actions job "PR-CI" on rocketmq.git has failed.
Run started by GitHub user lby1119 (triggered by RongtongJin).

Head commit for run:
fb492ebf54d244370bf9ee0484899dafdbda1883 / lby1119 <1134684...@qq.com>
Format code and fix warnings

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

With regards,
GitHub Actions via GitBox



Re: [I] 不支持5.1版本吧 [rocketmq-exporter]

2024-05-26 Thread via GitHub


iamqq23ue commented on issue #164:
URL: 
https://github.com/apache/rocketmq-exporter/issues/164#issuecomment-2132467303

   > > > @iamqq23ue 你编译没有报错吗
   > > 
   > > 
   > > 编译最新的代码,需要的指标都有了。版本号还是0.0.2但是代码改了。编译报错跳过测试即可,我降了surfire的版本
   > 
   > 我上面的报错应该如何解决,就是直接用mvn clean install编译的最新代码
   
   你这个我没遇到,是不是你不小心动了哪的格式啊。我只遇到了依赖包下不下来,改了版本解决了,五月份下载的代码编译的。


-- 
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



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

2024-05-26 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:
9c8fdb715f774440009b85da2edbd2ab0278831d / Humkum <1109939...@qq.com>
[ISSUE #8168] fix: There's no need to retry when async produce already timeout 
(#8169)

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

With regards,
GitHub Actions via GitBox



Re: [I] 不支持5.1版本吧 [rocketmq-exporter]

2024-05-26 Thread via GitHub


Kammingyeung commented on issue #164:
URL: 
https://github.com/apache/rocketmq-exporter/issues/164#issuecomment-2132463828

   > > @iamqq23ue 你编译没有报错吗
   > 
   > 编译最新的代码,需要的指标都有了。版本号还是0.0.2但是代码改了。编译报错跳过测试即可,我降了surfire的版本
   
   我上面的报错应该如何解决,就是直接用mvn clean install编译的最新代码


-- 
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



Re: [I] [Bug] rocketmq::Producer对象析构crash [rocketmq-clients]

2024-05-26 Thread via GitHub


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

   This issue 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.


-- 
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



Re: [I] [Enhancement] Add peek API support [rocketmq]

2024-05-26 Thread via GitHub


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

   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



Re: [I] [Enhancement] Add peek API support [rocketmq]

2024-05-26 Thread via GitHub


github-actions[bot] closed issue #6805: [Enhancement] Add peek API support 
URL: https://github.com/apache/rocketmq/issues/6805


-- 
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



[I] [Bug] The sendMessageInTransactiond method of TransactionMQProducer cannot execute the callback in TransactionListener [rocketmq]

2024-05-26 Thread via GitHub


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

   ### 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
   
   OS:Mac
   
   ### RocketMQ version
   
   release-5.2.0
   
   ### JDK Version
   
   Oracle Java 1.8.0_211
   
   ### Describe the Bug
   
   TransactionMQProducer's sendMessageInTransactiond method loses 
TransactionListener
   
   ### Steps to Reproduce
   
   Manually send a transaction message
   
   ### What Did You Expect to See?
   
   Unable to execute TransactionListener callback
   
   ### What Did You See Instead?
   
   Unable to execute TransactionListener callback
   
   ### Additional Context
   
   I can fix it


-- 
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



[PR] Format code and fix warnings [rocketmq]

2024-05-26 Thread via GitHub


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

   Format code and fix warnings


-- 
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



Re: [I] [Bug] brokcerIP1和brokerIP2在5.X版本中不能使用host替代 [rocketmq]

2024-05-26 Thread via GitHub


Willhow-Gao commented on issue #8195:
URL: https://github.com/apache/rocketmq/issues/8195#issuecomment-2132179041

   Did you configure it wrong or describe it wrong? It should be brokerIP1 not 
brokcerIP1.Maybe you should post your configuration


-- 
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



Re: [I] [Bug] brokcerIP1和brokerIP2在5.X版本中不能使用host替代 [rocketmq]

2024-05-26 Thread via GitHub


Willhow-Gao commented on issue #8195:
URL: https://github.com/apache/rocketmq/issues/8195#issuecomment-2132170920

   What you mean is that in version 4.x, the broker address obtained by the 
consumer from namesrv is rocketmq-001?


-- 
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