luoyuxia commented on PR #2037: URL: https://github.com/apache/fluss/pull/2037#issuecomment-3630066796
@wuchong Hi, I already addressed your comment. 1. Remove unnecessary information in `LakeTableSnapshot` to reduce store size 2. Store a list of snapshot in zk node, each snapshot records the tiered offset and readable offset. In this pr, we always set tiered offset to equal to readable offset, and only keep one snapshot since if not consider dv fix, we only need one. But the dv fix issue, I'll extend it to contains multiple lake snapshot. 3. For comment https://github.com/apache/fluss/pull/2037#discussion_r2580518738, maybe we can address it in another pr? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
