ClickHouse/tests/integration/test_replicated_fetches_bandwidth
Azat Khuzhin 3c80e30f02 Fix per-query IO/BACKUPs throttling settings (when default profile has them)
When some of this settings was set for default profile (in
users.xml/users.yml), then it will be always used regardless of what
user passed.

Fix this by not inherit per-query throttlers, for this they should be
reset before making query context and they should not be initialized as
before in Context::makeQueryContext(), since makeQueryContext() called
too early, when user settings was not read yet.

But there we had also initialization of per-server throttling, move this
into the ContextSharedPart::configureServerWideThrottling(), and call it
once we have ServerSettings set.

Also note, that this patch makes the following settings - server
settings:
- max_replicated_fetches_network_bandwidth_for_server
- max_replicated_sends_network_bandwidth_for_server
But this change should not affect anybody, since it is done with
compatiblity (i.e. if this setting is set in users profile it will be
read from it as well as a fallback).

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-05-17 12:12:39 +02:00
..
configs Fix per-query IO/BACKUPs throttling settings (when default profile has them) 2023-05-17 12:12:39 +02:00
__init__.py Unify __init__.py files 2022-12-08 23:04:56 +01:00
test.py Fix per-query IO/BACKUPs throttling settings (when default profile has them) 2023-05-17 12:12:39 +02:00