HDFS-11161. [CI TEST] Verify hadoop-bos CI fixes#8363
Draft
yangdong2398 wants to merge 4 commits intoapache:trunkfrom
Draft
HDFS-11161. [CI TEST] Verify hadoop-bos CI fixes#8363yangdong2398 wants to merge 4 commits intoapache:trunkfrom
yangdong2398 wants to merge 4 commits intoapache:trunkfrom
Conversation
Add hadoop-bos module to hadoop-cloud-storage-project providing Baidu Object Storage (BOS) FileSystem implementation using the bos:// URI scheme. The module includes: - BaiduBosFileSystem: core FileSystem implementation for BOS - Support for both flat and hierarchical namespace modes - Multipart upload for large files - CRC32C checksum compatible with HDFS for DistCp - Pluggable credential providers (configuration-based and env-variable-based) - Hadoop FileSystem contract tests - Shaded BOS SDK and transitive dependencies (jackson, httpcomponents, guava, commons-logging, commons-lang, commons-codec) under bfs.* prefix to avoid classpath conflicts - Integration into hadoop-project, hadoop-cloud-storage, and hadoop-cloud-storage-dist parent POMs - Standard core-site.xml + XInclude auth-keys.xml test credential pattern - tests-off/tests-on profiles to auto-skip tests when credentials absent Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Exclude EPL-licensed paho and CVE-affected bcprov-jdk15on deps - Relocate shaded packages to org.apache.hadoop.fs.bos.shaded.* - Remove jackson/commons-logging from shade (unused/bridged) - Use skipITs instead of maven.test.skip following AWS model - Fix BosOutputStream close() to abort multipart upload on failure - Fix BceCredentialsProvider mutual recursion causing StackOverflow - Fix BosInputStream close() synchronization and skip statistics - Restore interrupt flag on InterruptedException in retry loops - Cancel all futures on rename failure in NonHierarchyStore - Shut down thread pool in BosNativeFileSystemStore.close() - Add abortMultipartUpload to BosClientProxy interface - Throw IOException on invalid upload ID in completeMultipartUpload - Remove credential values from debug logs - Fix delete() to check existence in hierarchy+recursive path - Change BosOutputStream fields from public to private/private final - Use UnsupportedOperationException for append() and truncate() - Use ContentSummary.Builder instead of deprecated constructor - Implement Closeable on BosBlockBuffer - Use ThreadLocalRandom instead of Random in BosRandomRetryPolicy - Remove misleading constructor from BaiduBosFileSystemAdapter - Make findbugs-exclude.xml suppressions more precise - Use getDeclaredConstructor().newInstance() instead of deprecated API - Fix EnvironmentVariableCredentialsProvider logger class Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix SpotBugs DLS_DEAD_LOCAL_STORE in BaiduBosFileSystem.delete() - Fix checkstyle VisibilityModifier: BosBlockBuffer fields private + getters - Fix checkstyle HiddenField: rename shadowing params in private methods - Add checkstyle-suppressions.xml for override method HiddenField, VisibilityModifier, ParameterNumber, and LineLength - Fix contract tests: BosContract extends AbstractBondedFSContract so tests skip (not error) when credentials are not configured Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
💔 -1 overall
This message was automatically generated. |
… JavadocPackage. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
💔 -1 overall
This message was automatically generated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CI Verification PR (Draft - Will be closed after CI passes)
This is a temporary Draft PR to verify CI fixes before updating the main PR #8347.
Changes being verified:
DO NOT MERGE - This will be closed once CI passes. Fixes will be applied to PR #8347.