Wei Song created SAMZA-1875:
-------------------------------
Summary: 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
Fix For: 0.15.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)