mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for lastTick (#15114)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/15132/head
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