[DISCUSS] Prepare to release Apache RocketMQ 5.3.1

2024-09-19 Thread zhimin li
Hi, RocketMQ community: I'd like to propose releasing Apache RocketMQ 5.3.1. It has been about three months since the last release. Compared with the previously released version 5.3.0, it now supports in-place upgrades from json-formatted file configurations to rocksdb management configurations. T

Re: [D] rocketmq5.2.0版本,搭建主从发送消息 出现 Task was cancelled [rocketmq]

2024-09-19 Thread via GitHub
GitHub user jaylu163 added a comment to the discussion: rocketmq5.2.0版本,搭建主从发送消息 出现 Task was cancelled ![image](https://github.com/user-attachments/assets/a98fe17b-a173-4cba-ab28-4bc66a6955e6) 这个代码是完整的示例 GitHub link: https://github.com/apache/rocketmq/discussions/8722#discussioncomment-107003

Re: [DISCUSS] Prepare to release Apache RocketMQ 5.3.1

2024-09-19 Thread Zhiyuan Lei
https://github.com/apache/rocketmq/pull/8600 will the feature be included in thie release? as a part of in-place upgrades from json to rocksdb On Fri, Sep 20, 2024 at 10:10 AM zhimin li wrote: > Hi, RocketMQ community: > > I'd like to propose releasing Apache RocketMQ 5.3.1. It has been about >

Re: [D] QuickStart Demo ERROR: Task was cancelled. [rocketmq]

2024-09-19 Thread via GitHub
GitHub user jaylu163 added a comment to the discussion: QuickStart Demo ERROR: Task was cancelled. 我也遇到这样的问题 我的环境是centos7.9 搭建的namesrv是 2个namesrv 分开部署,2个 broker(1主1从) 开启proxy后 部署截图如下: 主节点 ![image](https://github.com/user-attachments/assets/d07bd5f2-bd56-410e-bba5-8a1006d56a6f) 从节点: ![image](

Re: [DISCUSS] Prepare to release Apache RocketMQ 5.3.1

2024-09-19 Thread zhimin li
Yes, it will include this pr Zhiyuan Lei 于2024年9月20日周五 10:36写道: > > https://github.com/apache/rocketmq/pull/8600 will the feature be included > in thie release? as a part of in-place upgrades from json to rocksdb > > On Fri, Sep 20, 2024 at 10:10 AM zhimin li wrote: > > > Hi, RocketMQ community:

Re: [D] 生产者发送正常,MQ服务端消息丢失。RocketMQ-Console的Dashboard中Topic TOP 和 Broker TOP 都是0,但是TOP 5min trend是有数值的 [rocketmq]

2024-09-19 Thread via GitHub
GitHub user luozongle01 added a comment to the discussion: 生产者发送正常,MQ服务端消息丢失。RocketMQ-Console的Dashboard中Topic TOP 和 Broker TOP 都是0,但是TOP 5min trend是有数值的 那没有落盘broker那边不应该有error日志吗 😳 GitHub link: https://github.com/apache/rocketmq/discussions/8711#discussioncomment-10699936 This is an

Re: [D] 生产者发送正常,MQ服务端消息丢失。RocketMQ-Console的Dashboard中Topic TOP 和 Broker TOP 都是0,但是TOP 5min trend是有数值的 [rocketmq]

2024-09-19 Thread via GitHub
GitHub user chenjunwenhao added a comment to the discussion: 生产者发送正常,MQ服务端消息丢失。RocketMQ-Console的Dashboard中Topic TOP 和 Broker TOP 都是0,但是TOP 5min trend是有数值的 commitlog中有二进制+消息体,其中也有消息体参杂在里。查看了没有。直观感受是服务端接到消息了,然后就直接丢弃了没落盘。 GitHub link: https://github.com/apache/rocketmq/discussions/8711#discussi

Re: [D] 生产者发送正常,MQ服务端消息丢失。RocketMQ-Console的Dashboard中Topic TOP 和 Broker TOP 都是0,但是TOP 5min trend是有数值的 [rocketmq]

2024-09-19 Thread via GitHub
GitHub user luozongle01 added a comment to the discussion: 生产者发送正常,MQ服务端消息丢失。RocketMQ-Console的Dashboard中Topic TOP 和 Broker TOP 都是0,但是TOP 5min trend是有数值的 > commitlog中有二进制+消息体,其中也有消息体参杂在里。查看了没有。观察感受器是服务端接收到消息了,然后就直接丢弃了没落盘。 broker那边一点错误日志都没吗 😅 GitHub link: https://github.com/apache/rocketmq/di

Re: [D] rocketmq5.2.0版本,搭建主从发送消息 出现 Task was cancelled [rocketmq]

2024-09-19 Thread via GitHub
GitHub user luozongle01 added a comment to the discussion: rocketmq5.2.0版本,搭建主从发送消息 出现 Task was cancelled 老哥 你这个demo第46行是啥啊,然后完整的异常堆栈发下看看呢 GitHub link: https://github.com/apache/rocketmq/discussions/8722#discussioncomment-10699985 This is an automatically sent email for dev@rocketmq.a

[DISCUSS] Prepare to release Apache RocketMQ gRPC C# (.Net) Client 5.2.0

2024-09-19 Thread Jack Tsai
Hi community, I hope this message finds you well. It has been some time since we released the Apache RocketMQ gRPC C# (.Net) Client, and I would like to initiate a discussion regarding the upcoming release of version 5.2.0. You can find the pre-release snapshot NuGet package available for testi

Re: [D] 生产者发送正常,MQ服务端消息丢失。RocketMQ-Console的Dashboard中Topic TOP 和 Broker TOP 都是0,但是TOP 5min trend是有数值的 [rocketmq]

2024-09-19 Thread via GitHub
GitHub user chenjunwenhao added a comment to the discussion: 生产者发送正常,MQ服务端消息丢失。RocketMQ-Console的Dashboard中Topic TOP 和 Broker TOP 都是0,但是TOP 5min trend是有数值的 broker 有个主 从同步的 ACL认证失败日志,其他就没有了。 GitHub link: https://github.com/apache/rocketmq/discussions/8711#discussioncomment-10700926 This

Re: [D] rocketmq5.2.0版本,搭建主从发送消息 出现 Task was cancelled [rocketmq]

2024-09-19 Thread via GitHub
GitHub user jaylu163 added a comment to the discussion: rocketmq5.2.0版本,搭建主从发送消息 出现 Task was cancelled 同样的代码,像单实例发送消息。是可以成功 GitHub link: https://github.com/apache/rocketmq/discussions/8722#discussioncomment-10700945 This is an automatically sent email for dev@rocketmq.apache.org. To uns

Re: [D] grpc拉取消息时返回空指针异常 [rocketmq]

2024-09-19 Thread via GitHub
GitHub user JanYork added a comment to the discussion: grpc拉取消息时返回空指针异常 Is this problem solved? I also encountered this problem, can you tell me how you solved it? GitHub link: https://github.com/apache/rocketmq/discussions/8019#discussioncomment-10691606 This is an automatically sent e

Re: [D] Why:Cannot invoke "apache.rocketmq.v2.Settings.getSubscription()" because "settings" is null. NullPointerException. [rocketmq-clients]

2024-09-19 Thread via GitHub
GitHub user JanYork added a comment to the discussion: Why:Cannot invoke "apache.rocketmq.v2.Settings.getSubscription()" because "settings" is null. NullPointerException. For details, please see here:https://github.com/apache/rocketmq-clients/issues/836 GitHub link: https://github.com/apach

Re: [D] GO SDK 使用simple consumer 消费的时候会出现null. NullPointerException 报错 [rocketmq-clients]

2024-09-19 Thread via GitHub
GitHub user JanYork added a comment to the discussion: GO SDK 使用simple consumer 消费的时候会出现null. NullPointerException 报错 Is this problem solved? I also encountered this problem, can you tell me how you solved it? GitHub link: https://github.com/apache/rocketmq-clients/discussions/728#discussion

[VOTE] Release Apache RocketMQ Dashboard 2.0.0

2024-09-19 Thread jinrongtong
Hello RocketMQ Community, This is the vote for the 2.0.0 release of Apache RocketMQ Dashboard. The artifacts: https://dist.apache.org/repos/dist/dev/rocketmq/rocketmq-dashboard/2.0.0-rc1/ The staging repo: https://repository.apache.org/content/repositories/orgapacherocketmq-1332 Git tag for t

Re: [D] 生产者发送正常,MQ服务端消息丢失。RocketMQ-Console的Dashboard中Topic TOP 和 Broker TOP 都是0,但是TOP 5min trend是有数值的 [rocketmq]

2024-09-19 Thread via GitHub
GitHub user luozongle01 added a comment to the discussion: 生产者发送正常,MQ服务端消息丢失。RocketMQ-Console的Dashboard中Topic TOP 和 Broker TOP 都是0,但是TOP 5min trend是有数值的 "commitlog中的000中查看没有" 老哥你咋查看的commitlog啊,这个不都是二进制的吗。 那用./bin/mqadmin 查看topic的状态了吗,里面也显示没有消息吗 GitHub link: https://github.com/apac