[
https://issues.apache.org/jira/browse/IGNITE-23445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Chesnokov updated IGNITE-23445:
-----------------------------------------
Description:
The {{CacheGroupMetricsImpl.onTopologyInitialized}} method completes execution
even when {{topology.initialized()}} returns {{{}false{}}}. This leads to the
execution of logic that depends on an initialized topology, potentially causing
unexpected errors in the system.
{*}Steps to Reproduce{*}:
# Run testClientNodePds.
# See result of ctx.topology().initialized() in
{{CacheGroupMetricsImpl.onTopologyInitialized}} method
# Check the logs for any execution of logic that should only occur when the
topology is initialized.
was:
The {{CacheGroupMetricsImpl.onTopologyInitialized}} method completes execution
even when {{topology.initialized()}} returns {{{}false{}}}. This leads to the
execution of logic that depends on an initialized topology, potentially causing
unexpected errors in the system.
{*}Steps to Reproduce{*}:
# Run testClientNodePds.
# {{See result of}}
ctx.topology().initialized() in {{CacheGroupMetricsImpl.onTopologyInitialized}}
method
# Check the logs for any execution of logic that should only occur when the
topology is initialized.
> onTopologyInitialized method works with not initialized topology
> ----------------------------------------------------------------
>
> Key: IGNITE-23445
> URL: https://issues.apache.org/jira/browse/IGNITE-23445
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Reporter: Aleksandr Chesnokov
> Priority: Minor
>
> The {{CacheGroupMetricsImpl.onTopologyInitialized}} method completes
> execution even when {{topology.initialized()}} returns {{{}false{}}}. This
> leads to the execution of logic that depends on an initialized topology,
> potentially causing unexpected errors in the system.
> {*}Steps to Reproduce{*}:
> # Run testClientNodePds.
> # See result of ctx.topology().initialized() in
> {{CacheGroupMetricsImpl.onTopologyInitialized}} method
> # Check the logs for any execution of logic that should only occur when the
> topology is initialized.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)