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

[server] Dropping unassigned partitions #1196

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

Commits on Sep 12, 2024

  1. Initial commit

    kristyelee committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    cc1d7ff View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    8093581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8ebe2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3eaeafb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

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

    kristyelee committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    01ca67f View commit details
    Browse the repository at this point in the history
  3. Standardize code

    kristyelee committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fd14574 View commit details
    Browse the repository at this point in the history
  4. Update ideal state

    kristyelee committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    56e7711 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    04c4e9e View commit details
    Browse the repository at this point in the history
  2. [Placeholder]

    kristyelee committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e09f7bf View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Updated StorageService constructor and initializer with functionToChe…

    …ckWhetherStoragePartitionShouldBeKeptOrNot
    kristyelee committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6c50513 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06dd6c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53d177c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8bad05 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    54d8708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14924e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. [Commented modified code]

    kristyelee committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    eb5dd89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d55f704 View commit details
    Browse the repository at this point in the history
  3. Code restructure

    kristyelee committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3ffd26d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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

Commits on Oct 7, 2024

  1. StorageService unit test

    kristyelee committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3979b63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b926839 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 10, 2024

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

Commits on Oct 11, 2024

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

Commits on Oct 12, 2024

  1. Apply review comments

    kristyelee committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    3431081 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Apply review comments

    kristyelee committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    528f7a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. [server] Remove storage partitions not assigned to host

    This involves:
    1. Updating a function in StorageService to consult ideal state
    2. Hostname comparison for each partition
    3. Unit test
    kristyelee committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    cdf99f7 View commit details
    Browse the repository at this point in the history