Vyacheslav Koptilin created IGNITE-25773:
--------------------------------------------
Summary: Move NamedThreadFactory to the client module
Key: IGNITE-25773
URL: https://issues.apache.org/jira/browse/IGNITE-25773
Project: Ignite
Issue Type: Improvement
Reporter: Vyacheslav Koptilin
Assignee: Vyacheslav Koptilin
For now, we have the following two classes that aim for the same goal:
`NamedThreadFactory` and `IgniteThreadFactory`. The only difference is that the
latter allows specifying thread permissions in terms of the type of operations
allowed.
Both of them are used interchangeably on the server side. That does not seem
correct.
All server components should only use `IgniteThreadFactory`. The
`NamedThreadFactory` should be moved to the client module.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)