Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] streamingccl: add polling processor to check for cutover signal #60763

Closed

Commits on Feb 19, 2021

  1. [WIP] streamingccl: add polling processor to check for cutover signal

    This change adds a new polling processor to the stream ingestion flow.
    This processor is currently responsible for polling the systm.jobs table
    and checking if a cutover has been signalled. If it finds a signal it
    uses a mirror router to propagate that signal to all the downstream
    stream ingestion processors. The teardown then ensues and eventually
    pushes a "cutover" meta record back to the stream ingestion resumer.
    
    This change moves the revert range request from OnFailOrCancel, to be
    invoked when the resumer gets this "cutover" meta record.
    
    Release note: None
    adityamaru committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    cb87e36 View commit details
    Browse the repository at this point in the history