The GitHub Actions job "CI" on 
fluss.git/start-support-write-lookup-historial-partition has failed.
Run started by GitHub user luoyuxia (triggered by luoyuxia).

Head commit for run:
c516ce1336a3b04b09510e17f8ba197d35c2af87 / luoyuxia 
<[email protected]>
[server] Add historical partition recovery with composite key WAL replay and 
tiered offset

Historical partitions (__historical__) require special recovery handling:

- KvRecoverHelper: encode composite keys (partition name + raw key) during WAL
  replay to match KvTablet.processKvRecords() key format.
- Replica.initKvTablet: skip snapshot for historical partitions, create fresh
  RocksDB and replay WAL from tiered offset (lakeLogEndOffset).
- Replica.createKv: skip periodic snapshot scheduling for historical partitions.
- ReplicaManager: move updateWithLakeTableSnapshot before makeLeader so that
  initKvTablet reads the up-to-date lakeLogEndOffset from ZK.

Co-Authored-By: Claude Opus 4.6 <[email protected]>

Report URL: https://github.com/apache/fluss/actions/runs/25951845669

With regards,
GitHub Actions via GitBox

Reply via email to