Antony Dovgal

Results 53 comments of Antony Dovgal

You've just increased memory usage 4x for every tag. That might affect overall memory usage quite seriuosly when there are millions of timers with tags. I'll think about a way...

I don't have a FreeBSD machine at hand and I have no idea what's the equivalent for cpu_set_t in BSD. Regrading the other problem - unfortunately, almost in any case...

А что не так с build.mk? > Тут уже ошибка иная Вы и текущий mysqld, и Pinba собирали из одних и тех же исходников? Из текста непонятно.

> Про build.mk я просто для информации написал. так что с ним было не так-то, что его надо было править? там же просто проверяется, что система не MacOS и используется...

? Didn't get your comment. How to reproduce this? Please try Git version first and make sure you use the correct (and correctly configured) MySQL headers when building Pinba.

TRUNCATE? Why would you need that? Please try fresh Git checkout, I might have fixed that already.

But they are the exact values for the last 5 mins, every moment you look at them if stats_history = 300 sec.

Of course it doesn't, but I still don't get what you're talking about. What pointer and why do you think it might be uninitialized?

The share variable is initialized using get_share() call, which either returns a valid pointer or NULL and is called in open() method. And I have some serious doubts that MySQL...

Ok, if you're sure that's the problem, please add if (share) { } around free_share() call and check if it helps. I couldn't find any such checks in other storage...