You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
Suppose I have an unowned Executor that I pass to a LockServiceImpl. This will spawn two tasks, the token and grant reaper, that will rename LockServiceImpl threads. However, when the LockServiceImpl is shut down those threads are not restored to their original names. If someone decides to re-use them, they will have that name.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Suppose I have an unowned Executor that I pass to a LockServiceImpl. This will spawn two tasks, the token and grant reaper, that will rename LockServiceImpl threads. However, when the LockServiceImpl is shut down those threads are not restored to their original names. If someone decides to re-use them, they will have that name.
The text was updated successfully, but these errors were encountered: