mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
Fix NoSuchKey error caused by special stats log (#24670)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
ea62922829
commit
b71c967ed7
@ -31,7 +31,7 @@ const (
|
||||
)
|
||||
|
||||
func (s StatsLogType) LogIdx() string {
|
||||
return fmt.Sprintf("0%d", s)
|
||||
return fmt.Sprintf("%d", s)
|
||||
}
|
||||
|
||||
type FileReader interface {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user