Bug 1018097

Summary: Regression in Lucene Directory: NPE during SegmentInfos.getLastCommitGeneration
Product: [JBoss] JBoss Data Grid 6 Reporter: Martin Gencur <mgencur>
Component: InfinispanAssignee: Tristan Tarrant <ttarrant>
Status: VERIFIED --- QA Contact: Martin Gencur <mgencur>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: amanukya, jdg-bugs, sanne
Target Milestone: ER3   
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: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 1010419    

Description Martin Gencur 2013-10-11 08:46:05 UTC
See description in linked JIRA

Comment 2 Tristan Tarrant 2013-10-18 11:19:25 UTC
Fixed in ER3.1

Comment 3 Sanne Grinovero 2013-10-18 12:37:24 UTC
I'm wondering if QA actually already had tests which could highlight this?

In Infinispan running the functional testsuite is not enough, you need to run a load or performance test to trigger the failure.

I'm pretty confident that it will pass QA now but it would be good to verify that the version without the fix was actually causing some failure.

Comment 4 Martin Gencur 2013-10-18 13:07:44 UTC
No, we don't have functional tests that could highlight this issue. We haven't seen any issues when running performance tests for queries, but I'm not sure we ran any perf. tests at the moment the problem was there.

Comment 5 Anna Manukyan 2013-10-22 10:12:38 UTC
I've run the test org.infinispan.lucene.profiling.PerformanceCompareStressTest.profileInfinispanLocalDirectory() using JDG_6.2.0.ER3 and JDG_6.2.0.ER3.1. For the first one the test fails, for the newest tag, it passes.

The issue is verified.

Comment 6 Sanne Grinovero 2013-10-22 23:28:30 UTC
Thanks! glad this is covered.