[
https://issues.apache.org/jira/browse/APEXMALHAR-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15609346#comment-15609346
]
ASF GitHub Bot commented on APEXMALHAR-2317:
--------------------------------------------
GitHub user brightchen opened a pull request:
https://github.com/apache/apex-malhar/pull/470
APEXMALHAR-2317 #resolve #comment Change SpillableBenchmarkApp to ada…
…pt the change on Spillable Data Structure
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/brightchen/apex-malhar APEXMALHAR-2317
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/apex-malhar/pull/470.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #470
----
commit d8b5fe7bdcbb3cbdaa7a1ddda822ead3f3fbb7af
Author: brightchen <[email protected]>
Date: 2016-10-26T18:28:34Z
APEXMALHAR-2317 #resolve #comment Change SpillableBenchmarkApp to adapt the
change on Spillable Data Structure
----
> 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
> Assignee: 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)