mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
Add implementation of getMinTsStatistics function (#5524)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
62eaa0390a
commit
fca3eb7126
@ -52,7 +52,10 @@ type channelsTimeTickerImpl struct {
|
||||
}
|
||||
|
||||
func (ticker *channelsTimeTickerImpl) getMinTsStatistics() (map[pChan]Timestamp, error) {
|
||||
panic("implement me")
|
||||
ticker.statisticsMtx.RLock()
|
||||
defer ticker.statisticsMtx.RUnlock()
|
||||
|
||||
return ticker.minTsStatistics, nil
|
||||
}
|
||||
|
||||
func (ticker *channelsTimeTickerImpl) initStatistics() {
|
||||
|
Loading…
Reference in New Issue
Block a user