mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-02 08:55:56 +08:00
issue: #38399 - Add a pchannel level checkpoint for flush processing - Refactor the recovery of flushers of wal - make a shared wal scanner first, then make multi datasyncservice on it Signed-off-by: chyezh <chyezh@outlook.com>
11 lines
190 B
Go
11 lines
190 B
Go
package streamingnode
|
|
|
|
const (
|
|
MetaPrefix = "streamingnode-meta"
|
|
|
|
DirectoryWAL = "wal"
|
|
DirectorySegmentAssign = "segment-assign"
|
|
|
|
KeyConsumeCheckpoint = "consume-checkpoint"
|
|
)
|