mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update chap09_data_coord.md (#11945)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/11960/head
parent
3d9c3432e9
commit
c4c8a99b73
|
@ -110,6 +110,7 @@ const (
|
|||
SegmentState_Sealed SegmentState = 3
|
||||
SegmentState_Flushed SegmentState = 4
|
||||
SegmentState_Flushing SegmentState = 5
|
||||
SegmentState_Dropped SegmentState = 6
|
||||
)
|
||||
|
||||
type SegmentStateInfo struct {
|
||||
|
|
Loading…
Reference in New Issue