Ben Pope

Results 27 issues of Ben Pope

Backport of PR #6223 - fixes the failure on the branch the failure occurred on. https://buildkite.com/redpanda/redpanda/builds/18675#018480f2-d909-4a11-9e9f-8593ac86353a ## UX Changes * none ## Release Notes * none

area/redpanda

## Note This seems to break metrics_reporter: ``` TRACE 2022-09-28 21:36:26,461 [shard 0] dns_resolver - Release socket 1 -> 2   | test_cluster_rpunit: /v/build/v_deps_build/seastar-prefix/src/seastar/include/seastar/core/future.hh:648: void seastar::future_state::set(A &&...) [T = seastar::internal::monostate, A...

kind/enhance
area/redpanda

## Cover letter This has the effect of lowering the log level e.g.: ``` WARN 2022-11-09 21:51:58,069 [shard 0] kafka - protocol.cc:224 - Error kafka rpc protocol 127.0.0.1:54036: std::__1::system_error (error...

area/redpanda

## Cover letter I was asked several times just last week alone if there was an access log. Opinions on whether this is useful, as well as code review, please....

area/redpanda

Support google well known types. Fix #7189 Fix #5771 TODO: * Add probably most of these: https://github.com/googleapis/googleapis/tree/master/google/type * Consider the other missing types. * Maybe make it more efficient by...

area/redpanda

#16441 introduced v2 as the default. This removes v1. ### Deprecated cluster config * `kafka_throughput_throttling_v2` * `kafka_quota_balancer_window_ms` * `kafka_quota_balancer_node_period_ms` * `kafka_quota_balancer_min_shard_throughput_ratio` * `kafka_quota_balancer_min_shard_throughput_bps` ### Removed metrics * `vectorized_kafka_quotas_balancer_runs` ## Backports...

area/redpanda

RFC: This implements checks for `RemoveRoomRoleForUserOptions` only. - [ ] How much existing code will break; should the checks be for values only? - [ ] Is there a better...

https://buildkite.com/redpanda/vtools/builds/9309 ``` Module: rptest.tests.nodes_decommissioning_test Class: NodesDecommissioningTest Method: test_decommissioning_and_upgrade ``` ``` test_id: NodesDecommissioningTest.test_decommissioning_and_upgrade status: FAIL run time: 17.297 seconds RemoteCommandError({'ssh_config': {'host': 'ip-172-31-39-118', 'hostname': '172.31.39.118', 'user': 'root', 'port': 22, 'password': None, 'identityfile':...

kind/bug
ci-failure
ci-rca/infra

https://buildkite.com/redpanda/redpanda/builds/33178#01895497-d9b5-46bb-ac46-4958a3a26232 ``` Module: rptest.tests.leadership_transfer_test Class: MultiTopicAutomaticLeadershipBalancingTest Method: test_topic_aware_rebalance ``` ``` test_id: rptest.tests.leadership_transfer_test.MultiTopicAutomaticLeadershipBalancingTest.test_topic_aware_rebalance status: FAIL run time: 1 minute 28.049 seconds CalledProcessError(1, ['/opt/kafka-3.0.0/bin/kafka-topics.sh', '--bootstrap-server', 'docker-rp-9:9092,docker-rp-21:9092,docker-rp-6:9092', '--create', '--topic', 'topic-jagnbeovwa', '--partitions', '263', '--replication-factor',...

kind/bug
ci-failure
area/replication
ci-rca/infra

As described in the tests, support `"$ref": "#..."`: ```json { "$ref": "#/$defs/a_ref", "$defs": { "a_ref": { "type": "string" } } } ``` I.e., they are internal-only, qualified as starting with...

area/redpanda
area/schema-registry