[
https://issues.apache.org/jira/browse/SAMZA-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wei Song resolved SAMZA-1875.
-----------------------------
Resolution: Fixed
Fix Version/s: (was: 0.15.0)
1.0
Issue resolved by pull request 636
[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)