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

Check Crossjoin Limit for individual Lists #1114

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

schlurp
Copy link

@schlurp schlurp commented Mar 28, 2019

If users request axes with lots of data, the data first gets pulled to an ArrayTupleList, which clogs up memory and stalls the server by causing a lot of GC events. To prevent this, the individual crossjoin results are checked individually for size as well as the ArrayTupleList if it exceeds size already upon enlarging memory for storing new members.

@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

@lucboudreau lucboudreau added the jira Bug is entered in Jira's maintenance backlog label Jun 10, 2019
@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

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 44m 40s

Build command:

mvn clean verify -B -e -Daudit -amd -DrunITs -pl \
assemblies/psw-ce,mondrian

❗ No tests found!

Errors:

Filtered log (click to expand)

script returned exit code 1

ℹ️ This is an automatic message

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.

None yet

5 participants