You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by lj...@apache.org on 2021/01/06 07:19:25 UTC

[ozone] branch master updated (13e02bc -> 86574d1)

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

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


    from 13e02bc  HDDS-4637. Improve the log infomation when CSM take snapshot (#1749)
     add 86574d1  HDDS-4369. Datanode should store the delete transaction as is in rocksDB (#1702)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/ozone/OzoneConsts.java  |   6 +-
 .../commandhandler/DeleteBlocksCommandHandler.java | 191 ++++++++------
 .../background/BlockDeletingService.java           | 171 +++++++++++--
 .../metadata/AbstractDatanodeDBDefinition.java     |   2 +-
 .../metadata/DatanodeSchemaOneDBDefinition.java    |   5 +
 .../metadata/DatanodeSchemaTwoDBDefinition.java    |  32 ++-
 .../metadata/DatanodeStoreSchemaTwoImpl.java       |  14 +-
 ...dec.java => DeletedBlocksTransactionCodec.java} |  27 +-
 .../container/common/TestBlockDeletingService.java | 279 +++++++++++++++++----
 .../hadoop/ozone/TestStorageContainerManager.java  |  13 +-
 .../ozone/TestStorageContainerManagerHelper.java   |  30 +++
 11 files changed, 600 insertions(+), 170 deletions(-)
 copy hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/metadata/{ChunkInfoListCodec.java => DeletedBlocksTransactionCodec.java} (58%)


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