📝 3 新 Issues
✅ 0 关闭
✨ 5 新 PRs
🎉 4 合并
💬 Issue/PR 动态
Issue 讨论
Issue #2836 [FLUSS-2686] Add COS filesystem support
- @XuQianJin-Stars: 详细审查 COS 支持,指出 STS token 范围过宽、SDK 版本冲突、文档错误等5个问题,作者已全部修复
Issue #3299 [server] Add authorization to Replication Control RPCs
- @vaibhavk1992: 本地测试通过但 CI 失败,询问本地运行测试是否需要特殊配置
Issue #3361 [server] Allow table-level overrides for log segment/index/flush options
- @zuston: 已提交 PR #3358 实现此功能,请求帮忙审查
- @lilei1128: 感谢提交,将关闭此 PR
PR Review
PR #3358 [server] Respect log.* options for table
- @zuston: 建议将选项验证逻辑移入选项定义本身,并支持更多 log 配置
- @lilei1128: 询问是否也应支持 log.index.file-size 配置
PR #3364 [spark] Allow specific plugin impl can use catalog config to overwrite default table prop
- @Copilot: 指出 SPARK_CATALOG_PREFIX 前缀应改为 spark.sql.catalog.,建议添加 UT 验证
- @luoyuxia: 整体 LGTM,请关注 Copilot 的评论
PR #3340 [server] Add disk-usage write protection to TabletServer
- @wuchong: 建议在 Coordinator 端预先验证配置、处理单文件系统统计失败、设置 delayMs 为 0
PR #3236 [flink] union read from lake with startup timestamp filter
- @Copilot: predicate 身份验证问题,以及注释中两处 tablet 拼写错误应为 table
PR #2769 [server] Integrate remote directory selector into table/partition creation
- @wuchong: 需处理 remote.data.dir 保持数据连续性,建议断言 usage count、简化增量逻辑
📝 新建 Issue/PR
Issues
- #3366 Enhanced LanceDB Integration — Vector Indexes, FTS, and Hybrid Search @vamossagar12
- #3362 clearup useless fluss partition info in writer metadata cache @loserwang1024
- #3357 [server] Table deletion stuck permanently when StopReplica request fails @gyang94
Pull Requests
- #3367 [client] Fix unbounded growth of stale partition entries in writer metadata cache @lilei1128
- #3365 Bump org.apache.flink:flink-table-runtime from 1.20.3 to 1.20.4 in /fluss-flink/fluss-flink-common @app/dependabot dependencies, java
- #3360 feat: shell tool @gyang94
- #3359 [server] Fix table deletion stuck when StopReplicaRequest send fails @lilei1128
- #3358 [server] Respect log.* options for table @zuston
✅ 关闭 Issue/PR
已关闭 Issues
暂无
已合并 PRs
- #3364 [spark] Allow specific plugin impl can use catalog config to overwrite default table prop @Yohahaha
- #3363 Update team @zcoo
- #3316 [lake/hudi] Introduce HudiBucketingFunction for bucket strategy @fhan688
- #3296 [flink] Fix batch fallback generating mixed split types for primary-key tables @matrixsparse