[
https://issues.apache.org/jira/browse/IGNITE-18504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vyacheslav Koptilin updated IGNITE-18504:
-----------------------------------------
Ignite Flags: (was: Docs Required,Release Notes Required)
> 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
> Priority: Major
>
> *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)