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 ea6116a HDDS-4486. Feature Config: Make proper enableFSPaths and OFS
optimized flag combinations (#1848)
omit b0b9aef HDDS-4720. RenameKey : add unit test to verify
bucket#renameKey (#1847)
omit 0cc3b2f HDDS-4717. Fix TestOzoneFileSystemV1 and TestObjectStoreV1
cases (#1815)
omit fee6538 HDDS-4658. LookupKey: do lookup in dir and file tables (#1775)
omit 4fc2ddc HDDS-2942. Putkey : create key table entries for intermediate
directories in the key path (#1764)
omit 692c010 HDDS-4514. AllocateBlock : lookup and update open file table
for the given path (#1679)
omit 100ddfa HDDS-4596. Directory table, fileTable and openFile Table is
missing from the OM DB Definition. (#1724)
omit c8bd16d HDDS-4321. Fix compilation errors : merge HDDS-4308 and
HDDS-4473 changes into the branch (#1668)
omit 2750478 HDDS-4358: Delete : make delete an atomic operation (#1607)
omit 961043c HDDS-4357: Rename : make rename an atomic ops by updating key
path entry in dir/file table (#1557)
omit 8dd51b2 HDDS-4332: ListFileStatus - do lookup in directory and file
tables (#1503)
omit 793f265 HDDS-4266: CreateFile : store parent dir entries into
DirTable and file entry into separate FileTable (#1473)
omit 4d82b92 HDDS-2949: mkdir : store directory entries in a separate
table (#1404)
add 8d3817c HDDS-4758. Adjust classpath of ozone version to include log4j
(#1850)
add e47be43 HDDS-4736. Intermittent failure in testExpiredCertificate
(#1838)
add 8ec3c2e HDDS-4751. TestOzoneFileSystem#testTrash failed when
enabledFileSystemPaths and omRatisDisabled (#1851)
add 59bfb6a HDDS-4757. Unnecessary WARNING to set OZONE_CONF_DIR (#1849)
add d964cc9 HDDS-4704. Add permission check in OMDBCheckpointServlet
(#1801)
add c426595 HDDS-4737. Add ModifierOrder to checkstyle rules (#1839)
add 2e329ba HDDS-4765. Update close-pending workflow for new repo (#1856)
new bb03141 HDDS-2949: mkdir : store directory entries in a separate
table (#1404)
new 0017804 HDDS-4266: CreateFile : store parent dir entries into
DirTable and file entry into separate FileTable (#1473)
new 98fbdfa HDDS-4332: ListFileStatus - do lookup in directory and file
tables (#1503)
new 86eb5de HDDS-4357: Rename : make rename an atomic ops by updating key
path entry in dir/file table (#1557)
new ebadc58 HDDS-4358: Delete : make delete an atomic operation (#1607)
new 850a722 HDDS-4321. Fix compilation errors : merge HDDS-4308 and
HDDS-4473 changes into the branch (#1668)
new 72297d6 HDDS-4596. Directory table, fileTable and openFile Table is
missing from the OM DB Definition. (#1724)
new 5724590 HDDS-4514. AllocateBlock : lookup and update open file table
for the given path (#1679)
new 7b3f38d HDDS-2942. Putkey : create key table entries for intermediate
directories in the key path (#1764)
new 1d62d72 HDDS-4658. LookupKey: do lookup in dir and file tables (#1775)
new fb43783 HDDS-4717. Fix TestOzoneFileSystemV1 and TestObjectStoreV1
cases (#1815)
new ca93bea HDDS-4720. RenameKey : add unit test to verify
bucket#renameKey (#1847)
new 37178c5 HDDS-4486. Feature Config: Make proper enableFSPaths and OFS
optimized flag combinations (#1848)
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 (ea6116a)
\
N -- N -- N refs/heads/HDDS-2939 (37178c5)
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 13 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:
.github/close-pending.sh | 6 +--
.github/workflows/close-pending.yaml | 2 +-
.../apache/hadoop/hdds/scm/net/NetConstants.java | 26 +++++-----
.../hadoop/hdds/scm/net/NodeSchemaLoader.java | 2 +-
.../hadoop/hdds/scm/net/NodeSchemaManager.java | 2 +-
.../java/org/apache/hadoop/ozone/OzoneConsts.java | 2 +-
.../org/apache/hadoop/ozone/common/Storage.java | 2 +-
.../org/apache/hadoop/hdds/scm/VersionInfo.java | 2 +-
.../container/common/DataNodeLayoutVersion.java | 2 +-
.../common/statemachine/StateContext.java | 12 ++---
.../container/common/utils/ContainerCache.java | 2 +-
.../background/BlockDeletingService.java | 4 +-
.../hadoop/ozone/TestHddsSecureDatanodeInit.java | 2 +-
.../container/keyvalue/TestKeyValueHandler.java | 2 +-
.../TestKeyValueHandlerWithUnhealthyContainer.java | 2 +-
hadoop-hdds/dev-support/checkstyle/checkstyle.xml | 2 +
.../hdds/security/token/BlockTokenVerifier.java | 2 +-
.../hadoop/hdds/security/x509/keys/KeyCodec.java | 8 +--
.../hadoop/hdds/utils/RocksDBStoreMBean.java | 2 +-
.../apache/hadoop/hdds/utils/db/TypedTable.java | 2 +-
.../client/TestCertificateClientInit.java | 4 +-
.../client/TestDefaultCertificateClient.java | 4 +-
.../hadoop/hdds/utils/TestMetadataStore.java | 2 +-
.../hadoop/hdds/utils/db/TestDBConfigFromFile.java | 4 +-
.../hdds/scm/block/SCMBlockDeletingService.java | 2 +-
.../hdds/scm/container/ContainerReplica.java | 12 ++---
.../scm/container/states/ContainerStateMap.java | 2 +-
.../hadoop/hdds/scm/block/TestBlockManager.java | 2 +-
.../hadoop/hdds/scm/container/MockNodeManager.java | 4 +-
.../hdds/scm/node/TestSCMNodeStorageStatMap.java | 2 +-
.../scm/node/states/TestNode2ContainerMap.java | 4 +-
.../scm/pipeline/TestPipelinePlacementPolicy.java | 4 +-
.../hadoop/ozone/protocolPB/OzonePBHelper.java | 2 +-
.../ozone/security/OzoneTokenIdentifier.java | 2 +-
.../org/apache/hadoop/ozone/util/RadixTree.java | 2 +-
.../ozone/om/ha/TestOMFailoverProxyProvider.java | 6 +--
.../apache/hadoop/ozone/util/TestRadixTree.java | 2 +-
.../src/main/compose/ozonesecure/docker-config | 2 +-
.../dist/src/main/smoketest/cli/envvars.robot | 1 +
.../dist/src/main/smoketest/spnego/web.robot | 10 ++--
hadoop-ozone/dist/src/shell/ozone/ozone | 2 +-
hadoop-ozone/dist/src/shell/ozone/ozone-config.sh | 1 -
.../dist/src/shell/ozone/ozone-functions.sh | 2 +-
.../loadgenerators/ReadOnlyLoadGenerator.java | 2 +-
.../apache/hadoop/ozone/TestMiniOzoneCluster.java | 6 +--
.../ozoneimpl/TestOzoneContainerWithTLS.java | 2 +-
.../container/server/TestContainerServer.java | 2 +-
.../server/TestSecureContainerServer.java | 2 +-
.../hadoop/ozone/om/TestOMDbCheckpointServlet.java | 10 +++-
.../apache/hadoop/ozone/om/TestScmSafeMode.java | 2 +-
.../apache/hadoop/ozone/om/KeyDeletingService.java | 2 +-
.../hadoop/ozone/om/OMDBCheckpointServlet.java | 60 ++++++++++++++++++++++
.../hadoop/ozone/om/OpenKeyCleanupService.java | 2 +-
.../org/apache/hadoop/ozone/om/OzoneManager.java | 2 +-
.../hadoop/ozone/om/TrashOzoneFileSystem.java | 34 +++++++-----
.../metrics/OzoneManagerDoubleBufferMetrics.java | 2 +-
.../hadoop/ozone/security/AWSV4AuthValidator.java | 2 +-
.../security/TestOMGetDelegationTokenRequest.java | 2 +-
.../security/TestOzoneBlockTokenSecretManager.java | 6 +--
.../TestOzoneDelegationTokenSecretManager.java | 2 +-
.../ozone/security/TestOzoneTokenIdentifier.java | 2 +-
.../fs/ozone/BasicRootedOzoneFileSystem.java | 2 +-
.../org/hadoop/ozone/recon/codegen/SqlDbUtils.java | 6 +--
.../hadoop/ozone/recon/ReconRestServletModule.java | 2 +-
.../org/apache/hadoop/ozone/recon/ReconUtils.java | 2 +-
.../ozone/recon/fsck/ContainerHealthTask.java | 24 ++++-----
.../hadoop/ozone/recon/scm/ReconNodeManager.java | 2 +-
.../recon/spi/impl/ContainerKeyPrefixCodec.java | 2 +-
.../hadoop/ozone/s3/AWSSignatureProcessor.java | 2 +-
.../hadoop/ozone/s3/OzoneClientProducer.java | 2 +-
.../hadoop/ozone/s3/exception/S3ErrorTable.java | 2 +-
.../ozone/s3/header/AuthorizationHeaderV2.java | 2 +-
.../ozone/s3/header/AuthorizationHeaderV4.java | 8 +--
.../hadoop/ozone/s3/endpoint/TestListParts.java | 2 +-
.../s3/endpoint/TestMultipartUploadComplete.java | 4 +-
.../s3/endpoint/TestMultipartUploadWithCopy.java | 8 +--
.../hadoop/ozone/s3/endpoint/TestPartUpload.java | 2 +-
77 files changed, 228 insertions(+), 150 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]