rangareddy commented on issue #15203:
URL: https://github.com/apache/hudi/issues/15203#issuecomment-5057022521

   This issue was reviewed as part of the JIRA-migrated backlog triage.
   
   This is a >3-year-old speculative investigation ticket (HUDI-4180, filed Jun 
2022) that carries only a screenshot, with no stack trace, Hudi version, or 
reproduction steps.
   
   In current code the lock cleanup path is properly wired: 
LockManager.unlock() -> LockManager.close() -> lockProvider.close() -> 
DynamoDBBasedLockProviderBase.close(), which calls 
AmazonDynamoDBLockClient.close() and shuts down the client's background 
heartbeat thread. We could not reproduce a thread leak from code inspection.
   
   Closing as stale. If you still observe leaked Lock Client threads on a 
recent Hudi version, please open a fresh issue with the Hudi version, your lock 
configuration, and a thread dump.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to