Nikita Amelchev created IGNITE-21026:
----------------------------------------
Summary: [Extensions] Fixed NPE in the performance statistics
extension if there are no jobs for a task
Key: IGNITE-21026
URL: https://issues.apache.org/jira/browse/IGNITE-21026
Project: Ignite
Issue Type: Bug
Reporter: Nikita Amelchev
Assignee: Nikita Amelchev
{noformat}
Exception in thread "main" java.lang.NullPointerException
at
org.apache.ignite.internal.performancestatistics.handlers.ComputeHandler.lambda$results$5(ComputeHandler.java:137)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at
org.apache.ignite.internal.performancestatistics.handlers.ComputeHandler.results(ComputeHandler.java:130)
at
org.apache.ignite.internal.performancestatistics.PerformanceStatisticsReportBuilder.createReport(PerformanceStatisticsReportBuilder.java:129)
at
org.apache.ignite.internal.performancestatistics.PerformanceStatisticsReportBuilder.main(PerformanceStatisticsReportBuilder.java:69)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)