Anton Laletin created IGNITE-28123:
--------------------------------------
Summary: ClientPrimaryReplicaTracker: avoid null-partitions
failure when primary-replica lookup completes exceptionally
Key: IGNITE-28123
URL: https://issues.apache.org/jira/browse/IGNITE-28123
Project: Ignite
Issue Type: Bug
Reporter: Anton Laletin
Assignee: Anton Laletin
Under node restarts, partition assignment lookup may complete exceptionally
while resolving primary replicas.
In ClientPrimaryReplicaTracker.primaryReplicasAsyncInternal, the exceptional
path was not terminated for non-TableNotFound errors, and execution could
continue into result construction with partitions == null, causing a secondary
failure (NullPointerException from unboxing).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)