Alexander Petrukhin
Alexander Petrukhin
Hi. I have the conditions to reproduce. I have at least 10 fpms with some kind of load(100-200rps prob) on them. I have at least 2 servers in configuration. I...
I have such kind of stacktrace by the way ``` Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007f4345fc7d93 in mmc_value_handler_single () from /usr/lib/php/20170718/memcache.so (gdb) bt #0 0x00007f4345fc7d93 in mmc_value_handler_single...
Hi! Nothing diffucult, something like Init script ```php $m = new Memcache(); $m->addServer($host1, $port1); // persistent $m->addServer($host2, $port2); // persistent ``` Somewhere in php-fpm logic ```php $m->set('some_key', 'some_value', 42); $m->get('some_key');...
Hello, @OksanaChurkina ! We've taken your report and will fix the error soon. It would be great if you send your resource configuration in order we can try to reproduce...
https://github.com/yandex-cloud/terraform-provider-yandex/pull/273
Hi! Yes, we did some kind of attempts and found it a little bit difficult to implement immediately :(
hm, case insensitive match is not a high priority feature, because it slows runtime too much. Too much allocations, unfortunately. So its better to use pre-defined json and not to...
It can be achieved with some patches in generator. But the memory overhead is very large)
I think youre always allowed to implement this feature)
yeah, looks like youre right but try to use `json:",string"` instead of just "string"(if you use it correct, i apologize :) )