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

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


 discard fd81373  HDDS-4514. AllocateBlock : lookup and update open file table 
for the given path (#1679)
 discard 7113588  HDDS-4596. Directory table, fileTable and openFile Table is 
missing from the OM DB Definition. (#1724)
 discard e2ff480  HDDS-4321. Fix compilation errors : merge HDDS-4308 and 
HDDS-4473 changes into the branch (#1668)
 discard 369d3a3  HDDS-4358: Delete : make delete an atomic operation (#1607)
 discard 358f39c  HDDS-4357: Rename : make rename an atomic ops by updating key 
path entry in dir/file table (#1557)
 discard 028b664  HDDS-4332: ListFileStatus - do lookup in directory and file 
tables (#1503)
 discard 0d1cbde  HDDS-4266: CreateFile : store parent dir entries into 
DirTable and file entry into separate FileTable (#1473)
 discard a9af5a7  HDDS-2949: mkdir : store directory entries in a separate 
table (#1404)
     add 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)
     new 4107ef0  HDDS-2949: mkdir : store directory entries in a separate 
table (#1404)
     new 9eafa1b  HDDS-4266: CreateFile : store parent dir entries into 
DirTable and file entry into separate FileTable (#1473)
     new 5df200e  HDDS-4332: ListFileStatus - do lookup in directory and file 
tables (#1503)
     new 4db579f  HDDS-4357: Rename : make rename an atomic ops by updating key 
path entry in dir/file table (#1557)
     new 6481a55  HDDS-4358: Delete : make delete an atomic operation (#1607)
     new 9c1a59d  HDDS-4321. Fix compilation errors : merge HDDS-4308 and 
HDDS-4473 changes into the branch (#1668)
     new ab855f4  HDDS-4596. Directory table, fileTable and openFile Table is 
missing from the OM DB Definition. (#1724)
     new 48c925a  HDDS-4514. AllocateBlock : lookup and update open file table 
for the given path (#1679)

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   (fd81373)
            \
             N -- N -- N   refs/heads/HDDS-2939 (48c925a)

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.

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:
 .../java/org/apache/hadoop/ozone/OzoneConsts.java  |   6 +-
 .../commandhandler/DeleteBlocksCommandHandler.java | 191 ++++++++------
 .../server/ratis/ContainerStateMachine.java        |   4 +-
 .../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 +++
 12 files changed, 602 insertions(+), 172 deletions(-)
 copy 
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/metadata/{ChunkInfoListCodec.java
 => DeletedBlocksTransactionCodec.java} (58%)


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

Reply via email to