Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve message when lock is held by some other client #109

Open
sky-andremartins opened this issue Mar 30, 2023 · 0 comments
Open

Improve message when lock is held by some other client #109

sky-andremartins opened this issue Mar 30, 2023 · 0 comments

Comments

@sky-andremartins
Copy link

Currently the message logged when there is another client holding the lock does not contain that client id because it relies on the toString method from ResultSet and thats not convenient.

log.info("Lock currently held by {}", currentLock);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant