Files “gcache.page.*” are generated almost every minute and not cleaned which causes high disk space usage. To overcome issue we need to shutdown service and delete files manually.
I don’t see big transactions (large write-sets) which should trigger creation of the gcache.page.* files. Parameter gcache.keep_pages_count does not have any effect on the file generation/retention.
Has anybody had similar experiences with generating “gcache.page.*” files?
How to troubleshoot or resolve this issue?
p.s.
I understand that 5.6 is very old version and that we should upgrade, but still if anybody has any (other) advice I would be grateful.
Hello @msutic,
Unfortunately, 5.6 is dead, EOL’d. Any bugs discovered won’t get fixed. There have been many improvements in the Galera library not only between 5.6->5.7, but also from 5.7->8.0. Your best, and honestly, only option, is to upgrade to latest 5.7.* and verify the issue still exists.
I have seen this document and this is why I decided to go with larger gcache.
Still, this behavior does not look good to me. We don’t have so big transactions (write-sets) to cause allocation of additional pages few times per minute.
Also gcache.keep_pages_size does not have any effect on the number of this files.
But, we are on a very old version ant it is best to upgrade and not to troubleshoot further.
We have found a solution (large gcache) and this is good enough for now.