mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: remove busy log (#33042)
issue: #32963 Signed-off-by: chyezh <chyezh@outlook.com>
This commit is contained in:
parent
861977ab60
commit
96489b814d
@ -473,7 +473,6 @@ func (s *LocalSegment) InsertCount() int64 {
|
||||
func (s *LocalSegment) RowNum() int64 {
|
||||
// if segment is not loaded, return 0 (maybe not loaded or release by lru)
|
||||
if !s.ptrLock.RLockIf(state.IsDataLoaded) {
|
||||
log.Warn("segment is not valid", zap.Int64("segmentID", s.ID()))
|
||||
return 0
|
||||
}
|
||||
defer s.ptrLock.RUnlock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user