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: livepeer/go-livepeer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.8
Choose a base ref
...
head repository: livepeer/go-livepeer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.9
Choose a head ref
  • 8 commits
  • 30 files changed
  • 6 contributors

Commits on Sep 2, 2024

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

Commits on Sep 5, 2024

  1. build.yaml: Skip upload step raising an error for PR from forks (#3162)

    We don't want our gcp buckets to get overfilled with builds from
    external devs.
    hjpotter92 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    384b703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48a92a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. broadcaster: Fix media compatibility check (#3164)

    Not all fields will be identical segment-to-segment,
    particularly DurationSecs. This caused unnecessary
    transcoder re-initialization.
    j0sh authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a99a631 View commit details
    Browse the repository at this point in the history
  2. Add node version and orch addr to transcoded metadata (#3165)

    * Update LPMS to latest.
    
    * protoc: Regenerate
    j0sh authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    eec6ed3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Clean up inactive sessions (#3166)

    * Clean up inactive sessions
    
    Not cleaning up the sessions causes quite a big memory leak which in effect causes OOMKilled
    
    * Clean up inactive sessions
    
    Not cleaning up the sessions causes quite a big memory leak which in effect causes OOMKilled
    leszko authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    45652c4 View commit details
    Browse the repository at this point in the history
  2. selection: Clear known sessions if none of them has good enough laten…

    …cy score (#3086)
    
    Problem: We never cleaned the known sessions, even if all of them had too low latency score to use; example of what sometimes happens:
    1) Broadcaster accumulated 8 known sessions, but all had too low latency score
    2) Session refresh was not triggered because we had a lot of knows session in the pool
    3) At the same time, we didn't have sessions in unknown session pool
    4) Selection checked that it cannot use the known session and tried to select from unknown sessions (but the pool was empty or there were no sessions fulfilling the condition of max price or perf score)
    
    Co-authored-by: Thom Shutt <thomshutt@users.noreply.github.com>
    leszko and thomshutt authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    834a9c6 View commit details
    Browse the repository at this point in the history
  3. release v0.7.9 (#3167)

    j0sh authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    56a8a88 View commit details
    Browse the repository at this point in the history
Loading