Vladislav Pyatkov created IGNITE-18504:
------------------------------------------
Summary: Missing node name on metastorage pool naming factory
Key: IGNITE-18504
URL: https://issues.apache.org/jira/browse/IGNITE-18504
Project: Ignite
Issue Type: Bug
Reporter: Vladislav Pyatkov
*Motivation*
All threads related to a specific node should have a node name prefix in their
names. This required to avoid confusing when several nodes are started in
shared JVM.
*Implementation Notes*
Here is a good example of configuration naming factory:
{code}
new NamedThreadFactory(NamedThreadFactory.threadPrefix(ignite.name(),
"pool-name"), LOG)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)