Bharath Vissapragada
Bharath Vissapragada
https://buildkite.com/redpanda/redpanda/builds/13051#0182373e-6373-4809-ad96-c9af80ef161f
Trying to wrap my head around KIP-360 proposal. We don't need to implement the section on `Prolonged producer state retention` because we already keep that state for 7d since last...
Another instance https://ci-artifacts.dev.vectorized.cloud/redpanda/0182cb94-7664-473d-9208-0445f34e5bce/vbuild/ducktape/results/2022-08-23--001/PartitionBalancerTest/test_full_nodes/113/
I'm testing it locally with induced sleeps in the flush code path + a load_generator in the background. Then I'm SIGINT-ing brokers in a rolling fashion and so far I...
The issue was with not cleaning up failure injector (ISOLATE) properly on teardown. I updated the patch and `ci-repeat-5` looks ok, only failure in the run was `VerifiableProducer` not stopping...
#5730 fixes this? Seems the issue is `consensus::_op_lock` getting destroyed before a transport is releasing its units? With the patch, we release the units sooner.
Another instance: https://ci-artifacts.dev.vectorized.cloud/redpanda/0182cc67-74cd-4666-be11-f921b2460e19/vbuild/ducktape/results/2022-08-23--001/PartitionMoveInterruption/test_cancelling_partition_move_x_core/replication_factor=3.unclean_abort=True.recovery=restart_recovery/188/report.txt ``` std::exception_ptr::operator bool() const at application.cc:? seastar::basic_semaphore::signal(unsigned long) at ??:? seastar::semaphore_units::return_all() at ??:? seastar::semaphore_units::~semaphore_units() at ??:? void std::__1::__destroy_at(seastar::semaphore_units*) at application.cc:? void std::__1::destroy_at(seastar::semaphore_units*) at application.cc:? void std::__1::allocator_traits::destroy(std::__1::allocator&, seastar::semaphore_units*)...
Another instance: https://buildkite.com/redpanda/vtools/builds/3339#0182c381-f5d0-413b-a501-4d7eae01ff51 ``` FAIL test: TestMirrorMakerService.test_consumer_group_mirroring.source_type=kafka (1/17 runs) failure at 2022-08-22T07:24:31.179Z: in job https://buildkite.com/redpanda/vtools/builds/3339#0182c381-f5d0-413b-a501-4d7eae01ff51 ```