You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladislav Pyatkov (Jira)" <ji...@apache.org> on 2023/01/05 13:04:00 UTC

[jira] [Created] (IGNITE-18504) Missing node name on metastorage pool naming factory

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)