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

Periodically Check For Migration Opportunities #214

Merged
merged 27 commits into from
Feb 7, 2022

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    867f41f View commit details
    Browse the repository at this point in the history
  2. scheduler: add function migration thread that sleeps for a fixed amou…

    …nt of time, and a simple test.
    csegarragonz committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    4eef2d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    0a971c8 View commit details
    Browse the repository at this point in the history
  2. scheduler: start/stop migration thread and fix race condition when re…

    …moving from in-flight map
    csegarragonz committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    ff175df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa9fcc8 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    4efe4ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13560b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b02aba View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    1b98e6b View commit details
    Browse the repository at this point in the history
  2. tests: fix data race

    csegarragonz committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    6308962 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5192100 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3b50d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe07c6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a45cc00 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    c177e6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5fa773 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec38aad View commit details
    Browse the repository at this point in the history
  4. Make getMemoryView public

    Shillaker committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    fefbe12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07709f0 View commit details
    Browse the repository at this point in the history
  6. migration working

    csegarragonz committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    6123721 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. cleanup

    csegarragonz committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    446e90a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    c090a16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51dcc95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba44bdd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28d143e View commit details
    Browse the repository at this point in the history
  5. mpi: use a boolean flag to indicate that app has been migrated, and c…

    …heck for flag in barriers to remove used pendingMigrations in the scheduler
    csegarragonz committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    54ab7b4 View commit details
    Browse the repository at this point in the history
  6. proto: make topologyHint a message field, add test for json serialisa…

    …tion, remove unnecessary field to callFunctions, and re-factor necessary calls to callFunctions
    csegarragonz committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    3bc2089 View commit details
    Browse the repository at this point in the history