Andrea Barbadoro
Andrea Barbadoro
In this pull request, I replaced std::regex with [ctre](https://github.com/hanickadot/compile-time-regular-expressions) since the use of std::regex was perfect for ctre (an unchanging regex, used just for parsing) In order to do so,...
I replaced std::regex with https://github.com/hanickadot/compile-time-regular-expressions . In doing so I had to add a .clang-format, remove boost regex, and move the standard to c++17 (this last one is a hard...
## Cover letter These changes add a first support in tools/offlile_log_viewer for serde-encoded controller messages. running python viewer.py --type controller --path [redpanda data path] will decode logs produced by v22.2...
a small unused header cleanup on partition_recovery_manager.{h,cc} ## Backports Required - [x] none - not a bug fix - [ ] none - issue does not exist in previous branches...
``` FAIL test: UpgradeMigratingLicenseVersion.test_license_upgrade (1/33 runs) failure at 2022-11-17T07:31:55.847Z: AssertionError() in job https://buildkite.com/redpanda/redpanda/builds/18763#01848400-7735-468a-beee-2e987d486c36 ``` arm link: https://buildkite.com/redpanda/redpanda/builds/18763#01848400-7735-468a-beee-2e987d486c36 the error: ``` File "/root/tests/rptest/tests/license_upgrade_test.py", line 148, in test_license_upgrade assert license is not...
following https://github.com/redpanda-data/redpanda/pull/7157#discussion_r1022930410 modify how offset_map is passed to download_log_with_capped_size, to make the usage of iterator across suspension points more future proof ## Backports Required - [ ] none - not...
``` FAIL test: ControllerLogLimitMirrorMakerTests.test_mirror_maker_with_limits (1/43 runs) failure at 2022-11-17T08:13:35.802Z: TimeoutError("Consumer failed to consume up to offsets {TopicPartition(topic='topic- zdxeobqgro', partition=9): 443, TopicPartition(topic='topic-zdxeobqgro', partition=1): 637, TopicPartition(topic='topic-zdx eobqgro', partition=3): 1089, TopicPartition(topic='topic-zdxeobqgro', partition=2): 1033,...
Backport https://github.com/redpanda-data/redpanda/issues/6413 to branch v22.2.x. Requested by PR https://github.com/redpanda-data/redpanda/pull/7157 The automatic backport failed, needs a manual backport. depends on a backport of https://github.com/redpanda-data/redpanda/pull/7123
only on arm and debug: FAIL test: PartitionBalancerTest.test_rack_awareness (1/46 runs) failure at 2022-10-20T07:34:28.340Z: TimeoutError('failed to wait until status condition') in job [https://buildkite.com/redpanda/redpanda/builds/16960#0183f3d6-9bfc-485a-a901-ef9a80939798](https://buildkite.com/redpanda/redpanda/builds/16960#0183f3d6-9bfc-485a-a901-ef9a80939798)
``` FAIL test: ConnectionRateLimitTest.connection_rate_test (1/30 runs) failure at 2022-11-15T07:29:51.473Z: AssertionError('Time for first iteration:2.809500253200531 Time for second iteration :4.623766374588013') in job https://buildkite.com/redpanda/redpanda/builds/18585#018479ad-5bb7-4b7e-8e50-b8f3f5d9862c ``` failure mode seems a bit different than #6074...