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

Added timing data and more granular stages to SegmentReplicationState #4222

Merged
merged 4 commits into from
Aug 17, 2022

Commits on Aug 17, 2022

  1. Added timing data and more granular stages to SegmentReplicationState

    This change introduces instrumentation logging that measures the latency of the various stages of segment replication as seen by each replica. Logs have also been added to the source node for checkpoint publishing and checkpoint metadata responses. All logging is currently at the TRACE level.
    
    Signed-off-by: Kartik Ganesh <gkart@amazon.com>
    kartg committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    8236446 View commit details
    Browse the repository at this point in the history
  2. Fixing SegmentReplicationTarget tests

    Signed-off-by: Kartik Ganesh <gkart@amazon.com>
    kartg committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    2e3e16c View commit details
    Browse the repository at this point in the history
  3. Incorporated PR feedback

    Signed-off-by: Kartik Ganesh <gkart@amazon.com>
    kartg committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    15da49f View commit details
    Browse the repository at this point in the history
  4. Fixing SegmentReplicationTargetService tests

    Signed-off-by: Kartik Ganesh <gkart@amazon.com>
    kartg committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c395ac1 View commit details
    Browse the repository at this point in the history