Vladimir Smirnov
Vladimir Smirnov
https://github.com/dgryski/go-stampede - library Cache Stampeede - situation when our frontend receives the same query several times and do useless duplicated work. There is a whitepaper and a library that can...
It seems to be useful to add a support for other database (this is currently depends on refactoring that's going on grpcNew branch) which have compatible data model. Examples: *...
For some other databases it'll be nice to have a "proxy" backend logic - separate list of backends where you 100% sure that all of them have the same set...
Based on a change: https://github.com/go-graphite/carbonapi/pull/686/files/4ae1e1f736fd004f24ee397c419245e520edfeac It seems that it's worth to use semgrep to check that we copy metric before changing the tags (and maybe for some other problems). That...
Test that fails, but it seems it shouldn't. Data is different all the time I ran it. for example ``` Performing test cross-retention &{StepTime:120 Values:[0.30000000000000004 0.5 0.7 0.8999999999999999 1.0999999999999999 1.3...
Currently bot will keep trying
It seems if API returns an error, bot won't retry sending a notification. Also sometimes it completely stops sending messages to that chat until restarted. That needs to be reworked.
Bot uses telegram-bot-api which seems to be abandoned. I should migrate it to telego
Currently in WAF it is hardcoded that gcc needs to be available, so you can't just do: ``` source /opt/intel/oneapi/setvars.sh intel64 export CC="icx" export CXX="icpx" ./b configure && ./b build...
Currently it is hardcoded to '4' which is suboptimal for bigger screens. Add a new flag to trex-console, `-m` that allows to specify amount of ports user want to see....