You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/20 05:24:05 UTC

[GitHub] [rocketmq] dugenkui03 opened a new issue, #4181: Prevent int overflow

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

   #### MINOR IMPORVEMENT
   
   Minor improvement to prevent int overflow in `TraceContext`.
   
   
   #### Describe in Chinese
   
   对 `TraceContext` 中`#compareTo(TraceContext)` 方法进行优化避免后续可能支持超长周期定时消息或者开发者魔改开发时触发 int 溢出问题。
   
   https://mp.weixin.qq.com/s/JSjaF--EPRZHgI1037hJ-w 也提到了部分开发者会定制”任意时间,超长生命周期“的定时消息。
   
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org.apache.org

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


[GitHub] [rocketmq] RongtongJin closed issue #4181: Prevent int overflow in `TraceContext`

Posted by GitBox <gi...@apache.org>.
RongtongJin closed issue #4181: Prevent int overflow in `TraceContext`
URL: https://github.com/apache/rocketmq/issues/4181


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq] RongtongJin commented on issue #4181: Prevent int overflow in `TraceContext`

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #4181:
URL: https://github.com/apache/rocketmq/issues/4181#issuecomment-1105904092

   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: dev-unsubscribe@rocketmq.apache.org

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