Skip to content

RollupIT disables all thread leak detection #31258

Closed
@jasontedor

Description

@jasontedor

Currently the main rollup integration test disables all thread leak detection:

@ThreadLeakScope(ThreadLeakScope.Scope.NONE)
public class RollupIT extends ESIntegTestCase {

I think that this should be unnecessary, I think that the only thread that should be filtered out here is the ObjectCleanerThread from Netty (relates #31232). It looks like this was added for the trigger_engine_scheduler thread. Can we look into this and see if the thread leak none can be removed and reduced to filter the ObjectCleanerThread only (extend XPackIntegTestCase)?

Metadata

Metadata

Assignees

Labels

:StorageEngine/RollupTurn fine-grained time-based data into coarser-grained data

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions