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

[Fetch Migration] Handle idle pipeline when target doc count is never reached #377

Merged
merged 3 commits into from
Nov 7, 2023

Commits on Nov 7, 2023

  1. [Fetch Migration] Handling of idle Data Prepper pipeline with incompl…

    …ete migration
    
    This includes a new ProgressMetrics class that is used by the migration monitor to track various Data Prepper and API failure metrics in order to detect an idle pipeline. Much of the migration-success logic from the monitoring module has now been encapsulated in this class. Unit test updates and improvements are also included.
    
    Signed-off-by: Kartik Ganesh <[email protected]>
    kartg committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    98f35a5 View commit details
    Browse the repository at this point in the history
  2. [Fetch Migration] Refactoring migration_monitor.py functions

    Run and monitor_local have been merged into a single function since most of their code/logic is identical. Unit tests have been updated for improved coverage.
    
    Signed-off-by: Kartik Ganesh <[email protected]>
    kartg committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f057202 View commit details
    Browse the repository at this point in the history
  3. Incorporated PR comments

    Signed-off-by: Kartik Ganesh <[email protected]>
    kartg committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    21b3717 View commit details
    Browse the repository at this point in the history