Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L lbry
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 172
    • Issues 172
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lbry
  • lbry
  • Merge requests
  • !872

Merged
Created Aug 25, 2017 by ci@lbry_ciOwner

Reflector rework (for head blob announce)

  • Overview 6
  • Commits 9
  • Changes 6

Created by: kaykurokawa

When running lbrynet as a reflector cluster, it previously did not use the stream info manager at all when receiving streams from clients. Thus a reflector cluster had no knowledge of streams and would not be able to use head blob announce.

This adds stream info manager to the reflector server, and uses this to mark blobs as "should_announce" or not. test_reflectory.py has been modified to check if the stream info is handled properly and blobs are marked as "should_announce" if appropriate.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: reflector_announce_rework