You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The high level goal of this first part is to have a fully encapsulated interface between storage and everything else that's usable as a Raft log implementation (no housekeeping yet, but at least usable by Raft and archival).
The high level goal of this first part is to have a fully encapsulated interface between storage and everything else that's usable as a Raft log implementation (no housekeeping yet, but at least usable by Raft and archival).
RFC: https://docs.google.com/document/d/1b5UCT5DenW0TOTARgxATYhjVDzYoxq_lhSvjqrAVWpQ/edit?usp=sharing
Interface changes to existing log
disk_log_impl
#16812Write IO path
Read IO path
record_batch_reader
#17255Write path in-memory indexing
Read path in-memory indexing
End-to-end testing
disk_log_impl
#18264JIRA Link: CORE-1838
The text was updated successfully, but these errors were encountered: