路由策略与分片机制:当前 ShardRouter 的实现方式
基于当前仓库实现分析 Seastar Log Engine 的路由策略,包括 hash_modulo、consistent_hashing、空 route_key 策略以及 append_batch 的分发快路径。
栏目
按年份
基于当前仓库实现分析 Seastar Log Engine 的路由策略,包括 hash_modulo、consistent_hashing、空 route_key 策略以及 append_batch 的分发快路径。
围绕 checkpoint sidecar、active log verified scan 与 truncate 恢复路径,分析 seastar-log-engine 如何在异常退出后尽快找回一条一致且可继续追加的日志尾部。
基于当前源码分析 seastar-log-engine 的文本行记录格式、可选结构化字段、CRC class、校验流程与恢复扫描语义。