This website requires JavaScript.
Explore
Help
Register
Sign In
rms
/
VictoriaMetrics
Watch
1
Star
0
Fork
0
You've already forked VictoriaMetrics
mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced
2026-05-30 07:10:55 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e35a9a366c8a06cb5c2365d8ba54abc748c0b4be
VictoriaMetrics
/
lib
/
persistentqueue
History
Aliaksandr Valialkin
e35a9a366c
all: consistently use sync.WaitGroup.Go() instead of sync.WaitGroup.Add(1) + sync.WaitGroup.Done()
...
This improves code readability a bit.
2026-01-27 00:29:47 +01:00
..
fastqueue_test.go
all: consistently use sync.WaitGroup.Go() instead of sync.WaitGroup.Add(1) + sync.WaitGroup.Done()
2026-01-27 00:29:47 +01:00
fastqueue_timing_test.go
lib/fs: simplify the code for directory removal and make it compatible with object storage (S3) and NFS
2025-07-25 19:54:03 +02:00
fastqueue.go
vmagent: fix calculation of vm_persistentqueue_free_disk_space_bytes (
#10271
)
2026-01-13 20:12:31 +02:00
filenames.go
lib/{fs,persistentqueue}: use filepath.Join() instead of concatenating path parts with
/
2023-04-13 20:13:45 -07:00
persistentqueue_test.go
lib/fs: simplify the code for directory removal and make it compatible with object storage (S3) and NFS
2025-07-25 19:54:03 +02:00
persistentqueue_timing_test.go
lib/fs: simplify the code for directory removal and make it compatible with object storage (S3) and NFS
2025-07-25 19:54:03 +02:00
persistentqueue.go
lib/persistentqueue/persistentqueue.go: remove fs.MustSyncPath() call after fs.MustWriteSync()
2025-08-30 01:47:10 +02:00