You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by bh...@apache.org on 2020/07/10 00:19:55 UTC

[hadoop-ozone] branch HDDS-3930 updated (62eded8 -> ec8068c)

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

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


 discard 62eded8  fix sonar issue
 discard c09b51c  Add tests
 discard 15616a8  fix review bug
 discard 4e76041  add back
 discard 1650c7c  remove unneeded
 discard d4bd2e1  fix
 discard d9f78b3  fix
 discard 2f90d24  fix
 discard 5422b5e  use trxnLogIndex
 discard 4b1f45a  revert not needed
 discard 2722394  revert not required
 discard 668e0f9  HDDS-3900. Fix OMKeyDeletesRequest.
     add 9aed77c  HDDS-3928. Fix endpoint display in S3 Gateway webpage (#1167)
     add a4ef847  HDDS-3929. Prettify OMDeleteRequest error log. (#1168)
     add 59a3c2e  HDDS-3913. Recon build should ignore proxies (#1159)
     add 267fd9e  HDDS-3910. JooqCodeGenerator interrupted but still alive (#1170)
     add 0176bb1  HDDS-3931. Maven warning due to deprecated expression pom.artifactId (#1172)
     add 8704365  HDDS-3705. [OFS] Implement getTrashRoots for trash cleanup (#1089)
     add 471038f  HDDS-3909. Use ContainerScrubberConfiguration in ChunkManagerFactory (#1158)
     add 2e9feff  HDDS-3932. Hide jOOQ logo message from the log output on compile (#1171)
     add db7e236  HDDS-3939. Update proto.lock files (#1178)
     add 0408dd6  HDDS-3935. Change latest snapshot log to debug (#1176)
     add 25d3e52  HDDS-3940. Update angular to v1.7.9 (#1180)
     add f7a0d07  HDDS-3879. Introduce SCM and OM layoutVersion zero to the VERSION file (#1156)
     add d85c7e3  HDDS-3747. Redundancy if condition code in ListPipelinesSubcommand (#1051)
     add e0e2547  HDDS-3900. Fix OMKeyDeletesRequest.
     add d769ef7  revert not required
     add c5b0102  revert not needed
     add c9603a3  use trxnLogIndex
     add 3972827  fix
     add 22121c9  fix
     add 223a99c  fix
     add ae62dd7  remove unneeded
     add 5610238  add back
     add 861d184  fix review bug
     add d6daa33  Add tests
     add 70d5f33  fix sonar issue
     add ec8068c  fix review comments

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (62eded8)
            \
             N -- N -- N   refs/heads/HDDS-3930 (ec8068c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 LICENSE.txt                                        |   4 +-
 .../org/apache/hadoop/hdds/HddsConfigKeys.java     |   4 -
 .../java/org/apache/hadoop/ozone/OzoneConsts.java  |   2 +
 .../org/apache/hadoop/ozone/common/Storage.java    |   7 +-
 .../apache/hadoop/ozone/common/StorageInfo.java    |  24 +-
 .../common/src/main/resources/ozone-default.xml    |  10 -
 .../keyvalue/impl/ChunkManagerFactory.java         |  11 +-
 .../ozoneimpl/ContainerScrubberConfiguration.java  |   4 +
 .../resources/webapps/static/angular-1.6.4.min.js  | 332 -------------------
 .../resources/webapps/static/angular-1.7.9.min.js  | 350 +++++++++++++++++++++
 .../webapps/static/angular-route-1.6.4.min.js      |  17 -
 .../webapps/static/angular-route-1.7.9.min.js      |  17 +
 .../interface-client/src/main/proto/proto.lock     |  30 ++
 hadoop-hdds/pom.xml                                |   4 +-
 .../hdds/scm/server/StorageContainerManager.java   |  10 +-
 .../src/main/resources/webapps/scm/index.html      |   4 +-
 .../scm/cli/pipeline/ListPipelinesSubcommand.java  |  21 +-
 .../apache/hadoop/ozone/client/ObjectStore.java    |  13 +-
 .../apache/hadoop/ozone/client/rpc/RpcClient.java  |  52 ++-
 .../hadoop/ozone/om/helpers/OmDeleteKeys.java      |  33 ++
 .../ozone/om/protocol/OzoneManagerProtocol.java    |  13 +-
 ...OzoneManagerProtocolClientSideTranslatorPB.java |  43 ++-
 hadoop-ozone/dist/src/main/license/bin/LICENSE.txt |   4 +-
 .../hadoop/fs/ozone/TestRootedOzoneFileSystem.java | 158 +++++++++-
 .../src/main/proto/OmClientProtocol.proto          |  18 +-
 .../interface-client/src/main/proto/proto.lock     |  68 +++-
 .../org/apache/hadoop/ozone/om/OzoneManager.java   | 105 ++++---
 .../ozone/om/ratis/OzoneManagerStateMachine.java   |   2 +-
 .../ozone/om/request/key/OMKeyDeleteRequest.java   |   2 +-
 .../ozone/om/request/key/OMKeysDeleteRequest.java  | 149 +++++----
 .../main/resources/webapps/ozoneManager/index.html |   4 +-
 .../om/request/key/TestOMKeysDeleteRequest.java    |  62 ++--
 .../ozone/BasicRootedOzoneClientAdapterImpl.java   |  61 ++++
 .../fs/ozone/BasicRootedOzoneFileSystem.java       |  12 +
 hadoop-ozone/pom.xml                               |   6 +-
 .../ozone/recon/codegen/JooqCodeGenerator.java     |   1 +
 hadoop-ozone/recon/pom.xml                         |   2 +
 .../src/main/resources/webapps/static/s3g.js       |   4 +-
 38 files changed, 1017 insertions(+), 646 deletions(-)
 delete mode 100644 hadoop-hdds/framework/src/main/resources/webapps/static/angular-1.6.4.min.js
 create mode 100644 hadoop-hdds/framework/src/main/resources/webapps/static/angular-1.7.9.min.js
 delete mode 100644 hadoop-hdds/framework/src/main/resources/webapps/static/angular-route-1.6.4.min.js
 create mode 100644 hadoop-hdds/framework/src/main/resources/webapps/static/angular-route-1.7.9.min.js
 create mode 100644 hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OmDeleteKeys.java


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