Michail Safronov
Michail Safronov
ThrowsMessage not exist in folly lib, cleanup
``` In file included from /data/msv/git/lib/facebook/folly/folly/IPAddressV4.h:28, from /data/msv/git/lib/facebook/folly/folly/IPAddress.h:28, from /data/msv/git/lib/facebook/folly/folly/IPAddress.cpp:17: /data/msv/git/lib/facebook/folly/folly/Range.h: In instantiation of ‘typename Context::iterator fmt::v7::formatter::format(folly::StringPiece, Context&) const [with Context = fmt::v7::basic_format_context; typename Context::iterator = fmt::v7::detail::buffer_appender; folly::StringPiece = folly::Range]’:...
Reincarnation of https://github.com/grobian/carbon-c-relay/issues/216 On heavy-load relays (15 000 persistent connections, 25 millions metric/minute) we have some problems - timeout when established new connections and very high CPU usage.
Unable to add two servers on some host with different ports.
In completion of https://github.com/grobian/carbon-c-relay/pull/387 I add a tests for gzip/lz4 input streams and fixed gzip buffering. https://github.com/msaf1980/carbon-c-relay/tree/fix_dispatcher_compress Some fix for lz4 - run LZ4F_resetDecompressionContext after error (see http://htmlpreview.github.io/?https://github.com/lz4/lz4/blob/dev/doc/lz4frame_manual.html). May be...
Option for use subdir to configure cmake project (see [lz4](https://github.com/lz4/lz4/tree/dev/build/cmake) for example).
For example counter with name `foobar2;env=prod` Now statsite produce metrics like `foobar2;env=prod.sum` and etc. This PR produce metric names like `foobar2.sum;env=prod`
Hi. Do your have any example of aggregate module usage ? When enabled it, git exception when trying to load yandextank/aggregator/config/schema.py What's wrong ? Yandex tank config [load_agg.txt](https://github.com/yandex/yandex-tank/files/3317991/load_agg.txt) Trace [trace.txt](https://github.com/yandex/yandex-tank/files/3317986/trace.txt)
Allow to multiple query groups with custom url iterators