Jon Börjesson
Jon Börjesson
### WHAT is this pull request doing? Before this we only counted data written to the follower socket as lag, we didn't count the data in the "action queue" of...
### WHAT is this pull request doing? The `Reporter` class is an odd bird and only used for debugging purposes. It knows too much about classes (even accessing instance variables)...
### WHAT is this pull request doing? To increase performance of shovels ack is done in "batches", i.e. the shovel will ack for every half prefetch message. This may however...
### WHAT is this pull request doing? This will change log level and remove backtrace when we log errors in the shovel. Since the error is handled and the shovel...
### WHAT is this pull request doing? Some os/arch combinations builds much slower than others. Stats may give us a hint on why. ### HOW can this pull request be...
The exception is always re-raised in the calling fiber and must be handled by the app, therefore it doesn't need to be logged as an error by the library. Logging...
## Feature Request I haven't found a way to "prefill " a `IO::Buffered` with `read_buffering? == true`. I want to fill it's buffer with at least `n` bytes (`n
### WHAT is this pull request doing? This will make stats loop save GC.prof_stats which is then added to prometheus `metrics` Metrics exported is what's in https://github.com/ivmai/bdwgc/blob/47e0ef445d1aa48b8c48ef166b117386e4e0100c/include/gc/gc.h#L795 Fixes #936 ###...
### WHAT is this pull request doing? This fixes #931 Followers will be using MFiles. It will keep track on last access time for a file and close it when...
It would be nice with `GC.stats` in prometheus metrics.