📝 2 新 Issues
✅ 2 关闭
✨ 8 新 PRs
🎉 2 合并
⚠️ 重点关注
- ⚠️ Issue #3228 长时间中断后读取流日志表可能出现 OutOfRangeException,zuston 分析了根本原因并提出解决方向
💬 Issue/PR 动态
Issue 讨论
Issue #3227 [spark] Fix empty projection causing Invalid metadata length for COUNT(*)/COUNT(1)
- @Yohahaha: 询问 Fluss 中表统计信息是否总是准确的
Issue #3271 [flink] Fix COUNT(column) aggregate pushdown to reject nullable columns
- @loserwang1024: 报告测试失败并询问是否是 Flink SQL 的 bug
- @beryllw: 确认问题已修复,说明是 Flink Fluss SQL Source 的 bug
Issue #2941 [server] TabletServer fails to restart after unclean shutdown due to EOFException in log recovery
Issue #3132 [server] Optimize RemoteLogFetcher with async prefetch for recovery
- @Kaixuan-Duan: 请求 review 并在 rebase 后更新处理了所有评论
- @fresh-borzoni: 请求 rebase 到最新 main 分支
Issue #3228 Possible OutOfRangeException when reading the stream log table after resuming from a long interruption
- @zuston: 分析了根本原因:Lake start offset 未更新,客户端缺少 lake 读取路径
Issue #3288 [flink] introduce batched splits assignment mechanism
- @zuston: 根据 AI 评论更新了代码,请求 review
Issue #3297 [Bug] Avoid altering lake catalog for tables that never enabled datalake
- @MaheshS08: 提出修复方案并请求确认是否可以领取此问题
- @luoyuxia: 确认会稍后 review
Issue #2007 Add missing authentication for RPC calls
- @vaibhavk1992: 提交了所有相关 PR,部分测试失败正在检查
Issue #3302 [Bug] Avoid altering lake catalog for tables that never enabled datalake
- @MaheshS08: 请求 review 并处理 CI 失败(Spotless 格式化问题)
- @luoyuxia: 指出 CI 测试失败
- @Prajwal-banakar: 建议运行 mvn spotless:apply 并参考贡献指南
Issue #3306 [server] Fix flaky RebalanceManagerITCase.testBuildClusterModel
- @Kaixuan-Duan: 指出 CI 失败可能是已知的 flaky test #2974
PR Review
PR #3132 [server] Optimize RemoteLogFetcher with async prefetch for recovery
- @fresh-borzoni: 提出5点代码改进建议:文件删除、清理路径、断言改运行时检查、中断处理、移除冗余重试
- @Kaixuan-Duan: 逐条采纳建议并修复:添加 currentLocalFile 追踪、修正目录删除逻辑、改进中断处理等
PR #3296 [flink] Fix batch fallback generating mixed split types for primary-key tables
- @luoyuxia: 指出会生成没有停止偏移的 log split,导致永不停止
PR #2839 [metric] Support influxdb reporter
- @luoyuxia: 询问 value 是否用于 tag/label 值,提及 #3211 后不再过滤 tag value
PR #3226 [Docs] Website Redesign
- @michaelkoepf: 建议统一使用 hot/cold storage 术语,并注意标题格式一致性
- @Copilot: 提出多处代码问题:React 导入缺失、ARIA 属性不完整、CSS 选择器错误、移动端导航隐藏等
📝 新建 Issue/PR
Issues
- #3304 [flink] currentFetchEventTimeLag is misleading when subscribing multiple partitions/buckets with uneven lag @loserwang1024
- #3297 [Bug] Avoid altering lake catalog for tables that never enabled datalake @luoyuxia
Pull Requests
- #3306 [server] Fix flaky RebalanceManagerITCase.testBuildClusterModel @Kaixuan-Duan
- #3305 [test] Fix unstable test BatchScannerITCase.testKvSnapshotLease @Kaixuan-Duan
- #3303 [test] Fix flaky FlussAdminITCase.testDynamicConfigs @Kaixuan-Duan
- #3302 [Bug] Avoid altering lake catalog for tables that never enabled datalake @MaheshS08
- #3301 [server] Add authorization to Remote Log & Tiering RPCs @vaibhavk1992
- #3300 [server] Add authorization to Snapshot Management RPCs @vaibhavk1992
- #3299 [server] Add authorization to Replication Control RPCs (notifyLeaderAndIsr, updateMetadata, stopReplica, adjustIsr) @vaibhavk1992
- #3298 [server] Add authorization to listOffsets for TABLE/DESCRIBE operations @vaibhavk1992
✅ 关闭 Issue/PR
已关闭 Issues
- #3198 [docs] Titles are duplicated in the Authentication section @zhuyufeng0809
- #2941 [server] TabletServer fails to restart after unclean shutdown due to EOFException in log recovery @LiebingYu
已合并 PRs
- #3199 [docs] Fix duplicate titles in the Authentication section @zhuyufeng0809
- #2942 [server] Fix TabletServer fails to restart after unclean shutdown due to EOFException in log recovery @LiebingYu