Lalant opened a new pull request, #7741: URL: https://github.com/apache/ignite-3/pull/7741
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). https://issues.apache.org/jira/browse/IGNITE-28123 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
