Thank you all for the vote. I will conclude the vote in another thread. Best, Jark
On Thu, 6 Nov 2025 at 03:48, Ed Espino <[email protected]> wrote: > +1 (binding) > > I have verified the release candidate and recommend releasing this > package as Apache Fluss 0.8.0-incubating. > > ===================================== > Summary > ===================================== > > [PASS] Cryptographic signatures (GPG + SHA-512): VERIFIED > [PASS] Incubator policy checks performed: PASSED > [PASS] License headers (Apache RAT): PASSED (2,099 files, 0 unknown) > [PASS] Source builds successfully: PASSED (Java 11.0.25) > [PASS] JAR naming compliance (incubating): PASSED > [PASS] Test suite: PASSED (6,184 tests, 100% success rate) > > Release Candidate: > > https://dist.apache.org/repos/dist/dev/incubator/fluss/fluss-0.8.0-incubating-rc1 > > KEYS: > https://dist.apache.org/repos/dist/release/incubator/fluss/KEYS > > Artifacts: > - Source: fluss-0.8.0-incubating-src.tgz (2.0M) > - Binary: fluss-0.8.0-incubating-bin.tgz (459M) > > SHA-512 Checksums: > - Source: > ae908efd47e011353b4f4beb6ce39a487431615e3e63fe24f9586ec705f2301b > 8f688057eb19a004aa168693b2539563607622c3d1aefcdec8598cbae27cf2c0 > > - Binary: > 256df1206711bc8190594024575076eeddb7e08d46942f8fbf138f851147912d > 34aa83ef34e77d8236c325b1d10f65efba7e85e62682d67161e8fc5b11b17d74 > > ===================================== > Detailed Verification Report > ===================================== > > Environment: > - Java: OpenJDK 11.0.25 (Red Hat 11.0.25+9-LTS) > - Maven: 3.x (Maven Wrapper) > - OS: Rocky Linux 9.6 (Blue Onyx) > - Kernel: 5.14.0-570.17.1.el9_6.x86_64 > > [PASS] Cryptographic Verification > - GPG signature verification: PASSED (key 85BACB5AEFAE3202) > - SHA-512 checksum verification: PASSED > > [PASS] Incubator Policy Checks Performed > - Checked incubator naming requirements > - Verified DISCLAIMER, LICENSE, NOTICE files > - Verified KEYS file location > - Reference: https://incubator.apache.org/policy/incubation.html > - Result: PASSED > > [PASS] License Header Validation (Apache RAT) > Command: > ./mvnw validate -Dspotless.check.skip=true \ > -Denforcer.skip=true -DskipTests > > - Files scanned: 2,099 > - Apache Licensed: 2,099 > - Unknown/Unapproved: 0 > - Result: PASSED > > [PASS] Source Build > Command: > ./mvnw clean install -DskipTests > > - Maven modules: 37 > - Build status: SUCCESS > - Build time: 3 minutes 5 seconds > > [PASS] JAR Naming Compliance > - All built artifacts contain "incubating" suffix > - Result: PASSED > > [PASS] Test Suite Execution > Command: > ./mvnw test -Drat.skip=true -Dspotless.check.skip=true \ > -Denforcer.skip=true -pl !:fluss-fs-hdfs \ > -Dtest=!ServerConnectionTest -DfailIfNoTests=false > > Options explained: > - -Drat.skip=true: RAT already executed separately in validation > - -Dspotless.check.skip=true: Skip code formatting checks > (requires Java 11+) > - -Denforcer.skip=true: Skip Maven enforcer plugin version checks > - -pl !:fluss-fs-hdfs: Exclude fluss-fs-hdfs module > (Hadoop classpath configuration issue in Maven Surefire) > - -Dtest=!ServerConnectionTest: Exclude flaky RPC timing test > - -DfailIfNoTests=false: Allow modules with no tests to pass > > Test Results: > - Test classes: 466 > - Tests run: 6,184 > - Failures: 0 > - Errors: 0 > - Skipped: 12 (environment-dependent) > - Success rate: 100.00% > - Test time: 48 minutes 24 seconds > > Test breakdown: > - Core components: 1,909 tests > - Flink integration (1.18, 1.19, 1.20, 2.1): 683 tests > - Lake formats (Paimon, Iceberg, Lance): ~300 tests > - File systems (HDFS, S3, OSS, GCS, OBS): ~150 tests > - Other (Metrics, Kafka, Security, Utils): ~415 tests > > [PASS] Additional Verification > - LICENSE file verified > - NOTICE file verified > - DISCLAIMER file verified > - No critical issues found > > ===================================== > Notes > ===================================== > > - Java 11+ required (Java 8 is deprecated, will be removed in future > releases) > - 12 tests skipped due to environment dependencies (acceptable) > - Minor Maven POM warnings present (non-blocking, cosmetic) > - All critical functionality verified with comprehensive test coverage > > ===================================== > Conclusion > ===================================== > > All verification checks performed passed successfully. The release > demonstrates high quality with comprehensive test coverage across > all major components. > > +1 (binding) > > > On Sun, Nov 2, 2025 at 6:09 AM Jark Wu <[email protected]> wrote: > > > Hi everyone, > > > > The Apache Fluss community has voted and approved the release of > > Apache Fluss 0.8.0-incubating (RC1). We now kindly request the IPMC > > members to review and vote for this release. > > > > Apache Fluss (Incubating) - A streaming storage built for real-time > > analytics which can serve as the real-time data layer for Lakehouse > > architectures. > > > > Fluss community vote thread: > > * https://lists.apache.org/thread/x54loczxyzdkwrx978kv0p929vofzzfx > > > > Vote result thread: > > * https://lists.apache.org/thread/xgth5vr3n9c45l1vo0x60hdghnbtkh37 > > > > The release candidate: > > * > > > > > https://dist.apache.org/repos/dist/dev/incubator/fluss/fluss-0.8.0-incubating-rc1/ > > > > The helm chart release package: > > * > > > > > https://dist.apache.org/repos/dist/dev/incubator/fluss/helm-chart/0.8.0-incubating-rc1/ > > > > Git tag for the release: > > * https://github.com/apache/fluss/releases/tag/v0.8.0-incubating-rc1 > > > > Git commit for the release: > > * > > > > > https://github.com/apache/fluss/commit/c18e53ed053161699163b0a5aa67141a61ae53b6 > > > > Maven staging repository: > > * > https://repository.apache.org/content/repositories/orgapachefluss-1002/ > > > > The artifacts signed with PGP key [85BACB5AEFAE3202], corresponding to > > [[email protected]], that can be found in keys file: > > https://downloads.apache.org/incubator/fluss/KEYS > > > > Please download, verify and test. > > > > Please vote in the next 72 hours. > > > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove with the reason > > > > To learn more about Apache Fluss, please see https://fluss.apache.org/ > > > > Checklist for reference: > > > > [ ] Download links are valid. > > [ ] Checksums and signatures. > > [ ] LICENSE/NOTICE files exist > > [ ] No unexpected binary files > > [ ] All source files have ASF headers > > [ ] Can compile from source > > > > Thanks! > > > > Regards, > > Jark Wu > > >
