Chris Riccomini created SAMZA-97:
------------------------------------
Summary: Remove unused queueSize variable from TaskInstance
Key: SAMZA-97
URL: https://issues.apache.org/jira/browse/SAMZA-97
Project: Samza
Issue Type: Bug
Components: container
Affects Versions: 0.6.0
Reporter: Chris Riccomini
Fix For: 0.7.0
TaskInstance has a variable called queueSize, which appears to be unused.
Grepping shows only:
{noformat}
$ grep queueSize -r .
./samza-core/src/main/scala/org/apache/samza/container/TaskInstance.scala:
queueSize: Int = 1000,
{noformat}
Not sure where it came from, but we should get rid of it if we're not using it.
--
This message was sent by Atlassian JIRA
(v6.1#6144)