Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
Docs Required, Release Notes Required
Description
The CacheGroupMetricsImpl.onTopologyInitialized method completes execution even when ctx.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. It return false now, but must be true
For more details watch issue links
Attachments
Issue Links
- causes
-
IGNITE-23355 testClientNodePds sometimes fails with NullPointerException
- Resolved