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 181bb34 HDDS-4332: ListFileStatus - do lookup in directory and file
tables (#1503)
discard da1cb75 HDDS-4266: CreateFile : store parent dir entries into
DirTable and file entry into separate FileTable (#1473)
discard 88a4108 HDDS-2949: mkdir : store directory entries in a separate
table (#1404)
add d1df9df HDDS-4317. Copy UserVolumeInfo to PersistedUserVolumeInfo in
interface-storage (#1482)
new 0f9bc0e HDDS-2949: mkdir : store directory entries in a separate
table (#1404)
new 155fd00 HDDS-4266: CreateFile : store parent dir entries into
DirTable and file entry into separate FileTable (#1473)
new f707bba HDDS-4332: ListFileStatus - do lookup in directory and file
tables (#1503)
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 (181bb34)
\
N -- N -- N refs/heads/HDDS-2939 (f707bba)
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 3 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:
.../apache/hadoop/ozone/om/OMMetadataManager.java | 6 +--
.../hadoop/ozone/om/codec/UserVolumeInfoCodec.java | 18 +++++----
.../src/main/proto/OmStorageProtocol.proto | 6 +++
.../hadoop/ozone/om/OmMetadataManagerImpl.java | 17 +++++----
.../org/apache/hadoop/ozone/om/OzoneManager.java | 5 ++-
.../apache/hadoop/ozone/om/VolumeManagerImpl.java | 43 +++++++++++-----------
.../hadoop/ozone/om/codec/OMDBDefinition.java | 6 +--
.../om/request/volume/OMVolumeCreateRequest.java | 5 ++-
.../om/request/volume/OMVolumeDeleteRequest.java | 4 +-
.../ozone/om/request/volume/OMVolumeRequest.java | 24 ++++++------
.../om/request/volume/OMVolumeSetOwnerRequest.java | 5 ++-
.../om/response/volume/OMVolumeCreateResponse.java | 7 ++--
.../om/response/volume/OMVolumeDeleteResponse.java | 10 ++---
.../response/volume/OMVolumeSetOwnerResponse.java | 13 ++++---
.../ozone/om/request/TestOMRequestUtils.java | 8 ++--
.../request/volume/TestOMVolumeCreateRequest.java | 5 ++-
.../volume/TestOMVolumeSetOwnerRequest.java | 8 ++--
.../volume/TestOMVolumeCreateResponse.java | 6 +--
.../volume/TestOMVolumeDeleteResponse.java | 8 ++--
.../volume/TestOMVolumeSetOwnerResponse.java | 11 +++---
20 files changed, 118 insertions(+), 97 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]