Bug 1012999
Summary: | [ISPN-3321] NPE in MapReduceTask reduce phase | ||
---|---|---|---|
Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Alan Field <afield> |
Component: | Embedded | Assignee: | Tristan Tarrant <ttarrant> |
Status: | CLOSED UPSTREAM | QA Contact: | Martin Gencur <mgencur> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.2.0 | CC: | jdg-bugs |
Target Milestone: | ER2 | ||
Target Release: | 6.2.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2025-02-10 03:28:36 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1010419 |
Description
Alan Field
2013-09-27 14:48:37 UTC
Dan Berindei <dberinde> made a comment on jira ISPN-3321 [~afield] The stack traces are a outdated, could we get another run with the latest master? Alan Field <afield> made a comment on jira ISPN-3321 [~dan.berindei] I'll try, but this one isn't 100% reproducible Alan Field <afield> made a comment on jira ISPN-3321 [~dan.berindei] These tests were run with Infinispan 5.3.0 Final, if that helps any. Still trying to see if I can reproduce it. Dan Berindei <dberinde> made a comment on jira ISPN-3321 [~afield] I think the problem here is that the default intermediary cache configuration has a {{lifespan}} and {{maxIdle}} of 120 seconds. The error appeared almost 3 minutes after the map/reduce task started, so it's very likely that the entry inserted by the mapper in the intermediary cache expired just as the reducer was trying to read it. I don't think there is any reason to have expiry in the intermediary cache, so I'll change the default configuration in CreateCacheCommand. If a cache {{\_\_tmpMapReduce}} is defined, its configuration will be used instead of the default configuration in CreateCacheCommand. So defining a cache {{\_\_tmpMapReduce}} without any special settings is a good workaround in the meantime. Adrian Nistor <anistor> made a comment on jira ISPN-3321 Integrated in master. Thanks! I'll try to verify this I have not been able to reproduce this NPE anymore. If I see this again, I will reopen this bug. This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |