mondrian icon indicating copy to clipboard operation
mondrian copied to clipboard

Mondrian is an Online Analytical Processing (OLAP) server that enables business users to analyze large quantities of data in real-time.

Results 109 mondrian issues
Sort by recently updated
recently updated
newest added

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...

jira

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...

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...

jira

Improved detection of MariaDB database and fixed behaviour of method allowFromQueue(). Link to JIRA: https://jira.pentaho.com/browse/MONDRIAN-2650

jira

Hello @peterrinehart,@lucboudreau , I could provide some PR on this topic: * use bnd to generate bundle manifest and package * auto generate ServiceLoader files and Capabilities * separate api...

In OrderFunDef.evaluateList there is code that makes all lists except ArrayTupleList null ```java public TupleList evaluateList( Evaluator evaluator ) { evaluator.getTiming().markStart( TIMING_NAME ); try { final TupleIterable iterable = iterCalc.evaluateIterable(...

https://nexus.pentaho.org/content/groups/omni is not responding. Cloudfront is putting up a 504. Will this be fixed soon? Update: So it was going to cloudfront and throwing up after a long timeout. Now...

Hello everyone. The link that is in the description of the repo, mondrian.pentaho.com/ , is not working anymore. Is there an official Mondrian site to replace that link?

when I access https://mondrian.pentaho.com/head/documentation/schema.php#Schema_element,Always return me like this" AccessDenied Access Denied 7A73A3232D73EF29 Z04BTI7la1opT4fKzgPDzlaLjknLTy7gKiAJd8Bs2+3IOERZ6Kj/6B3U/kUKjivaZ056AK/lUvw= " Can Anyone help me??

Hi, what is the latest mondrian version? It seems to be confusing or I don't understand something. Here: https://sourceforge.net/projects/mondrian/files/mondrian/ there are two: * mondrian-3.14.0.0-12.jar, released in 2017 * mondrian-4.7.0.0-12.jar, released...