Noah Watkins

Results 315 comments of Noah Watkins

/ci-repeat 10 skip-units dt-repeat=100 tests/rptest/tests/cluster_quota_test.py::ClusterRateQuotaTest

here is one recent example: ``` ERROR 2021-07-12 07:54:52,461 [shard 1] rpc - Error dispatching client reads: std::__1::system_error (error system:110, read: Connection timed out) INFO 2021-07-12 07:40:33,528 [shard 0] rpc...

``` INFO 2021-07-21 03:02:53,292 [shard 0] raft - [group_id:0, {redpanda/controller/0}] consensus.cc:1122 - Recovered persistent state from kvstore: voted for: {id: {1}, revision: {0}}, term: 196 INFO 2021-07-21 03:02:53,302 [shard 0]...

This ticket isn't well defined enough to be actionable. When it was written the system was small enough that it was feasible.

Oh, thanks Sean. I run makedist.com, but forgot about those project pages. I'll try to see if I can get Hugo to generate a redirect for that project URL to...

The offset_data_stream is opened when we open a log reader. The error is thrown because it looks like the segment is closed. Coudl be anything from the topic/partitoin being deleted,...

in the log we can see the segment being closed ``` TRACE 2024-02-09 00:40:06,123 [shard 1:main] storage - segment.cc:90 - closing segment: {offset_tracker:{term:1, base_offset:1919, committed_offset:2002, dirty_offset:2002}, compacted_segment=0, finished_self_compaction=0, finished_windowed_compaction=0, generation={59},...

I have a hunch that this may also be related to https://github.com/redpanda-data/redpanda/issues/16582 which also shows an exception from storage leaking up to fetch.cc.

The line that is printed as part of this CI report is ``` rptest.services.utils.BadLogLines: ``` But that line was removed by this commit, and in particular, there was some handling...