The GitHub Actions job "CodeQL Analysis" on rocketmq.git/feature/10462-resource 
has failed.
Run started by GitHub user lizhimins (triggered by lizhimins).

Head commit for run:
f707726cf55b13d570212b2ad47a120e98c16986 / lizhimins <[email protected]>
[ISSUE #10462] Fix resource leaks and lifecycle issues in tiered storage

- FileSegment close() waits for in-flight commit (30s timeout)
- PosixFileSegment stores RAF references to prevent handle leaks
- MessageStoreExecutor shutdown adds awaitTermination(30s)
- Remove MessageStoreExecutor singleton pattern
- Remove fileRecyclingExecutor (wrong thread name, unused)
- Change MessageStoreExecutor fields from public to private with getters
- FlatFileFactory removes test constructor that leaked thread pool
- FlatMessageFile removes dead inFlightRequestMap field
- TieredMessageStore reorders shutdown: dispatcher->index->executor->file->next
- Update all tests to pass executor to FlatFileFactory and shutdown in @After

Co-Authored-By: Claude Fable 5 <[email protected]>

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

With regards,
GitHub Actions via GitBox

Reply via email to