Stephan Dollberg

Results 22 issues of Stephan Dollberg

I was experiencing issues where my traces were completely empty around the snapshot. After investigating the perf file it hinted at "instruction trace errors" which led me to https://perf.wiki.kernel.org/index.php/Perf_tools_support_for_Intel%C2%AE_Processor_Trace which...

question

Hello, taking the following C++ code as an example: ``` #include enum some_enum { enum_a, enum_b }; template struct foo { void bar() { std::cout

Hi, I am wondering whether you have put any thought or what you think about providing a range interface via fake-iterators/`begin/end`? So that we could use the channel as one...

Hi folks, in Redpanda we experience the following assert/crash under heavy load: ``` seastar::aio_general_context::flush(): Assertion `clock::now() < retry_until' failed. ``` https://github.com/scylladb/seastar/blob/master/src/core/reactor_backend.cc#L349-L356 ``` [Backtrace #0] void seastar::backtrace(seastar::backtrace_buffer::append_backtrace()::{lambda(seastar::frame)#1}&&) at /v/build/v_deps_build/seastar-prefix/src/seastar/include/seastar/util/backtrace.hh:60 (inlined by)...

Extends the metrics api to allow changing the aggregation labels of a metrics family. Otherwise one had to un-register every single metric instance in a metric family and then re-register...

https://buildkite.com/redpanda/redpanda/builds/40810 ``` Module: rptest.tests.e2e_shadow_indexing_test Class: EndToEndShadowIndexingTestWithDisruptions Method: test_write_with_node_failures Arguments: { "cloud_storage_type": 1 } ``` ``` test_id: EndToEndShadowIndexingTestWithDisruptions.test_write_with_node_failures status: FAIL run time: 124.586 seconds HTTPError('500 Server Error: Internal Server Error for...

kind/bug
ci-failure

In segmented mode we only applied the segmenting to the values array but not the bucket array. As a result there the pattern of there still being a deallocation followed...

## Backports Required - [ ] none - not a bug fix - [ ] none - this is a backport - [ ] none - issue does not exist...

area/redpanda

https://buildkite.com/redpanda/vtools/builds/10520 ``` Module: rptest.tests.random_node_operations_test Class: RandomNodeOperationsTest Method: test_node_operations Arguments: { "num_to_upgrade": 0, "enable_failures": true, "with_tiered_storage": true } ``` ``` test_id: RandomNodeOperationsTest.test_node_operations status: FAIL run time: 1894.949 seconds Traceback (most recent...

kind/bug
ci-failure

In the segment_appender we adaptively increase the file size of log segments using `ss::file::allocate`. This however doesn't immediately do what's intended. Internally it calls `fallocate` with the `FALLOC_FL_KEEP_SIZE|FALLOC_FL_ZERO_RANGE` flags. The...

area/redpanda