atlasdb icon indicating copy to clipboard operation
atlasdb copied to clipboard

Legacy Lock Thread Names Can Cause Confusion

Open jeremyk-91 opened this issue 5 years ago • 0 comments

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.

jeremyk-91 avatar Jul 16 '20 17:07 jeremyk-91