You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Billy Liu (JIRA)" <ji...@apache.org> on 2018/01/25 06:12:00 UTC

[jira] [Reopened] (KYLIN-2916) NPE happens in testBPUSCalculator randomly

     [ https://issues.apache.org/jira/browse/KYLIN-2916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Billy Liu reopened KYLIN-2916:
------------------------------
      Assignee: Wang Cheng

> NPE happens in testBPUSCalculator randomly
> ------------------------------------------
>
>                 Key: KYLIN-2916
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2916
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Wang Cheng
>            Assignee: Wang Cheng
>            Priority: Major
>         Attachments: 0001-KYLIN-2916-ignore-ITGeneticAlgorithmTest.patch
>
>
> Stack trace:
> testBPUSCalculator(org.apache.kylin.cube.cuboid.algorithm.ITGeneticAlgorithmTest)  Time elapsed: 28.62 sec  <<< ERROR!
> java.lang.NullPointerException: null
> 	at org.apache.kylin.cube.cuboid.algorithm.generic.lib.OnePointCrossover.crossover(OnePointCrossover.java:79)
> 	at org.apache.kylin.cube.cuboid.algorithm.generic.GeneticAlgorithm.nextGeneration(GeneticAlgorithm.java:213)
> 	at org.apache.kylin.cube.cuboid.algorithm.generic.GeneticAlgorithm.evolve(GeneticAlgorithm.java:174)
> 	at org.apache.kylin.cube.cuboid.algorithm.generic.GeneticAlgorithm.start(GeneticAlgorithm.java:111)
> 	at org.apache.kylin.cube.cuboid.algorithm.generic.GeneticAlgorithm.recommend(GeneticAlgorithm.java:85)
> 	at org.apache.kylin.cube.cuboid.algorithm.ITGeneticAlgorithmTest.testBPUSCalculator(ITGeneticAlgorithmTest.java:33)
> Since this UT is not very stable, ignore it temporary.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)