Re: [I] [Bug] The last index file should not be deleted when the broker recovers abnormally [rocketmq]

2024-04-10 Thread via GitHub


3424672656 commented on issue #8007:
URL: https://github.com/apache/rocketmq/issues/8007#issuecomment-2046722414

   It looks like we need to keep the first index file that needs to be deleted


-- 
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] The last index file should not be deleted when the broker recovers abnormally [rocketmq]

2024-04-10 Thread via GitHub


3424672656 commented on issue #8007:
URL: https://github.com/apache/rocketmq/issues/8007#issuecomment-2046727713

   Can we initiate an email or wechat discussion


-- 
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] 文档描述有误 [rocketmq-site]

2024-04-10 Thread via GitHub


13612687938 opened a new issue, #633:
URL: https://github.com/apache/rocketmq-site/issues/633

   
![image](https://github.com/apache/rocketmq-site/assets/51987247/88ce8649-6758-4006-99ba-cbc42fcee4f3)
   
   Kafka2.8版本开始,已经抛弃zookeeper,采用Kraft协议。


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



[I] [Feature] Support LMQ In RocksDB Mode [rocketmq]

2024-04-10 Thread via GitHub


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

   ### Is Your Feature Request Related to a Problem?
   
   Rocketmq currently supports Lmq and Rocksdb respectively, but when Lmq and 
Rocksdb are enabled at the same time, consumption failure will occur. 
   The reason is that there is no additional ConsumeQueue and 
ConsumeQueueOffset construction for lmq's multi-level topic. For the above 
situation, we can support opening Lmq and Rocksdb at the same time
   
   ### Describe the Solution You'd Like
   
   When Rocksdb mode is turned on, for each DispatchRequest, whether it is 
batch processing or single request processing, we need to perform additional 
Lmq processing logic, including but not limited to building ConsumeQueue and 
Offset、updating the maximum ConsumeQueueOffset, etc.
   
   ### Describe Alternatives You've Considered
   
   At present, I have implemented the first version of development. Can I 
provide it to the community?
   
   ### 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



Re: [I] does rocketmq support node.js connections? [rocketmq]

2024-04-10 Thread via GitHub


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

   This issue is stale because it has been open for 365 days with no activity. 
It will be closed in 3 days if no further activity occurs.


-- 
This is an automated message 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] rocketmq5.0 sent delayed messages and found the delay time to be inaccurate [rocketmq]

2024-04-10 Thread via GitHub


github-actions[bot] closed issue #6533: rocketmq5.0 sent delayed messages and 
found the delay time to be inaccurate
URL: https://github.com/apache/rocketmq/issues/6533


-- 
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] rocketmq5.0 sent delayed messages and found the delay time to be inaccurate [rocketmq]

2024-04-10 Thread via GitHub


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

   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] when % are included in the topic, message will fail to ack [rocketmq]

2024-04-10 Thread via GitHub


github-actions[bot] closed issue #6491: when  % are included in the topic, 
message will fail to ack
URL: https://github.com/apache/rocketmq/issues/6491


-- 
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] when % are included in the topic, message will fail to ack [rocketmq]

2024-04-10 Thread via GitHub


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

   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: [PR] [ISSUE #698] Fix SSL negotiation error when C++ client enables SSL [rocketmq-clients]

2024-04-10 Thread via GitHub


github-actions[bot] commented on PR #699:
URL: https://github.com/apache/rocketmq-clients/pull/699#issuecomment-2048637397

   This PR 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. If you wish not to mark 
it as stale, please leave a comment in 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



Re: [I] [Enhancement] Support multiple TLS use cases: CA-signed, self-signed server certificates [rocketmq-clients]

2024-04-10 Thread via GitHub


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

   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] 库贡献者们,rocketmq-client-nodejs是真的有测试通过后发布的吗 [rocketmq-clients]

2024-04-10 Thread via GitHub


41405465 commented on issue #723:
URL: 
https://github.com/apache/rocketmq-clients/issues/723#issuecomment-2048678454

   我感觉是完全没有测试过,很基础的问题存在,想直接用起来根本不可能,可能他们只想支持java。
   倒是我在测试,发现问题再提给他们,但是解不解决也是看他们心情。
   我用的是cpp版本。


-- 
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-client-nodejs是真的有测试通过后发布的吗 [rocketmq-clients]

2024-04-10 Thread via GitHub


ifplusor commented on issue #723:
URL: 
https://github.com/apache/rocketmq-clients/issues/723#issuecomment-2048836960

   使用的server是什么版本,client是否可以切到 
https://github.com/apache/rocketmq-clients/tree/master/nodejs 呢?


-- 
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.1版本吧 [rocketmq-exporter]

2024-04-10 Thread via GitHub


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

   rocketmq 5.2.0 + rocketmq-exporter 0.0.2: 无法复现
   
![image](https://github.com/apache/rocketmq-exporter/assets/17410645/7201213d-7d5a-49b4-b8ec-78a3ae36)
   
   


-- 
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 #1106] Send retry as a normal message when sendMessageBack fails [rocketmq-client-go]

2024-04-10 Thread via GitHub


leizhiyuan commented on PR #1107:
URL: 
https://github.com/apache/rocketmq-client-go/pull/1107#issuecomment-2048997111

   @lizhanhui @francisoliverlee @lizhimins 
   
   Please review it when you have time. We have already conducted the test.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org

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



[PR] [ISSUE #7988] Set enableTrace default to false [rocketmq]

2024-04-10 Thread via GitHub


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

   
   
   ### Which Issue(s) This PR Fixes
   
   
   
   Fixes #7988
   
   ### Brief Description
   
   Set enableTrace default to false
   
   
   
   ### 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 "E2E test for pull request" failed!

2024-04-10 Thread GitBox


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

Head commit for run:
b39f65ec08b9a0a72f9fdd5b826f2b1c88c9c496 / Liu Shengzhong 
[ISSUE #7963] Check consumer group existence in updateConsumerOffset (#7964)

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

With regards,
GitHub Actions via GitBox



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

2024-04-10 Thread GitBox


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

Head commit for run:
000c47bdf01ff0f50db5044a32fb22fda42c0ba6 / zhouxiang 

Set enableTrace default to false

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

With regards,
GitHub Actions via GitBox