Ruslan Usifov

Results 18 issues of Ruslan Usifov

Bucky tools declares tha it works only with cluster with repolication 1, but when we invoke bucky servers, we see discouraging output: ``` vagrant@123124234:~/builddocker$ ./bucky servers -h carbon-a:2023 Buckd daemons...

As said in README of project we try to install `beakerx_tabledisplay` as a separate component with conda ``` conda install beakerx_tabledisplay ``` but without success due not found package: ```...

We try to upgrade to version 0.14.0 without success. Most of metrics disappear and doesn't returner by `find` request, when we revert back to 0.13.0 everything become work as expected....

question

Here is small patch that fixex problem # HG changeset patch # User [email protected] # Date 1368443820 -14400 # Node ID 12d32e5bf970674fd75539054a6c1734e9bdefc7 # Parent d0e13408f0338ccefb6ac08cb237ad4662cf01bb fix russian comments parsing diff...

# Summary we use version 0.11.4 When we try to use rexray in client server mode we got Segfault on client side with folow stack trace: ``` [signal SIGSEGV: segmentation...

In out production cluster based on opendistro [1.13.2] we have multiple Index Management Index Policies with ism_template defined field, where we declare index_patterns. For example ``` "ism_template": { "index_patterns": [...

bug

Adding ability to automatically close incident in PagerDuty when moira decided that alert is resolved(send OK status). This change conform incident lifecycle, that described in https://v2.developer.pagerduty.com/docs/send-an-event-events-api-v2 For playing with api...

enhancement
backend

Suppose follow configuration, when we use nomad federation: 1. We have 2 nomad regions (`A` and `B`) 2. controlplane of regions located in common network: `10.168.0.0/16`, rpc and http addresses...

seems after https://github.com/grobian/carbon-c-relay/commit/f3ee3f1bc18d29f1321518a1aa8f3292603536ea broken follow expression(it is quoted to escape `;`) ``` match "^local\.nomad-jobs\.[^;]+;.+" ``` now it doesn't select metrics like this: ``` local.nomad-jobs.aav01.default.an-abtests-web-back.bytask.cpu.Percent.p99;tg=an-abtests-web;task=django_celery_beat ``` so metrics went to the...