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

HDDS-10372. SCM and Datanode communication for reconciliation #6506

Commits on Mar 1, 2024

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

Commits on Mar 6, 2024

  1. Changes for SCM WIP pt2

    Still working on best way to get errors back to the client
    errose28 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    573ec30 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    b259dae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a89c8e View commit details
    Browse the repository at this point in the history
  3. Add datanode reconcile stub.

    Also renamed existing checksum field and methods in ContainerData.
    errose28 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f9d1bfd View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 5, 2024

  1. Fix checkstyle

    errose28 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    47f6c06 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    9154e3c View commit details
    Browse the repository at this point in the history
  2. Improve error handling

    errose28 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d036229 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Add DN side unit tests

    errose28 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9aecbcf View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Test with two containers

    errose28 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2775807 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    600174f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    4841c8f View commit details
    Browse the repository at this point in the history
  2. Add (currently failing) test for scm event handler

    Some request blocking based on container states is not yet implemented.
    errose28 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8e7e8f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Refactor contaienr eligibility, SCM event handler tests pass

    Also move some reconiliation specific classes to their own package.
    errose28 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    74bb00a View commit details
    Browse the repository at this point in the history
  2. Checkstyle

    errose28 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    2effd78 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

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

    errose28 committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    3586cc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 23, 2024

  1. Some acceptance test fixes

    errose28 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d84d3ef View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Update comment

    errose28 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a4a0a1c View commit details
    Browse the repository at this point in the history
  2. findbugs

    errose28 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6f2c7e4 View commit details
    Browse the repository at this point in the history
  3. Separate container handler test for metrics

    Still not done
    errose28 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9c94f1c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    e42324e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cb0416 View commit details
    Browse the repository at this point in the history
  3. Checkstyle

    errose28 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    18f4f2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2163008 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 2, 2024

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

Commits on May 3, 2024

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

Commits on May 4, 2024

  1. checkstyle

    errose28 committed May 4, 2024
    Configuration menu
    Copy the full SHA
    290fbb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afd6043 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8e86bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    990735f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4ace2d View commit details
    Browse the repository at this point in the history
  6. Add log of placeholder checksum generated

    It's coming back as 0 always for some reason.
    errose28 committed May 4, 2024
    Configuration menu
    Copy the full SHA
    36f92ee View commit details
    Browse the repository at this point in the history
  7. checkstyle

    errose28 committed May 4, 2024
    Configuration menu
    Copy the full SHA
    f26a402 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 7, 2024

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

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    8a2427b View commit details
    Browse the repository at this point in the history
  2. Fix comment typo

    errose28 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    31e60a9 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge branch 'HDDS-10239-container-reconciliation' into HDDS-10372-re…

    …concile-cli
    
    * HDDS-10239-container-reconciliation: (296 commits)
      HDDS-10897. Refactor OzoneQuota (apache#6714)
      HDDS-10422. Fix some warnings about exposing internal representation in hdds-common (apache#6351)
      HDDS-10899. Refactor Lease callbacks (apache#6715)
      HDDS-10890. Increase default value for hdds.container.ratis.log.appender.queue.num-elements (apache#6711)
      HDDS-10832. Client should switch to streaming based on OpenKeySession replication (apache#6683)
      HDDS-10435. Support S3 object tags for existing requests (apache#6607)
      HDDS-10883. Improve logging in Recon for finalising DN logic. (apache#6704)
      HDDS-8752. Enable TestOzoneRpcClientAbstract#testOverWriteKeyWithAndWithOutVersioning (apache#6702)
      HDDS-10875. XceiverRatisServer#getRaftPeersInPipeline should be called before XceiverRatisServer#removeGroup (apache#6696)
      HDDS-10514. Recon - Provide DN decommissioning detailed status and info inline with current CLI command output. (apache#6376)
      HDDS-10878. Bump zstd-jni to 1.5.6-3 (apache#6701)
      HDDS-10877. Bump Dropwizard metrics to 3.2.6 (apache#6699)
      HDDS-10876. Bump jackson to 2.16.2 (apache#6697)
      HDDS-6116. Remove flaky tag from TestSCMInstallSnapshot (apache#6695)
      HDDS-2643. TestOzoneDelegationTokenSecretManager#testRenewTokenFailureRenewalTime fails intermittently.
      HDDS-10699. Refactor ContainerBalancerTask and TestContainerBalancerTask (apache#6537)
      HDDS-10861. Ozone cli supports default ozone.om.service.id (apache#6680)
      HDDS-10859. Improve error messages when decommission and maintenance fail-early (apache#6678)
      HDDS-9031. Upgrade acceptance tests to Docker Compose v2 (apache#6667)
      HDDS-10559. Add a warning or a check to run repair tool as System user (apache#6574)
      ...
    
    Conflicts:
        hadoop-ozone/dist/src/main/smoketest/admincli/container.robot
    errose28 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    97a76d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28b8862 View commit details
    Browse the repository at this point in the history