mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-28 20:09:14 +08:00
7a1a9501ca
* fix: fix file handle leak in TimerWheel - Move RandomAccessFile and FileChannel to instance variables - Close FileChannel in shutdown() method instead of constructor finally block - This ensures proper resource cleanup and prevents file handle leaks Change-Id: If6f0bdd555e5f6fdd5c44ca8404f7918b45cf67b Co-developed-by: Cursor <noreply@cursor.com> * fix Change-Id: Icf8f6c316208f8e38421013f2d7b7028f56d5259 * fix Change-Id: I9ed022b94fca31f005e71afe92a0374265f6ea11 * fix Change-Id: Ibfd499652378710ccc7b5632370a77ab5dc4b8f3 --------- Co-authored-by: guyinyou <guyinyou.gyy@alibaba-inc.com>