[
https://issues.apache.org/jira/browse/APEXMALHAR-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536907#comment-15536907
]
ASF GitHub Bot commented on APEXMALHAR-2276:
--------------------------------------------
GitHub user chandnisingh opened a pull request:
https://github.com/apache/apex-malhar/pull/437
APEXMALHAR-2276 over writing the value of a key in the same time bucket
@davidyan74 @ilooner please review and merge since you are familiar with
ManagedState code
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chandnisingh/apex-malhar APEXMALHAR-2276
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/apex-malhar/pull/437.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 #437
----
commit ab7bab27c340ed7a33217389f9b1c3f39eac4beb
Author: Chandni Singh <[email protected]>
Date: 2016-09-30T20:01:09Z
APEXMALHAR-2276 over writing the value of a key in the same time bucket
----
> ManagedState: value of a key does not get over-written in the same time bucket
> ------------------------------------------------------------------------------
>
> Key: APEXMALHAR-2276
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2276
> Project: Apache Apex Malhar
> Issue Type: Bug
> Reporter: Siyuan Hua
> Assignee: Chandni Singh
>
> For example:
> ManagedTimeUnifiedStateImpl mtus;
> mtus.put(10000, key1, val1)
> mtus.put(10000, key1, val2)
> mtus.get(10000, key1).equals(val2) will return false
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)