mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-11 14:53:49 +00:00
bcb3626d1f
* FIX sort order in bottomk * Add lessWithNaNsReversed for bottomk * Add ut for TopK * Move lt from loop * FIX lint * FIX lint * FIX lint * Mod log format --------- Co-authored-by: xiaozongyang <xiaozngyang@kanyun.com> Co-authored-by: Aliaksandr Valialkin <valyala@victoriametrics.com>
9 lines
171 B
Go
9 lines
171 B
Go
package filestream
|
|
|
|
func (st *streamTracker) adviseDontNeed(n int, fdatasync bool) error { // nolint
|
|
return nil
|
|
}
|
|
|
|
func (st *streamTracker) close() error {
|
|
return nil
|
|
}
|