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

[WIP] [6/n] Ingress receives responses over network #1251

Closed
wants to merge 6 commits into from
Closed

Commits on Feb 29, 2024

  1. [1/n] Move my node ID to metadata and metadata-manager related fixes

    Removes `NodeId::my_node_id()` and introduces `metadata().my_node_id()`. Along with various fixes to allow automatic propagation of metadata between tasks
    AhmedSoliman committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4eae592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4f7ea0 View commit details
    Browse the repository at this point in the history
  3. [3/n] Stub networking and network sender

    This also introduces metadata manager's machinery for sending metadata updates and accepting metadata fetch requests across nodes
    AhmedSoliman committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    be88dde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    808237d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4217f66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fa7145 View commit details
    Browse the repository at this point in the history