📝 0 新 Issues
✅ 1 关闭
✨ 2 新 PRs
🎉 1 合并
💬 Issue/PR 动态
Issue 讨论
Issue #3630 [lookup] Support historical partition lookup for lake tables
- @luoyuxia: 解释服务端查找复用写入基础设施,避免阻塞 Netty 且减少客户端依赖复杂度
- @zuston: 同意服务端与客户端方案共存,后续将复用接口实现客户端回退机制
Issue #3621 [kv] Add row TTL support
- @hiSandog: 询问 TTL 过期边界的判定标准(时间点)及依赖的时钟源
- @platinumhamburg: 说明 TTL 为尽力而为机制,基于服务器时钟,不做严格行级可见性过滤
Issue #3614 [server] Add resource-based KV leader replica capacity control
- @wuchong: 建议重命名为 ReplicaCapacityController,因其职责是准入决策而非生命周期管理
Issue #3615 [test] Unstable test RemoteLogDownloaderTest.testCloseWithInFlightAndPendingDownloads
- @hutiefang76: 分析测试不稳定因线程执行顺序不确定,计划修复测试逻辑而非增加超时
Issue #3227 [spark] Fix empty projection causing Invalid metadata length for COUNT(*)/COUNT(1)
- @Kaixuan-Duan: 响应建议将 PR 拆分,移除聚合下推部分,仅保留 Bug 修复
Issue #3424 [docs] add docs to integrate Fluss + Iceberg via Flink with AWS Glue and Hive
- @qzyu999: 询问因 Jar 包问题是否应更新文档目标版本,并提及 Glue 报错
PR Review
PR #3463 [server][client] Add cooperative KV backpressure based on RocksDB L0
- @Copilot: 指出文档描述与实现(节流曲线、默认值)不一致,以及监控指标范围定义错误
- @platinumhamburg: 已更新 PR 描述以修复配置不一致问题
PR #3612 [server] Add configurable disk write-limit recover gap
- @Copilot: 指出 Markdown 语法错误、Javadoc 参数引用错误及配置重载时的校验风险
- @wuchong: 建议改用绝对阈值配置以提高易用性
PR #3621 [kv] Add row TTL support
- @Copilot: 指出实现允许 Event-time TTL 与 Issue 要求第一阶段仅支持 Processing-time 矛盾
- @platinumhamburg: 已更新 Issue 以明确 Event-time TTL 的支持状态
PR #3614 [server] Add resource-based KV leader replica capacity control
- @Copilot: 指出 dropTable 存在竞态条件及配置为零时的除零风险
- @wuchong: 建议重命名配置项以明确广播语义,支持设为 0 禁用,并优化类与构造函数设计
PR #3523 [lake/paimon] Support custom Paimon path
- @luoyuxia: 建议在 SetOption 时对比路径,若新旧路径相同则视为无操作,避免报错
PR #3558 [server] Auto partition day format supporting yyyy-MM-dd
- @wuchong: 建议通用化时间格式配置项,增加格式校验,并允许禁用分区时保留格式配置
PR #3424 [docs] add docs to integrate Fluss + Iceberg via Flink with AWS Glue and Hive
- @qzyu999: 验证了 Glue 认证方案,补充了 Mermaid 架构图,并反馈了无关的 Tiering 状态机竞争问题
📝 新建 Issue/PR
Issues
暂无
Pull Requests
- #3636 [elixir] Support complex types (Array/Map/Row) and nullability @nicolazar
- #3635 [lake] Support partition mark-done for lakehouse tiering (processing-… @beryllw
✅ 关闭 Issue/PR
已关闭 Issues
- #3626 [Bug] Spark batch read on primary key table returns a data hole (missing newest rows) @beryllw
已合并 PRs
- #3627 [client] Fix data hole in primary key table batch read @beryllw