Anton

Results 10 comments of Anton

Same issue here. After this `sshkit` MR https://github.com/capistrano/sshkit/pull/453 `composer:self_update` is broken due to empty `release_path`

We are trying to implement an exporter from Pinba to a real time series database. Other tools, eg. prometheus, handle counter resets, so surviving restart is not a big deal....

That seems a good idea and will provide enough information to integrate Pinba with other monitoring solutions. Not sure how much use it will make for Badoo team though :)...

Seems like this PR would allow it https://github.com/squizlabs/PHP_CodeSniffer/pull/2380

I can confirm it compiles now, but `mysql` service fails to stop. Same happens with Percona MySQL. The last line I see in MySQL log file is: `Shutting down plugin...

Here is the output: ``` (gdb) info threads Id Target Id Frame 27 Thread 0x3103 of process 83964 0x00007fff9419d48a in __semwait_signal () from /usr/lib/system/libsystem_kernel.dylib 26 Thread 0x3003 of process 83964...

Okay. Thanks. Ping me later if you'll need some additional info/tests.

Does not help. Please see, I've done a backtrace on all running threads on server shutdown. https://gist.github.com/neanton/e4f7e1e2ddcd37214ecb Maybe I should recompile MySQL/pinba-engine with debugging support to help finding out the...

Not sure if I've compiled it properly, but it does not work yet. Here is the output I was able to get recompiling MySQL and Pinba with debug support. https://gist.github.com/neanton/1942884e8bd7075095fd...