Re: [I] [Bug] rocketmq-clients/golang与rocketmq-clients/java对数据解压的实现方式不一致导致gzip解压数据出错 [rocketmq-clients]
zhenliemao commented on issue #667: URL: https://github.com/apache/rocketmq-clients/issues/667#issuecomment-2575691799 @lizhanhui #907 please check this PR if deal with this issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Bug/gzip&zlib compliance [rocketmq-clients]
zhenliemao opened a new pull request, #907: URL: https://github.com/apache/rocketmq-clients/pull/907 ### Which Issue(s) This PR Fixes Fixes #667 ### Brief Description I has made compatibility processing for the ZLIB data format that may be passed into the GZIP decompression method, and added a new test case for ZLIB compression. ### How Did You Test This Change? I wrote a test case golang/pkg/utils/utils_test.go#TestZLIBDecoder and built two scenarios. First input non ZLIB format data and test exception handling; second input ZLIB format data to test whether the decompression is correct -- 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 #7279]feat: support reopen inactive mmap to reduce the pte memory usage in … [rocketmq]
github-actions[bot] commented on PR #7727: URL: https://github.com/apache/rocketmq/pull/7727#issuecomment-2576457575 This PR 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. 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] Create a `rocketmq-bom` artifact [rocketmq]
github-actions[bot] commented on issue #7730: URL: https://github.com/apache/rocketmq/issues/7730#issuecomment-2576457542 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] An explanation for the consistency between subscription relationships and subscription relationships [rocketmq]
github-actions[bot] commented on issue #7717: URL: https://github.com/apache/rocketmq/issues/7717#issuecomment-2576457605 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] [Enhancement] Support export json consumer offset when using RocksDB consumer offset manage [rocketmq]
qianye1001 commented on issue #9111: URL: https://github.com/apache/rocketmq/issues/9111#issuecomment-2574647502 > can use mqadmin rocksDBConfigToJson command We need a more elegant approach that can persist consumer offset according to the json consumer offset manage design, rather than using mqadmin to print json 、pip it to a json file 、 rename old json file and move new json file, I plan to add parameters in mqadmin to control print or persist. -- 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] Speedup revive scan in Pop Consumption and support server side reset offset [rocketmq]
lizhimins opened a new issue, #9112: URL: https://github.com/apache/rocketmq/issues/9112 ### 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 Linux 5.10 ### RocketMQ version only develop branch about version 5.3.1 ### JDK Version JDK11 ### Describe the Bug 1. 修复开启服务端重置位点功能时(server side offset feature),Pop KV 实现重置位点不生效的问题 2. 加速 rocksdb seek API 调用的速度 ### Steps to Reproduce None ### What Did You Expect to See? 1. 能成功重置位点 2. Seek 耗时稳定 ### What Did You See Instead? 如上 ### 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: [PR] [ISSUE#667] Java client Bug gzip&zlib compliance [rocketmq-clients]
zhenliemao closed pull request #907: [ISSUE#667] Java client Bug gzip&zlib compliance URL: https://github.com/apache/rocketmq-clients/pull/907 -- 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#667] Java client Bug gzip&zlib compliance [rocketmq-clients]
zhenliemao opened a new pull request, #909: URL: https://github.com/apache/rocketmq-clients/pull/909 ### Which Issue(s) This PR Fixes Fixes #667 ### Brief Description I has made compatibility processing for the ZLIB data format that may be passed into the GZIP decompression method, and added a new test case for ZLIB compression. ### How Did You Test This Change? I wrote a test case golang/pkg/utils/utils_test.go#TestZLIBDecoder and built two scenarios. First input non ZLIB format data and test exception handling; second input ZLIB format data to test whether the decompression is correct -- 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 #891] Implement message recalling API in C# SDK [rocketmq-clients]
tsunghanjacktsai opened a new pull request, #908: URL: https://github.com/apache/rocketmq-clients/pull/908 ### Which Issue(s) This PR Fixes Fixes #891 ### Brief Description ### 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