VictoriaMetrics/lib/filestream
Aliaksandr Valialkin b14d96618c
all: follow-up after 34634ec357
- Use windows.FlushFileBuffers() instead of windows.Fsync() at streamTracker.adviseDontNeed()
  for consistency with implementations for other architectures.
- Use filepath.Base() instead of filepath.Split(), since the dir part isn't used.
  This simplifies the code a bit.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/70
2023-03-25 11:57:39 -07:00
..
filestream_darwin.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
filestream_freebsd.go all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00
filestream_linux.go all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00
filestream_openbsd.go lib/{fs,filestream}: small consistency-related updates after cc90a548b1 2020-09-29 00:42:43 +03:00
filestream_solaris.go fixes solaris build (#1345) 2021-05-31 09:21:23 +03:00
filestream_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
filestream_windows.go all: follow-up after 34634ec357 2023-03-25 11:57:39 -07:00
filestream.go lib/filestream: remove logging redundant path values in a single error message 2022-12-03 22:01:51 -08:00