mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip e2e] Add comment for lastTick (#15114)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
ff60bb8bfc
commit
5ab8d99ee9
@ -422,6 +422,7 @@ func (node *Proxy) AddStartCallback(callbacks ...func()) {
|
||||
node.startCallbacks = append(node.startCallbacks, callbacks...)
|
||||
}
|
||||
|
||||
// lastTick returns the last write timestamp of all pchans in this Proxy.
|
||||
func (node *Proxy) lastTick() Timestamp {
|
||||
return node.chTicker.getMinTick()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user