Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash in mondrian.rolap.cache.SegmentCacheIndexImpl.findRollupCandidatesAmong #1038

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

barvins
Copy link

@barvins barvins commented Mar 28, 2018

PartiallyOrderedSet.getAncestors() would sometimes return a list containing null item, causing an exception:
java.lang.NullPointerException
at mondrian.rolap.cache.SegmentCacheIndexImpl.findRollupCandidatesAmong(SegmentCacheIndexImpl.java:814)

Problem pops up randomly when stress testing mondrian with multiple parallel requests.

Problem is also reported by another person here:
https://forums.pentaho.com/archive/index.php/t-208717.html

This patch solved the problem for me.

@wingman-pentaho
Copy link
Collaborator

Hello, This is an automated comment from our build system. Since this pull request originated from a user not in the Pentaho organization, we will not proceed with automatic validation of the pull request. However, rest assured that it will be reviewed manually as soon as we get the chance. Thanks for your contribution!

@lucboudreau
Copy link
Member

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy
Copy link
Collaborator

❌ Build failed in 1h 45m 29s

Build command:

mvn clean verify -B -e -Daudit -amd -DrunITs -pl mondrian

❗ No tests found!

Errors:

Filtered log (click to expand)

script returned exit code 1

ℹ️ This is an automatic message

@graimundo graimundo requested a review from a team as a code owner September 25, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira Bug is entered in Jira's maintenance backlog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants