Roman Ilgovskiy
Roman Ilgovskiy
## Cover letter Token bucket algorithm will be used later in controller log rate limiting. For it we need to refactor code and add method for additional usage Refactor recovery...
## Cover letter Add retries more retries to partition balancer status request. Request can result by 503 when controller leader is not elected yet. When this happens we need to...
Build: https://buildkite.com/redpanda/redpanda/builds/10396#677124b6-8fb4-418b-bd49-d89e63578bd7 ``` FAIL test: TopicRecoveryTest.test_size_based_retention (1/19 runs) failure at 2022-05-23T07:38:51.539Z: AssertionError('Too much or not enough data restored, expected 10485760 got 10209301') in job https://buildkite.com/redpanda/redpanda/builds/10396#677124b6-8fb4-418b-bd49-d89e63578bd7 ``` Error: ``` test_id: rptest.tests.topic_recovery_test.TopicRecoveryTest.test_size_based_retention...
RackAwarePlacementTest.test_replica_placement.rack_layout_str=ABCDEF.num_partitions=400.replication_factor=5.num_topics=2 (1/19 runs) Build: https://buildkite.com/redpanda/redpanda/builds/10387#26508f1e-8f34-4296-b5db-32a2896321b2 Error: ``` rptest.tests.rack_aware_replica_placement_test.RackAwarePlacementTest.test_replica_placement.rack_layout_str=ABCDEF.num_partitions=400.replication_factor=5.num_topics=2 -- | status: FAIL | run time: 1 minute 22.757 seconds | | | TimeoutError('Cluster membership did not stabilize') | Traceback (most...
Adding rate limiting per client group. Now it is possible to unite clients into groups so clients under one group will have common rate quota. Group name is any string....