Mattia Barbon
Mattia Barbon
MR #4758 implements ISO week definition, which adds two new tags, one for the week and one for the year (in the same way the `date` command has `%V` for...
Here is a self-contained test case, which replicates the behavior I see in the actual system: upgrading from 1.27.2 to 1.34.1 creates a slowdown, which is reduced when setting `config.Net.MaxOpenRequests`...
@xujianhai666 and @slaunay maybe you have some insight since this seems to be related to your changes in Sarama 1.31.0?
Modified benchmark, without batching ```go package main import ( "fmt" "math/rand" "os" "strconv" "sync/atomic" "time" "github.com/Shopify/sarama" ) type metadata struct { sent time.Time } func main() { seedBroker, topic, msgsPerMinS,...
Sorry for the delay in getting back to this. I believe this should be fixed by version `0.42_03` (just uploaded to CPAN)
It's not because it's not a finished product.
> A quick comment about the correctness (I left the rest of the team comment whether it's something desired for Mimir or not). If we want to allow partial query...