Results 128 issues of Travis Downs

Discusses some of the causes of fragmentation with a look at how bad it can get. Issue #211.

kind/enhance
area/docs
area/redpanda
area/rfc

## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? Maybe either. Borg 1.11 It seems like...

easy
good first issue

Sometimes, the worker process will hang when it fails to start. This may give the erroneous impression that the worker is ready when it is not. One example of this...

If an exception in the driver during a run (e.g., some `sendPost` method fails, e.g., because the configuration was invalid) the driver will hang, at least when using multiple distributed...

In the Kafka driver, we find the [following code](https://github.com/openmessaging/benchmark/blob/8294b0a38c3aae0c6e93dcfaf0cec8f378077f09/driver-kafka/src/main/java/io/openmessaging/benchmark/driver/kafka/KafkaBenchmarkDriver.java#L90-L102) in `initialize`: ``` if (config.reset) { // List existing topics ListTopicsResult result = admin.listTopics(); try { Set topics = result.names().get(); //...

Love this, but a question: the possible chart types are hardcoded, right? E.g., comparing by iodepth or numjobs. How about if I want to vary other parameters, e.g., see how...

### Bug description I take screenshots of my blog on each commit. Sometimes, code samples render as empty boxes instead of how they should. You can find an example [here](https://github.com/travisdowns/blog-screenshots/blob/94373745c799f65abac7249034f06c61c74e1b52/dark-414px/blog/2019/06/11/speed-limits.html.png):...

bug
screenshot
confirmed
P3

This patch series prevents cross-shard manipulation of the allocator state which may cause segfaults and assertion failures. The main problem is that the destructor for allocation_units maintains a pointer to...

area/redpanda

Check if disable_public_metrics is set and in this case do not register the available_memory related metrics on the public metrics endpoint. ## Cover letter Without this change, the metrics show...

area/redpanda

wip for named_base

kind/enhance
area/redpanda