VictoriaMetrics/app
Zakhar Bessarab 1c34cc33e5
vmselect/netstorage: remove direct calls to Gosched to reduce amount of locks for global scope
using `runtime.Gosched` requires acquiring global lock to check if there are any other goroutines to perform tasks. with the latest versions of runtime it can pause running goroutines automatically without requiring to call `Gosched` directly.

Updates #3966

Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
2023-03-25 16:45:31 -07:00
..
vmagent all: follow-up for 7a3e16e774 2023-03-12 01:19:55 -08:00
vmalert all: follow-up for 7a3e16e774 2023-03-12 01:19:55 -08:00
vmauth all: follow-up for 7a3e16e774 2023-03-12 01:19:55 -08:00
vmbackup app/vmbackup: simplify code a bit after 5ba347bd2c 2023-03-24 22:20:20 -07:00
vmbackupmanager doc: add vmbackupmanager monitoring section (#3605) 2023-01-05 16:49:59 -08:00
vmctl app/vmctl: skip series if measurement not found (#3869) 2023-02-27 12:04:48 -08:00
vmgateway docs: update command-line descriptions after 73256fe438 2023-01-27 00:01:14 -08:00
vminsert all: follow-up for 7a3e16e774 2023-03-12 01:19:55 -08:00
vmrestore all: run apk update && apk upgrade in base Alpine Docker image in order to get all the recent security fixes 2023-02-09 14:03:02 -08:00
vmselect vmselect/netstorage: remove direct calls to Gosched to reduce amount of locks for global scope 2023-03-25 16:45:31 -07:00
vmstorage all: follow-up for 7a3e16e774 2023-03-12 01:19:55 -08:00
vmui security: bump go version to 1.20.2 (#3935) 2023-03-12 01:38:51 -08:00