Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linkedin/brooklin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.4.3
Choose a base ref
...
head repository: linkedin/brooklin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 24 files changed
  • 5 contributors

Commits on Oct 31, 2023

  1. Fix other Potential Instances Of Usage Of RemoveAll With Lists (#969)

    Co-authored-by: Shrinand Thakkar <sthakkar@sthakkar-mn2.linkedin.biz>
    shrinandthakkar and Shrinand Thakkar authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c082369 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Update handle assignment error metric (#967)

    * Update handle assignment error metric
    
    * Address feedback
    jogrogan authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    9aac481 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Added new class to help log assignments (#963)

    * Added new class to help log assignments keeping log lines under a size limit
    amybubu authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    dbe45d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    5e20a9d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Only move datastream to stopped state if it is still in STOPPING state (

    #974)
    
    * Only move datastream to stopped state if it is still in STOPPING state
    
    * Only move datastream to stopped state if it is still in STOPPING state
    hshukla authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    417d1f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Unblock waiting threads sooner (#975)

    * Unblock waiting threads sooner
    
    * Unblock waiting threads sooner
    
    * Use explicit CV to wait and notifyall blocking threads
    
    * Use explicit CV to wait and notifyall blocking threads
    
    * Add state varibale for intrinsic CV for notification
    
    * Add state varibale for intrinsic CV for notification
    
    * Add state varibale for intrinsic CV for notification
    
    * Add state varibale for intrinsic CV for notification
    
    * Add state varibale for intrinsic CV for notification
    
    * Add state varibale for intrinsic CV for notification
    
    * Add state varibale for intrinsic CV for notification
    
    * Add state varibale for intrinsic CV for notification
    
    * Add comment
    
    * Update version
    
    * Update version
    
    * Update comment
    
    * Update test
    
    * Update test
    hshukla authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c7752df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    335f651 View commit details
    Browse the repository at this point in the history
  3. Move wait after the interrupt (#978)

    * Move wait after the interrupt
    
    * Bump version
    hshukla authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6f54217 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Apply lock at Coordinator class level (#979)

    * Apply lock at Coordinator class level
    
    * Apply lock at Coordinator class level
    
    * Apply lock at Coordinator class level
    
    * Update unit test and add comment
    hshukla authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    07d26fc View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    939d874 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    453659e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Add partitions to auto pause on consumer side topic access error (#981)

    * Add partitions to auto pause on consumer side topic access error
    
    * Add java doc
    
    * Add isLeaderBusy metric
    
    * Update comment
    
    * Update comment
    
    * Address review comment
    hshukla authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    cac66bf View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    8691fde View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Use CONV to apply proper mysql chunking (#983)

    WARNING - Need to be careful on deployment as any queries for an active bootstrap will be impacted
    jogrogan authored May 21, 2024
    Configuration menu
    Copy the full SHA
    05eb6d1 View commit details
    Browse the repository at this point in the history
Loading