[
https://issues.apache.org/jira/browse/SAMZA-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16098969#comment-16098969
]
ASF GitHub Bot commented on SAMZA-1361:
---------------------------------------
GitHub user prateekm opened a pull request:
https://github.com/apache/samza/pull/248
SAMZA-1361: OperatorImplGraph is using wrong keys to store/retrieve
OperatorImpl in the map
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prateekm/samza operatorimpl-key
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/248.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 #248
----
commit 8eb2c5dff08e57cad41f3417d2bd0db035a4a7e1
Author: Prateek Maheshwari <[email protected]>
Date: 2017-07-24T18:27:19Z
SAMZA-1361: OperatorImplGraph is using wrong keys to store/retrieve
OperatorImpl in the map
----
> OperatorImplGraph used wrong keys to store/retrieve OperatorImpl in the map
> ---------------------------------------------------------------------------
>
> Key: SAMZA-1361
> URL: https://issues.apache.org/jira/browse/SAMZA-1361
> Project: Samza
> Issue Type: Bug
> Affects Versions: 0.13.0
> Reporter: Yi Pan (Data Infrastructure)
> Assignee: Prateek Maheshwari
> Fix For: 0.13.1
>
>
> The operatorsImpls in the OperatorImplGraph is using String as the lookup
> key, while the code to put the operatorImpl is using OperatorSpec as the key.
> The key used to lookup and retrieval should be consistent.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)