Open
Description
Issue Description:
The glustereventsd component has a potential memory leak risk. In the WebhookThreadPool, the message queue self.queue is initialized without specifying a maxsize value. Additionally, the corresponding queues for each webhook server also lack a defined maxsize. If webhook servers fail to consume messages or process them slowly, the message queues may accumulate messages indefinitely, leading to memory exhaustion.
Metadata
Metadata
Assignees
Labels
No labels