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 7c3a6f9 HDDS-4658. LookupKey: do lookup in dir and file tables (#1775)
omit 224ac17 HDDS-2942. Putkey : create key table entries for intermediate
directories in the key path (#1764)
omit bd69d47 HDDS-4514. AllocateBlock : lookup and update open file table
for the given path (#1679)
omit 92c0f8f HDDS-4596. Directory table, fileTable and openFile Table is
missing from the OM DB Definition. (#1724)
omit ffdff84 HDDS-4321. Fix compilation errors : merge HDDS-4308 and
HDDS-4473 changes into the branch (#1668)
omit 031e666 HDDS-4358: Delete : make delete an atomic operation (#1607)
omit 44e1902 HDDS-4357: Rename : make rename an atomic ops by updating key
path entry in dir/file table (#1557)
omit 18a29ed HDDS-4332: ListFileStatus - do lookup in directory and file
tables (#1503)
omit dae775f HDDS-4266: CreateFile : store parent dir entries into
DirTable and file entry into separate FileTable (#1473)
omit 2a00120 HDDS-2949: mkdir : store directory entries in a separate
table (#1404)
add ea33e2f HDDS-4665. Fix when update quota the usedBytes and namespace
will become to 0 (#1772)
add bc9d4d1 HDDS-4475. Extend DatanodeChunkGenerator to write all on all
pipelines… (#1600)
add 475db7b HDDS-4530. Add authorization check for SCM admin calls (#1710)
add c78fe8f HDDS-4670. The ozone script should set ratis options for om
and scm. (#1779)
add bda2042 HDDS-4498. Enable OM Ratis by default. (#1768)
add a8f4d52 HDDS-4673. NodeStateMap leaks internal representation of
container sets. (#1782)
new eaf6859 HDDS-2949: mkdir : store directory entries in a separate
table (#1404)
new 9aca1d5 HDDS-4266: CreateFile : store parent dir entries into
DirTable and file entry into separate FileTable (#1473)
new a7d568f HDDS-4332: ListFileStatus - do lookup in directory and file
tables (#1503)
new b416406 HDDS-4357: Rename : make rename an atomic ops by updating key
path entry in dir/file table (#1557)
new eb84c94 HDDS-4358: Delete : make delete an atomic operation (#1607)
new 0be5c10 HDDS-4321. Fix compilation errors : merge HDDS-4308 and
HDDS-4473 changes into the branch (#1668)
new 31cb08f HDDS-4596. Directory table, fileTable and openFile Table is
missing from the OM DB Definition. (#1724)
new 62d01b8 HDDS-4514. AllocateBlock : lookup and update open file table
for the given path (#1679)
new af7d54c HDDS-2942. Putkey : create key table entries for intermediate
directories in the key path (#1764)
new 3825571 HDDS-4658. LookupKey: do lookup in dir and file tables (#1775)
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 (7c3a6f9)
\
N -- N -- N refs/heads/HDDS-2939 (3825571)
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 10 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:
.../common/src/main/resources/ozone-default.xml | 2 +-
.../hadoop/hdds/scm/node/states/NodeStateMap.java | 22 +--
.../hdds/scm/server/SCMClientProtocolServer.java | 14 +-
.../hdds/scm/node/states/TestNodeStateMap.java | 65 +++++++--
.../org/apache/hadoop/ozone/om/OMConfigKeys.java | 2 +-
hadoop-ozone/dist/src/shell/ozone/ozone | 19 ++-
.../hadoop/fs/ozone/TestOzoneFileSystem.java | 17 ++-
.../hadoop/fs/ozone/TestOzoneFileSystemV1.java | 4 +-
.../hadoop/fs/ozone/TestRootedOzoneFileSystem.java | 14 +-
.../client/rpc/TestOzoneRpcClientAbstract.java | 33 +++++
...gerRestart.java => TestOMEpochForNonRatis.java} | 154 ++-------------------
.../hadoop/ozone/om/TestOzoneManagerRestart.java | 101 --------------
.../request/bucket/OMBucketSetPropertyRequest.java | 4 +
.../TestOzoneDelegationTokenSecretManager.java | 10 +-
.../hadoop/ozone/freon/DatanodeChunkGenerator.java | 147 ++++++++++++++------
15 files changed, 288 insertions(+), 320 deletions(-)
copy
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/{TestOzoneManagerRestart.java
=> TestOMEpochForNonRatis.java} (58%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]