mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
issue: #33285 - support transaction on single wal. - last confirmed message id can still be used when enable transaction. - add fence operation for segment allocation interceptor. --------- Signed-off-by: chyezh <chyezh@outlook.com>
8 lines
167 B
Go
8 lines
167 B
Go
package streamingnode
|
|
|
|
const (
|
|
MetaPrefix = "streamingnode-meta"
|
|
SegmentAssignMeta = MetaPrefix + "/segment-assign"
|
|
SegmentAssignSubFolder = "s"
|
|
)
|