[
https://issues.apache.org/jira/browse/SAMZA-2122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xinyu Liu resolved SAMZA-2122.
------------------------------
Resolution: Fixed
Fix Version/s: 1.1
> Fix the task caught-up logic which doesn't handle no incoming messages
> ----------------------------------------------------------------------
>
> Key: SAMZA-2122
> URL: https://issues.apache.org/jira/browse/SAMZA-2122
> Project: Samza
> Issue Type: Bug
> Reporter: Xinyu Liu
> Assignee: Xinyu Liu
> Priority: Major
> Fix For: 1.1
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Currently the TaskInstance.checkCaughtUp() logic has a bug that if there is
> no incoming messages for a partition, it will not mark the ssp to be caught
> up. Instead, it should mark ssp to be caught up if the starting offset is
> already the upcoming offset for a ssp, meaning it has consumed all the
> messages in this partition and waiting for the future incoming messages. This
> indicates the ssp is fully caught up.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)