luoyuxia commented on code in PR #3630:
URL: https://github.com/apache/fluss/pull/3630#discussion_r3601994554
##########
fluss-server/src/main/java/org/apache/fluss/server/replica/ReplicaManager.java:
##########
@@ -774,6 +871,49 @@ public void lookups(
lookups(false, null, null, entriesPerBucket, apiVersion,
responseCallback);
}
+ /** Lookup historical lake data for requests that carry original partition
names. */
+ public void historicalLookups(
Review Comment:
This PR only introduces the lake lookup path. The follow-up PR that adds
write support will also implement the historical RocksDB lookup and wire it in
here, so the final lookup order will be buffer → historical RocksDB → lake, as
described in the FIP.
--
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]