merlimat opened a new pull request #10351: URL: https://github.com/apache/pulsar/pull/10351
### Motivation This change is to enhance the `ResourceLock` to automatically revalidate the lock with the metadata store once a session is lost and then re-established. There are multiple state in which a lock can be left after the session is recovered, with either stale value that is going to get cleaned up or some other instance took over the lock. This single implementation will be then used in all the places where we're taking ownerships in the code-base. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
