bright chen created APEXMALHAR-2317: ---------------------------------------
Summary: Change SpillableBenchmarkApp to adapt the change on Spillable Data Structure Key: APEXMALHAR-2317 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2317 Project: Apache Apex Malhar Issue Type: Bug Reporter: bright chen Nullpointer exception will be thrown due to the change of Spillable Data Structure. java.lang.NullPointerException at org.apache.apex.malhar.lib.state.managed.AbstractManagedStateImpl.getBucket(AbstractManagedStateImpl.java:325) at org.apache.apex.malhar.lib.state.managed.AbstractManagedStateImpl.ensureBucket(AbstractManagedStateImpl.java:331) at org.apache.apex.malhar.lib.state.spillable.SpillableMapImpl.setup(SpillableMapImpl.java:209) at com.datatorrent.benchmark.spillable.SpillableTestOperator.createWindowToCountMap(SpillableTestOperator.java:188) at com.datatorrent.benchmark.spillable.SpillableTestOperator.setup(SpillableTestOperator.java:85) at com.datatorrent.common.util.BaseOperator.setup(BaseOperator.java:30) -- This message was sent by Atlassian JIRA (v6.3.4#6332)