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

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


    from 471038f  HDDS-3909. Use ContainerScrubberConfiguration in 
ChunkManagerFactory (#1158)
     new 95812e7  HDDS-3932. Hide jOOQ logo message from the log output on 
compile (#1171)
     new a81c10f  HDDS-3939. Update proto.lock files (#1178)
     new 378b31b  HDDS-3935. Change latest snapshot log to debug (#1176)
     new f312bae  HDDS-3940. Update angular to v1.7.9 (#1180)
     new 6a2183c  HDDS-3879. Introduce SCM and OM layoutVersion zero to the 
VERSION file (#1156)
     new 9709b26  HDDS-3747. Redundancy if condition code in 
ListPipelinesSubcommand (#1051)
     new 3118456  HDDS-3944. OM StateMachine unpause fails with NPE (#1183)
     new a15c68c  HDDS-3918. ConcurrentModificationException in 
ContainerReportHandler.… (#1174)

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE.txt                                        |   4 +-
 .../org/apache/hadoop/ozone/common/Storage.java    |   7 +-
 .../apache/hadoop/ozone/common/StorageInfo.java    |  24 +-
 .../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 +-
 .../hadoop/hdds/scm/node/states/NodeStateMap.java  |   4 +-
 .../hdds/scm/server/StorageContainerManager.java   |  10 +-
 .../src/main/resources/webapps/scm/index.html      |   4 +-
 .../scm/cli/pipeline/ListPipelinesSubcommand.java  |  21 +-
 hadoop-ozone/dist/src/main/license/bin/LICENSE.txt |   4 +-
 .../hadoop/ozone/om/TestOMRatisSnapshots.java      |   2 -
 .../interface-client/src/main/proto/proto.lock     |  15 +
 .../org/apache/hadoop/ozone/om/OzoneManager.java   |   6 +-
 .../ozone/om/ratis/OzoneManagerStateMachine.java   |  28 +-
 .../main/resources/webapps/ozoneManager/index.html |   4 +-
 hadoop-ozone/pom.xml                               |   4 +-
 .../ozone/recon/codegen/JooqCodeGenerator.java     |   1 +
 21 files changed, 490 insertions(+), 398 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to