xinyuiscool opened a new pull request #939: SAMZA-2122: Fix the task caught-up 
logic which doesn't handle no incoming messages
URL: https://github.com/apache/samza/pull/939
 
 
   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to