You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by av...@apache.org on 2020/03/25 21:46:38 UTC

[hadoop-ozone] branch master updated (f6be766 -> 4682bab)

This is an automated email from the ASF dual-hosted git repository.

avijayan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git.


    from f6be766  HDDS-3243. Recon should not have the ability to send Create/Close Container commands to Datanode. (#712)
     add 4682bab  HDDS-3164. Add Recon endpoint to serve missing containers and its metadata. (#714)

No new revisions were added by this update.

Summary of changes:
 ...ainerKeyService.java => ContainerEndpoint.java} |  54 ++++++-
 ...Metadata.java => MissingContainerMetadata.java} |  44 ++++--
 ...esponse.java => MissingContainersResponse.java} |  29 ++--
 .../ozone/recon/fsck/MissingContainerTask.java     |  10 +-
 .../recon/spi/ContainerDBServiceProvider.java      |   9 ++
 .../spi/impl/ContainerDBServiceProviderImpl.java   |  13 +-
 .../webapps/recon/ozone-recon-web/api/db.json      |   8 +-
 ...rKeyService.java => TestContainerEndpoint.java} | 173 +++++++++++++++------
 .../hadoop/ozone/recon/api/TestEndpoints.java      |  34 +---
 .../ozone/recon/fsck/TestMissingContainerTask.java |  36 +++--
 .../recon/types/GuiceInjectorUtilsForTests.java    |  21 ++-
 11 files changed, 304 insertions(+), 127 deletions(-)
 rename hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/api/{ContainerKeyService.java => ContainerEndpoint.java} (80%)
 copy hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/api/types/{ContainerMetadata.java => MissingContainerMetadata.java} (55%)
 copy hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/api/types/{DatanodesResponse.java => MissingContainersResponse.java} (65%)
 rename hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/{TestContainerKeyService.java => TestContainerEndpoint.java} (67%)


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org