Csaba Kiraly

Results 31 comments of Csaba Kiraly

The current version is one that exposes lots of data: one histogram per peer. Thus, the metric is kept optional. Later we might streamline this to collect only stats like...

adding #1408 for native arm64 Docker images.

I can confirm this on an M1 Macbook Pro. Docker build timed out 3-4 times before I was able to build all. It timed out in various locations in the...

Going through logs, it was just 2 fails in the build process. The others were - a port collision on port 3000 (I had a grafana instance already running, and...

I have not digged into it yet too much, so take it as a discussion opener. I've mostly documented it to help others running into the same, as part of...

The Grafana Dockerfile is at https://github.com/grafana/grafana/blob/main/Dockerfile - 2-stage, - Alpine based, - smaller than the bitnami (but of course no overlap in base layers with other bitnami images), - comes...

I agree, it is a good idea to delay this until it can be tested on the cluster. No urgency as emulation seems to work and manual change is easy...

A similar topic was going with the "Application-Layer Multicast" name some time ago. Focusing on low-latency, I could point to deadline-based schedulers ([Abeni, L., Kiraly, C., Lo Cigno, R. (2009)....

> > This set of patches tries to break up protocols.nim and encoding.nim into smaller chunks of code, reducing dependencies and simplifying modifications to the discv5 code. > > The...

> > I hope this gives you the context. > > It certainly does, thanks! Sorry for coming back to this only now. > > > Code-wise I think it...