Re: [I] Insufficient disk space but frequent alarms [rocketmq]

2024-01-15 Thread via GitHub


1925747950 commented on issue #7738:
URL: https://github.com/apache/rocketmq/issues/7738#issuecomment-1891525319

   > df和du统计对于已删除句柄但是还没有真正删除的有差异。当df统计到很大的时候。可以 lsof -n|grep deleted 看一下,参考 
https://www.cnblogs.com/heyonggang/p/3644736.html HGQ ***@***.***> 于 
2024年1月11日周四 下午10:50写道:
   > […](#)
   > 可以看一下 1. 这个监控中的指标,是怎么获取的 2. 在上涨期间,可以观察一下第一个那个指标在机器上的那个对应的信息。 
监控指标是基础磁盘指标,告警时登录服务器使用df命令查看/data占用接近500G,使用率也接近100%,但是使用du命令查看又只占用20G左右,等待磁盘达到100%后就立刻恢复成正常的4%使用率。。。
 — Reply to this email directly, view it on GitHub <[#7738 
(comment)](https://github.com/apache/rocketmq/issues/7738#issuecomment-1887345872)>,
 or unsubscribe 

 . You are receiving this because you commented.Message ID: ***@***.***>
   
   感谢,使用lsof能找到占用比较大的文件:/data/logs/rocketmqlogs/remoting.log 
(deleted),但是为什么会是delete状态呢,是mq自动进行的删除吗?(是否与集群的两个实例写同一个日志文件有关系?)
   
![image](https://github.com/apache/rocketmq/assets/41810884/92a72686-55f7-4762-a67c-52d3e69f3760)
   
![lsof](https://github.com/apache/rocketmq/assets/41810884/ad526a5f-7b24-4803-aa90-a32392c49c6f)
   
![broker](https://github.com/apache/rocketmq/assets/41810884/78e7bed4-8945-40f7-8bd9-04c35c0bbc2c)


-- 
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] Insufficient disk space but frequent alarms [rocketmq]

2024-01-15 Thread via GitHub


leizhiyuan commented on issue #7738:
URL: https://github.com/apache/rocketmq/issues/7738#issuecomment-1891561489

   我好奇,你这个共用,多线程使用同一个文件, 比如图上的remoting.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] [Bug] SnakeYAML 反序列化漏洞(CVE-2022-1471) [rocketmq]

2024-01-15 Thread via GitHub


leizhiyuan commented on issue #7755:
URL: https://github.com/apache/rocketmq/issues/7755#issuecomment-1891567594

   see 
https://github.com/apache/rocketmq/commit/9a5690b91abc15c76a5b4a816a2a47cb5ecfc7f1
   
   最新的已经升级了


-- 
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] [ISSUE #7391] Fix NPE when parse gRPC authorization header [rocketmq]

2024-01-15 Thread via GitHub


leizhiyuan commented on PR #7392:
URL: https://github.com/apache/rocketmq/pull/7392#issuecomment-1891632170

   This problem, the client cannot obtain normal error messages, which could be 
misleading. Hope it can be merged.


-- 
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] [ISSUE #7495] Support Higher Java version in Windows [rocketmq]

2024-01-15 Thread via GitHub


yuz10 merged PR #7507:
URL: https://github.com/apache/rocketmq/pull/7507


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



(rocketmq) branch develop updated: [ISSUE #7495] Support Higher Java version in Windows (#7507)

2024-01-15 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 1242a5873d [ISSUE #7495] Support Higher Java version in Windows  
(#7507)
1242a5873d is described below

commit 1242a5873df2b20e914ad13e1d46df500df932b9
Author: Ao Qiao 
AuthorDate: Mon Jan 15 17:49:40 2024 +0800

[ISSUE #7495] Support Higher Java version in Windows  (#7507)

* fix 7495
---
 distribution/bin/runbroker.cmd | 37 -
 distribution/bin/runserver.cmd | 32 ++--
 distribution/bin/runserver.sh  |  2 +-
 3 files changed, 55 insertions(+), 16 deletions(-)

diff --git a/distribution/bin/runbroker.cmd b/distribution/bin/runbroker.cmd
index 77a0d1ff8e..0ea87f876d 100644
--- a/distribution/bin/runbroker.cmd
+++ b/distribution/bin/runbroker.cmd
@@ -28,14 +28,33 @@ set CLASSPATH=.;%BASE_DIR%conf;%BASE_DIR%lib\*;%CLASSPATH%
 rem 
===
 rem  JVM Configuration
 rem 
===
-set "JAVA_OPT=%JAVA_OPT% -server -Xms2g -Xmx2g"
-set "JAVA_OPT=%JAVA_OPT% -XX:+UseG1GC -XX:G1HeapRegionSize=16m 
-XX:G1ReservePercent=25 -XX:InitiatingHeapOccupancyPercent=30 
-XX:SoftRefLRUPolicyMSPerMB=0 -XX:SurvivorRatio=8"
-set "JAVA_OPT=%JAVA_OPT% -verbose:gc -Xloggc:%USERPROFILE%\mq_gc.log 
-XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCApplicationStoppedTime 
-XX:+PrintAdaptiveSizePolicy"
-set "JAVA_OPT=%JAVA_OPT% -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 
-XX:GCLogFileSize=30m"
-set "JAVA_OPT=%JAVA_OPT% -XX:-OmitStackTraceInFastThrow"
-set "JAVA_OPT=%JAVA_OPT% -XX:+AlwaysPreTouch"
-set "JAVA_OPT=%JAVA_OPT% -XX:MaxDirectMemorySize=15g"
-set "JAVA_OPT=%JAVA_OPT% -XX:-UseLargePages -XX:-UseBiasedLocking"
-set "JAVA_OPT=%JAVA_OPT% %JAVA_OPT_EXT% -cp %CLASSPATH%"
+for /f "tokens=2 delims=" %%v in ('java -version 2^>^&1 ^| findstr /i 
"version"') do (
+for /f "tokens=1 delims=." %%m in ("%%v") do set "JAVA_MAJOR_VERSION=%%m"
+)
+
+if "%JAVA_MAJOR_VERSION%"=="" (
+set "JAVA_MAJOR_VERSION=0"
+)
+if %JAVA_MAJOR_VERSION% lss 17 (
+   set "JAVA_OPT=%JAVA_OPT% -server -Xms2g -Xmx2g"
+   set "JAVA_OPT=%JAVA_OPT% -XX:+UseG1GC -XX:G1HeapRegionSize=16m 
-XX:G1ReservePercent=25 -XX:InitiatingHeapOccupancyPercent=30 
-XX:SoftRefLRUPolicyMSPerMB=0 -XX:SurvivorRatio=8"
+   set "JAVA_OPT=%JAVA_OPT% -verbose:gc -Xloggc:%USERPROFILE%\mq_gc.log 
-XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCApplicationStoppedTime 
-XX:+PrintAdaptiveSizePolicy"
+   set "JAVA_OPT=%JAVA_OPT% -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 
-XX:GCLogFileSize=30m"
+   set "JAVA_OPT=%JAVA_OPT% -XX:-OmitStackTraceInFastThrow"
+   set "JAVA_OPT=%JAVA_OPT% -XX:+AlwaysPreTouch"
+   set "JAVA_OPT=%JAVA_OPT% -XX:MaxDirectMemorySize=15g"
+   set "JAVA_OPT=%JAVA_OPT% -XX:-UseLargePages -XX:-UseBiasedLocking"
+   set "JAVA_OPT=%JAVA_OPT% %JAVA_OPT_EXT% -cp %CLASSPATH%"
+) else (
+   set "JAVA_OPT=%JAVA_OPT% -server -Xms2g -Xmx2g"
+   set "JAVA_OPT=%JAVA_OPT% -XX:+UseG1GC -XX:G1HeapRegionSize=16m 
-XX:G1ReservePercent=25 -XX:InitiatingHeapOccupancyPercent=30 
-XX:SoftRefLRUPolicyMSPerMB=0 -XX:SurvivorRatio=8"
+   rem set "JAVA_OPT=%JAVA_OPT% -verbose:gc -Xloggc:%USERPROFILE%\mq_gc.log 
-XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCApplicationStoppedTime 
-XX:+PrintAdaptiveSizePolicy"
+   rem set "JAVA_OPT=%JAVA_OPT% -XX:+UseGCLogFileRotation 
-XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=30m"
+   set "JAVA_OPT=%JAVA_OPT% -XX:-OmitStackTraceInFastThrow"
+   set "JAVA_OPT=%JAVA_OPT% -XX:+AlwaysPreTouch"
+   set "JAVA_OPT=%JAVA_OPT% -XX:MaxDirectMemorySize=15g"
+   set "JAVA_OPT=%JAVA_OPT% -XX:-UseLargePages -XX:-UseBiasedLocking"
+   set "JAVA_OPT=%JAVA_OPT% %JAVA_OPT_EXT% -cp "%CLASSPATH%""
+)
 
 "%JAVA%" %JAVA_OPT% %*
\ No newline at end of file
diff --git a/distribution/bin/runserver.cmd b/distribution/bin/runserver.cmd
index dc2e2b4e22..103a5a6e98 100644
--- a/distribution/bin/runserver.cmd
+++ b/distribution/bin/runserver.cmd
@@ -26,11 +26,31 @@ for %%d in (%BASE_DIR%) do set BASE_DIR=%%~dpd
 
 set CLASSPATH=.;%BASE_DIR%conf;%BASE_DIR%lib\*;%CLASSPATH%
 
-set "JAVA_OPT=%JAVA_OPT% -server -Xms2g -Xmx2g -Xmn1g -XX:MetaspaceSize=128m 
-XX:MaxMetaspaceSize=320m"
-set "JAVA_OPT=%JAVA_OPT% -XX:+UseConcMarkSweepGC 
-XX:+UseCMSCompactAtFullCollection -XX:CMSInitiatingOccupancyFraction=70 
-XX:+CMSParallelRemarkEnabled -XX:SoftRefLRUPolicyMSPerMB=0 
-XX:+CMSClassUnloadingEnabled -XX:SurvivorRatio=8 -XX:-UseParNewGC"
-set "JAVA_OPT=%JAVA_OPT% -verbose:gc -Xloggc:"%USERPROFILE%\rmq_srv_gc.log" 
-XX:+PrintGCDetails -XX:+PrintGCDateStamps"
-set "JAVA_OPT=%JAVA_OPT% -XX:-OmitStackTraceInFastThrow"
-set "JAVA_OPT=%JAVA_OPT% -XX:-UseLargePages"
-set "JAVA_OPT=%JAVA_

Re: [I] [NameServer启动失败] JDK17启动NameServer时失败 [rocketmq]

2024-01-15 Thread via GitHub


yuz10 closed issue #7495: [NameServer启动失败] JDK17启动NameServer时失败 
URL: https://github.com/apache/rocketmq/issues/7495


-- 
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 Bazel" failed!

2024-01-15 Thread GitBox


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

Head commit for run:
1242a5873df2b20e914ad13e1d46df500df932b9 / Ao Qiao 
[ISSUE #7495] Support Higher Java version in Windows  (#7507)

* fix 7495

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

With regards,
GitHub Actions via GitBox



Re: [I] [Bug] SnakeYAML 反序列化漏洞(CVE-2022-1471) [rocketmq]

2024-01-15 Thread via GitHub


happylql commented on issue #7755:
URL: https://github.com/apache/rocketmq/issues/7755#issuecomment-1891779677

   +1,能否发一个修复版本


-- 
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 "PUSH-CI" failed!

2024-01-15 Thread GitBox


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

Head commit for run:
1242a5873df2b20e914ad13e1d46df500df932b9 / Ao Qiao 
[ISSUE #7495] Support Higher Java version in Windows  (#7507)

* fix 7495

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

With regards,
GitHub Actions via GitBox



[I] [Bug] rocketmq-clients/golang与rocketmq-clients/java对数据解压的实现方式不一致导致gzip解压数据出错 [rocketmq-clients]

2024-01-15 Thread via GitHub


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

2024-01-15 Thread GitBox


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

Head commit for run:
1242a5873df2b20e914ad13e1d46df500df932b9 / Ao Qiao 
[ISSUE #7495] Support Higher Java version in Windows  (#7507)

* fix 7495

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

With regards,
GitHub Actions via GitBox



Re: [I] 5.x启动Broker+Proxy 命令,希望有win版本的,另外任意时间精度的延时,最大延时时间的完整配置,没在文档中找到 [rocketmq]

2024-01-15 Thread via GitHub


yiduwangkai commented on issue #7459:
URL: https://github.com/apache/rocketmq/issues/7459#issuecomment-1891829408

   > set timerMaxDelaySec in broker.conf
   
   这个参数改不了,代码里面没有调用


-- 
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] 5.x启动Broker+Proxy 命令,希望有win版本的,另外任意时间精度的延时,最大延时时间的完整配置,没在文档中找到 [rocketmq]

2024-01-15 Thread via GitHub


yiduwangkai commented on issue #7459:
URL: https://github.com/apache/rocketmq/issues/7459#issuecomment-1891850940

   > > set timerMaxDelaySec in broker.conf
   > 
   > 这个参数改不了,代码里面没有调用
   
   可以改,说错了


-- 
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] [ISSUE #612] Support Springboot 3.X [rocketmq-spring]

2024-01-15 Thread via GitHub


RongtongJin merged PR #611:
URL: https://github.com/apache/rocketmq-spring/pull/611


-- 
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] Support Springboot 3.X [rocketmq-spring]

2024-01-15 Thread via GitHub


RongtongJin closed issue #612: Support Springboot 3.X
URL: https://github.com/apache/rocketmq-spring/issues/612


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



(rocketmq-spring) branch master updated: [ISSUE #612] Support Springboot 3.X (#611)

2024-01-15 Thread jinrongtong
This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git


The following commit(s) were added to refs/heads/master by this push:
 new b5f52f7  [ISSUE #612] Support Springboot 3.X (#611)
b5f52f7 is described below

commit b5f52f740ec4443351d718eb057b3c53aa1b71aa
Author: 积蕴 
AuthorDate: Mon Jan 15 20:53:32 2024 +0800

[ISSUE #612] Support Springboot 3.X (#611)

1. Replace `@PostConstruct` with constructor
2. log format style
3. Springboot 3.x autoconfigure

Co-authored-by: pangxiao1 
---
 .../spring/autoconfigure/RocketMQAutoConfiguration.java  | 16 
 ...ramework.boot.autoconfigure.AutoConfiguration.imports |  1 +
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git 
a/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/autoconfigure/RocketMQAutoConfiguration.java
 
b/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/autoconfigure/RocketMQAutoConfiguration.java
index a8c7379..9ed8ad9 100644
--- 
a/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/autoconfigure/RocketMQAutoConfiguration.java
+++ 
b/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/autoconfigure/RocketMQAutoConfiguration.java
@@ -29,7 +29,6 @@ import org.apache.rocketmq.spring.support.RocketMQUtil;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.beans.BeansException;
-import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.boot.autoconfigure.AutoConfigureAfter;
 import org.springframework.boot.autoconfigure.AutoConfigureBefore;
 import org.springframework.boot.autoconfigure.condition.AnyNestedCondition;
@@ -48,8 +47,6 @@ import org.springframework.core.env.Environment;
 import org.springframework.util.Assert;
 import org.springframework.util.StringUtils;
 
-import javax.annotation.PostConstruct;
-
 @Configuration
 @EnableConfigurationProperties(RocketMQProperties.class)
 @ConditionalOnClass({MQAdmin.class})
@@ -66,17 +63,20 @@ public class RocketMQAutoConfiguration implements 
ApplicationContextAware {
 public static final String PRODUCER_BEAN_NAME = "defaultMQProducer";
 public static final String CONSUMER_BEAN_NAME = "defaultLitePullConsumer";
 
-@Autowired
-private Environment environment;
+private final Environment environment;
 
 private ApplicationContext applicationContext;
 
+public RocketMQAutoConfiguration(Environment environment) {
+this.environment = environment;
+checkProperties();
+}
+
 @Override
 public void setApplicationContext(ApplicationContext applicationContext) 
throws BeansException {
 this.applicationContext = applicationContext;
 }
 
-@PostConstruct
 public void checkProperties() {
 String nameServer = environment.getProperty("rocketmq.name-server", 
String.class);
 log.debug("rocketmq.nameServer = {}", nameServer);
@@ -117,7 +117,7 @@ public class RocketMQAutoConfiguration implements 
ApplicationContextAware {
 producer.setUseTLS(producerConfig.isTlsEnable());
 producer.setNamespace(producerConfig.getNamespace());
 producer.setInstanceName(producerConfig.getInstanceName());
-log.info(String.format("a producer (%s) init on namesrv %s",  
groupName,nameServer));
+log.info("a producer ({}) init on namesrv {}",  groupName, nameServer);
 return producer;
 }
 
@@ -149,7 +149,7 @@ public class RocketMQAutoConfiguration implements 
ApplicationContextAware {
 
litePullConsumer.setCustomizedTraceTopic(consumerConfig.getCustomizedTraceTopic());
 litePullConsumer.setNamespace(consumerConfig.getNamespace());
 litePullConsumer.setInstanceName(consumerConfig.getInstanceName());
-log.info(String.format("a pull consumer(%s sub %s) init on namesrv 
%s",  groupName, topicName,nameServer));
+log.info("a pull consumer({} sub {}) init on namesrv {}",  groupName, 
topicName, nameServer);
 return litePullConsumer;
 }
 
diff --git 
a/rocketmq-v5-client-spring-boot/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 
b/rocketmq-v5-client-spring-boot/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
new file mode 100644
index 000..4dd19c2
--- /dev/null
+++ 
b/rocketmq-v5-client-spring-boot/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
@@ -0,0 +1 @@
+org.apache.rocketmq.client.autoconfigure.RocketMQAutoConfiguration
\ No newline at end of file



Re: [I] [Bug] SnakeYAML 反序列化漏洞(CVE-2022-1471) [rocketmq]

2024-01-15 Thread via GitHub


RongtongJin closed issue #7755: [Bug] SnakeYAML 反序列化漏洞(CVE-2022-1471)
URL: https://github.com/apache/rocketmq/issues/7755


-- 
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] in 5.0 sdk break the original feature examineTopicStats for 4.x broker [rocketmq]

2024-01-15 Thread via GitHub


leizhiyuan closed issue #7152: [Bug] in 5.0 sdk break the original feature 
examineTopicStats for 4.x broker
URL: https://github.com/apache/rocketmq/issues/7152


-- 
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] support cos tieredstore [rocketmq]

2024-01-15 Thread via GitHub


leizhiyuan closed issue #6788: [Enhancement] support cos tieredstore
URL: https://github.com/apache/rocketmq/issues/6788


-- 
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] [ISSUE #6788] support cos tired storage [rocketmq]

2024-01-15 Thread via GitHub


leizhiyuan closed pull request #6794: [ISSUE #6788] support cos tired storage 
URL: https://github.com/apache/rocketmq/pull/6794


-- 
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] support cos tieredstore [rocketmq]

2024-01-15 Thread via GitHub


leizhiyuan commented on issue #6788:
URL: https://github.com/apache/rocketmq/issues/6788#issuecomment-1892166485

   can be implemented by spi, no need to merged


-- 
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] [ISSUE #4481]lock method invoke should before try scope [rocketmq]

2024-01-15 Thread via GitHub


leizhiyuan commented on PR #4482:
URL: https://github.com/apache/rocketmq/pull/4482#issuecomment-1892171710

   Can you resolve the conflict, then re-review and merge 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

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



[PR] [ISSUE #6413] producer runninginfo API creted (#6413) [rocketmq]

2024-01-15 Thread via GitHub


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

   
   
   ### Which Issue(s) This PR Fixes
   
   
   
   Fixes #6413
   
   ### Brief Description
   
   
   Producer running info API created
   
   ### How Did You Test This Change?
   
   
   


-- 
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 Bazel" failed!

2024-01-15 Thread GitBox


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

Head commit for run:
b2dedbae89eaab571ebb318ad10b14b1dd599541 / yash 
[ISSUE #6413] producer runninginfo API creted (#6413)

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

With regards,
GitHub Actions via GitBox



Re: [PR] [ISSUE #6413] producer runninginfo API creted (#6413) [rocketmq]

2024-01-15 Thread via GitHub


yp969803 commented on PR #7756:
URL: https://github.com/apache/rocketmq/pull/7756#issuecomment-1892649155

   @francisoliverlee @RongtongJin  can you review this pr


-- 
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 "E2E test for pull request" failed!

2024-01-15 Thread GitBox


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

Head commit for run:
1242a5873df2b20e914ad13e1d46df500df932b9 / Ao Qiao 
[ISSUE #7495] Support Higher Java version in Windows  (#7507)

* fix 7495

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
b2dedbae89eaab571ebb318ad10b14b1dd599541 / yash 
[ISSUE #6413] producer runninginfo API creted (#6413)

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

With regards,
GitHub Actions via GitBox



Re: [I] add api reporting producer runninginfo to broker as consumer did [rocketmq]

2024-01-15 Thread via GitHub


yp969803 commented on issue #6413:
URL: https://github.com/apache/rocketmq/issues/6413#issuecomment-1892685791

   @francisoliverlee i have raised  the pr for this issue can you review 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

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



Re: [I] [Bug] JDK1.8 连接就报错,换成JDK17不报错能连接 [rocketmq-clients]

2024-01-15 Thread via GitHub


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

   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] Could the community publish the official images of Rocketmq-Exporter? [rocketmq-exporter]

2024-01-15 Thread via GitHub


caigy commented on issue #153:
URL: 
https://github.com/apache/rocketmq-exporter/issues/153#issuecomment-1892985577

   I'll apply for a docker repo for rocketmq-exporter under Apache organization.


-- 
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] Could the community publish the official images of Rocketmq-Exporter? [rocketmq-exporter]

2024-01-15 Thread via GitHub


caigy commented on issue #153:
URL: 
https://github.com/apache/rocketmq-exporter/issues/153#issuecomment-1893001965

   duplicated #151 


-- 
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] Revert "metrics bugfix: switch getTps() to getSum()" [rocketmq-exporter]

2024-01-15 Thread via GitHub


cserwen merged PR #141:
URL: https://github.com/apache/rocketmq-exporter/pull/141


-- 
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] which value should we use between BrokerStatsItem.tps and BrokerStatsItem.sum to represent tps metrics ? [rocketmq-exporter]

2024-01-15 Thread via GitHub


cserwen closed issue #128: which value should we use between 
BrokerStatsItem.tps and BrokerStatsItem.sum to represent tps metrics ?
URL: https://github.com/apache/rocketmq-exporter/issues/128


-- 
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] like rocketmq_broker_tps, rocketmq_broker_qps metrics defined wrong [rocketmq-exporter]

2024-01-15 Thread via GitHub


cserwen closed issue #123: like rocketmq_broker_tps, rocketmq_broker_qps 
metrics defined wrong
URL: https://github.com/apache/rocketmq-exporter/issues/123


-- 
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_consumer_tps and rocketmq_producer_tps error [rocketmq-exporter]

2024-01-15 Thread via GitHub


cserwen closed issue #121: rocketmq_consumer_tps and rocketmq_producer_tps error
URL: https://github.com/apache/rocketmq-exporter/issues/121


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



(rocketmq-exporter) branch master updated: Revert #108 "metrics bugfix: switch getTps() to getSum()" (#141)

2024-01-15 Thread cserwen
This is an automated email from the ASF dual-hosted git repository.

cserwen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git


The following commit(s) were added to refs/heads/master by this push:
 new 5ac38b7  Revert #108 "metrics bugfix: switch getTps() to getSum()" 
(#141)
5ac38b7 is described below

commit 5ac38b7a692479504715866b61908d225af0d824
Author: cserwen 
AuthorDate: Tue Jan 16 12:09:48 2024 +0800

Revert #108 "metrics bugfix: switch getTps() to getSum()" (#141)
---
 .../org/apache/rocketmq/exporter/task/MetricsCollectTask.java  | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/src/main/java/org/apache/rocketmq/exporter/task/MetricsCollectTask.java 
b/src/main/java/org/apache/rocketmq/exporter/task/MetricsCollectTask.java
index 7f4b940..e465c57 100644
--- a/src/main/java/org/apache/rocketmq/exporter/task/MetricsCollectTask.java
+++ b/src/main/java/org/apache/rocketmq/exporter/task/MetricsCollectTask.java
@@ -470,7 +470,7 @@ public class MetricsCollectTask {
 bd.getBrokerName(),
 brokerIP,
 topic,
-Utils.getFixedDouble(bsd.getStatsMinute().getSum())
+Utils.getFixedDouble(bsd.getStatsMinute().getTps())
 );
 } catch (MQClientException ex) {
 if (ex.getResponseCode() == ResponseCode.SYSTEM_ERROR) 
{
@@ -490,7 +490,7 @@ public class MetricsCollectTask {
 bd.getBrokerName(),
 brokerIP,
 topic,
-Utils.getFixedDouble(bsd.getStatsMinute().getSum())
+Utils.getFixedDouble(bsd.getStatsMinute().getTps())
 );
 } catch (MQClientException ex) {
 if (ex.getResponseCode() == ResponseCode.SYSTEM_ERROR) 
{
@@ -529,7 +529,7 @@ public class MetricsCollectTask {
 bd.getBrokerName(),
 topic,
 group,
-
Utils.getFixedDouble(bsd.getStatsMinute().getSum()));
+
Utils.getFixedDouble(bsd.getStatsMinute().getTps()));
 } catch (MQClientException ex) {
 if (ex.getResponseCode() == 
ResponseCode.SYSTEM_ERROR) {
 
//log.error(String.format("GROUP_GET_NUMS-error, topic=%s, group=%s,master 
broker=%s, %s", topic, group, masterAddr, ex.getErrorMessage()));
@@ -547,7 +547,7 @@ public class MetricsCollectTask {
 bd.getBrokerName(),
 topic,
 group,
-
Utils.getFixedDouble(bsd.getStatsMinute().getSum()));
+
Utils.getFixedDouble(bsd.getStatsMinute().getTps()));
 } catch (MQClientException ex) {
 if (ex.getResponseCode() == 
ResponseCode.SYSTEM_ERROR) {
 // 
log.error(String.format("GROUP_GET_SIZE-error, topic=%s, group=%s, master 
broker=%s, %s", topic, group, masterAddr, ex.getErrorMessage()));
@@ -613,7 +613,7 @@ public class MetricsCollectTask {
 clusterName,
 brokerIP,
 brokerName,
-Utils.getFixedDouble(bsd.getStatsMinute().getSum()));
+Utils.getFixedDouble(bsd.getStatsMinute().getTps()));
 } catch (MQClientException ex) {
 if (ex.getResponseCode() == ResponseCode.SYSTEM_ERROR) {
 // log.error(String.format("GROUP_GET_SIZE-error, 
topic=%s, group=%s, master broker=%s, %s", topic, group, masterAddr, 
ex.getErrorMessage()));



Re: [PR] @Fix [ISSUE #117] Fix TransferedTps key [rocketmq-exporter]

2024-01-15 Thread via GitHub


cserwen closed pull request #152: @Fix [ISSUE #117] Fix TransferedTps key
URL: https://github.com/apache/rocketmq-exporter/pull/152


-- 
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] @Fix [ISSUE #117] Fix TransferedTps key [rocketmq-exporter]

2024-01-15 Thread via GitHub


cserwen commented on PR #152:
URL: 
https://github.com/apache/rocketmq-exporter/pull/152#issuecomment-1893044337

   Has been fixed by https://github.com/apache/rocketmq-exporter/pull/142, so 
close 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

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



Re: [I] [Chore] improve `NettyRemotingAbstract` about timeout control [rocketmq]

2024-01-15 Thread via GitHub


javens0601 commented on issue #7749:
URL: https://github.com/apache/rocketmq/issues/7749#issuecomment-1893114939

   I had the same problem as this,and client version is 4.7.0, broker version 
is 5.1.4


-- 
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] Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher. [rock

2024-01-15 Thread via GitHub


zhaohai666 opened a new issue, #668:
URL: https://github.com/apache/rocketmq-clients/issues/668

   ### 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).
   
   - [X] I have searched the [GitHub 
Issues](https://github.com/apache/rocketmq-clients/issues) and [GitHub 
Discussions](https://github.com/apache/rocketmq-clients/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.
   
   
   ### Programming Language of the Client
   
   Node.js
   
   ### Runtime Platform Environment
   
   Top-level 'await' expressions are only allowed when the 'module' option is 
set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' 
option is set to 'es2017' or higher.
   
   
   ### RocketMQ Version of the Client/Server
   
   Top-level 'await' expressions are only allowed when the 'module' option is 
set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' 
option is set to 'es2017' or higher.
   
   
   ### Run or Compiler Version
   
   Top-level 'await' expressions are only allowed when the 'module' option is 
set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' 
option is set to 'es2017' or higher.
   
   
   ### Describe the Bug
   
   Top-level 'await' expressions are only allowed when the 'module' option is 
set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' 
option is set to 'es2017' or higher.
   
   
   ### Steps to Reproduce
   
   Top-level 'await' expressions are only allowed when the 'module' option is 
set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' 
option is set to 'es2017' or higher.
   
   
   ### What Did You Expect to See?
   
   Top-level 'await' expressions are only allowed when the 'module' option is 
set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' 
option is set to 'es2017' or higher.
   
   
   ### What Did You See Instead?
   
   Top-level 'await' expressions are only allowed when the 'module' option is 
set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' 
option is set to 'es2017' or higher.
   
   
   ### 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



(rocketmq-clients) tag golang/v5.1.0-rc.1 created (now 0aaf9f97)

2024-01-15 Thread jinrongtong
This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a change to tag golang/v5.1.0-rc.1
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


  at 0aaf9f97 (commit)
No new revisions were added by this update.



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

2024-01-15 Thread GitBox


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

Head commit for run:
7988e4036269c2bbacd4c24a905c8b829fa24871 / ShuangxiDing 

add action for heartbeat request header.

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
7988e4036269c2bbacd4c24a905c8b829fa24871 / ShuangxiDing 

add action for heartbeat request header.

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
7988e4036269c2bbacd4c24a905c8b829fa24871 / ShuangxiDing 

add action for heartbeat request header.

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
1242a5873df2b20e914ad13e1d46df500df932b9 / Ao Qiao 
[ISSUE #7495] Support Higher Java version in Windows  (#7507)

* fix 7495

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 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:
7988e4036269c2bbacd4c24a905c8b829fa24871 / ShuangxiDing 

add action for heartbeat request header.

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


The GitHub Actions job "CodeQL Analysis" on rocketmq.git has failed.
Run started by GitHub user dingshuangxi888 (triggered by dingshuangxi888).

Head commit for run:
7988e4036269c2bbacd4c24a905c8b829fa24871 / ShuangxiDing 

add action for heartbeat request header.

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
67c75584d8db8f29ceb56f9127161120fc7662b4 / ShuangxiDing 

add action for heartbeat request header.

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
1242a5873df2b20e914ad13e1d46df500df932b9 / Ao Qiao 
[ISSUE #7495] Support Higher Java version in Windows  (#7507)

* fix 7495

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
67c75584d8db8f29ceb56f9127161120fc7662b4 / ShuangxiDing 

add action for heartbeat request header.

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 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:
67c75584d8db8f29ceb56f9127161120fc7662b4 / ShuangxiDing 

add action for heartbeat request header.

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
67c75584d8db8f29ceb56f9127161120fc7662b4 / ShuangxiDing 

add action for heartbeat request header.

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


The GitHub Actions job "CodeQL Analysis" on rocketmq.git has failed.
Run started by GitHub user dingshuangxi888 (triggered by dingshuangxi888).

Head commit for run:
67c75584d8db8f29ceb56f9127161120fc7662b4 / ShuangxiDing 

add action for heartbeat request header.

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
02d1821f5c94960065ed0f7422a2a56a08f0b01f / ShuangxiDing 

add action for heartbeat request header.

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
02d1821f5c94960065ed0f7422a2a56a08f0b01f / ShuangxiDing 

add action for heartbeat request header.

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
02d1821f5c94960065ed0f7422a2a56a08f0b01f / ShuangxiDing 

add action for heartbeat request header.

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
1242a5873df2b20e914ad13e1d46df500df932b9 / Ao Qiao 
[ISSUE #7495] Support Higher Java version in Windows  (#7507)

* fix 7495

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 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:
02d1821f5c94960065ed0f7422a2a56a08f0b01f / ShuangxiDing 

add action for heartbeat request header.

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


The GitHub Actions job "CodeQL Analysis" on rocketmq.git has succeeded.
Run started by GitHub user dingshuangxi888 (triggered by dingshuangxi888).

Head commit for run:
02d1821f5c94960065ed0f7422a2a56a08f0b01f / ShuangxiDing 

add action for heartbeat request header.

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

With regards,
GitHub Actions via GitBox



Re: [I] Expected the service ProducerImpl-0 [FAILED] to be RUNNING, but the service has FAILED. [rocketmq]

2024-01-15 Thread via GitHub


QinJiapeng commented on issue #7508:
URL: https://github.com/apache/rocketmq/issues/7508#issuecomment-1893142155

   我也遇到此问题,目前已经解决了
   分享我的配置
   mkdir -p -m 777 /mydata/rocketmq/conf
   mkdir -p -m 777 /mydata/rocketmq/store
   vim /mydata/rocketmq/conf/broker.conf
   ```sh
   brokerClusterName = DefaultCluster
   brokerName = broker-a
   brokerId = 0
   deleteWhen = 04
   fileReservedTime = 48
   brokerRole = ASYNC_MASTER
   flushDiskType = ASYNC_FLUSH
   # 当前 broker 监听的 IP
   brokerIP1 = 192.168.18.195
   ```
   docker-compose.yml
   ```yml
   version: '3'
   
   services:
 rmqnamesrv:
   image: apache/rocketmq:5.1.4
   container_name: rmqnamesrv
   ports:
 - 9876:9876
   volumes:
 - 
/mydata/rocketmq/conf/broker.conf:/home/rocketmq/rocketmq-5.1.4/conf/broker.conf
   environment:
 JAVA_OPT_EXT: "-Duser.home=/home/rocketmq -Xms512M -Xmx512M -Xmn128m"
   command: ["sh","mqnamesrv"]
   
 broker:
   image: apache/rocketmq:5.1.4
   container_name: rmqbroker
   ports:
 - 8081:8081
 - 10909:10909
 - 10911:10911
   volumes:
 - /mydata/rocketmq/store:/home/rocketmq/store
 - 
/mydata/rocketmq/conf/broker.conf:/home/rocketmq/rocketmq-5.1.4/conf/broker.conf
   links:
 - rmqnamesrv:namesrv
   depends_on:
 - 'rmqnamesrv'
   environment:
 NAMESRV_ADDR: namesrv:9876
 JAVA_OPT_EXT: "-Duser.home=/home/rocketmq -Xms512M -Xmx512M -Xmn128m"
   command: 
["sh","mqbroker","-c","../conf/broker.conf","autoCreateTopicEnable=true","--enable-proxy"]
   
 rmqdashboard:
   image: apacherocketmq/rocketmq-dashboard:latest
   container_name: rocketmq-dashboard
   ports:
 - 8082:8080
   environment:
 JAVA_OPTS: "-Drocketmq.namesrv.addr=namesrv:9876"
   links:
 - rmqnamesrv:namesrv
   depends_on:
 - 'rmqnamesrv'
   ```


-- 
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 Bazel" failed!

2024-01-15 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:
0e249711cf2881a2b6ecd53f55694f57565916c4 / RongtongJin 

Remove useless UTs

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
0e249711cf2881a2b6ecd53f55694f57565916c4 / RongtongJin 

Remove useless UTs

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
1242a5873df2b20e914ad13e1d46df500df932b9 / Ao Qiao 
[ISSUE #7495] Support Higher Java version in Windows  (#7507)

* fix 7495

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
0e249711cf2881a2b6ecd53f55694f57565916c4 / RongtongJin 

Remove useless UTs

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
0e249711cf2881a2b6ecd53f55694f57565916c4 / RongtongJin 

Remove useless UTs

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

With regards,
GitHub Actions via GitBox



svn commit: r66630 - /dev/rocketmq/rocketmq-clients/rocketmq-client-golang/5.1.0-rc1/

2024-01-15 Thread jinrongtong
Author: jinrongtong
Date: Tue Jan 16 07:45:09 2024
New Revision: 66630

Log:
Prepare release rocketmq client golang v5.1.0 rc1

Added:
dev/rocketmq/rocketmq-clients/rocketmq-client-golang/5.1.0-rc1/

dev/rocketmq/rocketmq-clients/rocketmq-client-golang/5.1.0-rc1/rocketmq-client-golang-v5.1.0-rc1-source-release.zip
   (with props)

dev/rocketmq/rocketmq-clients/rocketmq-client-golang/5.1.0-rc1/rocketmq-client-golang-v5.1.0-rc1-source-release.zip.asc

dev/rocketmq/rocketmq-clients/rocketmq-client-golang/5.1.0-rc1/rocketmq-client-golang-v5.1.0-rc1-source-release.zip.sha512

Added: 
dev/rocketmq/rocketmq-clients/rocketmq-client-golang/5.1.0-rc1/rocketmq-client-golang-v5.1.0-rc1-source-release.zip
==
Binary file - no diff available.

Propchange: 
dev/rocketmq/rocketmq-clients/rocketmq-client-golang/5.1.0-rc1/rocketmq-client-golang-v5.1.0-rc1-source-release.zip
--
svn:mime-type = application/octet-stream

Added: 
dev/rocketmq/rocketmq-clients/rocketmq-client-golang/5.1.0-rc1/rocketmq-client-golang-v5.1.0-rc1-source-release.zip.asc
==
--- 
dev/rocketmq/rocketmq-clients/rocketmq-client-golang/5.1.0-rc1/rocketmq-client-golang-v5.1.0-rc1-source-release.zip.asc
 (added)
+++ 
dev/rocketmq/rocketmq-clients/rocketmq-client-golang/5.1.0-rc1/rocketmq-client-golang-v5.1.0-rc1-source-release.zip.asc
 Tue Jan 16 07:45:09 2024
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE7J8mi0wgWQE4sR/nAUIOQpIpbq4FAmWmM6EACgkQAUIOQpIp
+bq5+TQ//Vy+2gIlOa4bWH2NCSHXqwIsqabNr0BS0PPPSZlmOvNwMmT72DSxcgC/q
+3Cr/oHwfWZTdRZcRqFr1u4lJVIyA4Kew72q0ys5uPrUhUYn1gI+qzoTj9MRg2S3K
+zWCzsu6OgaVTnQby68bDZ0aNPaKPgm7966+iizq5pPofeT6Loya5sYoT+LbMjhIe
+tqTqeWmRC9jFN02ErMeq/d0q52Be882Yd+qvV5klQ7bA384Gy6SLkhIiIzZr2TV0
+q+xcus3SzME+T0yiTBEcWX/ddCsdcsx8jW6oi9QntWJN/2xPJRd7NFdOZWsM/fs7
+h5BbbEY3SR59QwYaoDkY3y6StNNrhbnryVNua57+OYqiQEpQNdvujMOyVW8kw04+
+dSQ/2vwsO/5Pa1OyaYmRL5gV8S7Nj0SnIbo02VyyUW5yVkfmQ5Yt29LIIxPAwge1
+fqH9qVJnvZt+IrfAYNMQhcRKVnODeYE6mRNte0sbo3iuiS7OwvcNy8lgaG/HJs2r
+WY0OZGCdE7sfpqtzY/yAX8eJ3hkgjOBxCqE5a7XPgDTVdWVdWpW/AT3Q1oHsWuJD
+Cu+dquSe6S9dGl1kNIexT93x6aQXdQarl7jahVo9v8KGJnKzz9pgH/FbxLe8A2Fl
+Nyh+vG5VfuTd/LYW9o4Z6v3VtdN6bvQDQpJR1crbj6dOOqhzWcc=
+=jKzG
+-END PGP SIGNATURE-

Added: 
dev/rocketmq/rocketmq-clients/rocketmq-client-golang/5.1.0-rc1/rocketmq-client-golang-v5.1.0-rc1-source-release.zip.sha512
==
--- 
dev/rocketmq/rocketmq-clients/rocketmq-client-golang/5.1.0-rc1/rocketmq-client-golang-v5.1.0-rc1-source-release.zip.sha512
 (added)
+++ 
dev/rocketmq/rocketmq-clients/rocketmq-client-golang/5.1.0-rc1/rocketmq-client-golang-v5.1.0-rc1-source-release.zip.sha512
 Tue Jan 16 07:45:09 2024
@@ -0,0 +1,3 @@
+rocketmq-clients/rocketmq-client-golang/5.1.0-rc1/rocketmq-client-golang-v5.1.0-rc1-source-release.zip:
 
+A3B1B74D 5BB998F2 2E5AFD28 F5EFB73E E69DDFA2 35FC5A10 B63F1650 AF893F67 
10D4EC91
+ 7AF4AC08 6E68CF7D 046625D0 A731B997 95E5B48A 33B823B2 BBF59434




[PR] fix typo in 03fifomessage.md [rocketmq-site]

2024-01-15 Thread via GitHub


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

   (no comment)


-- 
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 Bazel" failed!

2024-01-15 Thread GitBox


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

Head commit for run:
61b20db128270fbffa5c6df2239901b1c079bd73 / 道君 
Merge branch 'apache:develop' into dev/mem_copy

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
61b20db128270fbffa5c6df2239901b1c079bd73 / 道君 
Merge branch 'apache:develop' into dev/mem_copy

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
1242a5873df2b20e914ad13e1d46df500df932b9 / Ao Qiao 
[ISSUE #7495] Support Higher Java version in Windows  (#7507)

* fix 7495

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
61b20db128270fbffa5c6df2239901b1c079bd73 / 道君 
Merge branch 'apache:develop' into dev/mem_copy

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
d9a3998e7065e9097ae7b432ce42958a0120e3db / dao-jun 
Remove unused imports.

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
61b20db128270fbffa5c6df2239901b1c079bd73 / 道君 
Merge branch 'apache:develop' into dev/mem_copy

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
d9a3998e7065e9097ae7b432ce42958a0120e3db / dao-jun 
Remove unused imports.

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

With regards,
GitHub Actions via GitBox



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

2024-01-15 Thread GitBox


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

Head commit for run:
1242a5873df2b20e914ad13e1d46df500df932b9 / Ao Qiao 
[ISSUE #7495] Support Higher Java version in Windows  (#7507)

* fix 7495

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

With regards,
GitHub Actions via GitBox