[
https://issues.apache.org/jira/browse/SAMZA-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16611576#comment-16611576
]
ASF GitHub Bot commented on SAMZA-1875:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/samza/pull/636
> Reuse table instances in TableManager
> -------------------------------------
>
> Key: SAMZA-1875
> URL: https://issues.apache.org/jira/browse/SAMZA-1875
> Project: Samza
> Issue Type: Improvement
> Components: kv
> Affects Versions: 0.15.0
> Reporter: Wei Song
> Priority: Major
> Fix For: 1.0
>
>
> We currently are invoking TableProvider.getTable() when
> TableManager.getTable(tableId) is invoked every time, this would in turn
> cause a new table instance being created. The assumption used so far is that
> end user would cache table instances, which is not always true. Therefore we
> should reuse table instance created earlier in TableManager.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)