Good morning folks have a bit of a weird question,...
# fleet
v
Good morning folks have a bit of a weird question, is there a limit which fleet can process when it comes to the number of rpm packages on the machine? we having quite an annoying bug with freshly onboarded laptop which can't update the software inventory... and this is also causing 100% CPU usage on MySQL server because of query generated by getIncomingSoftwareChecksumsToExistingTitles (code) ... to be a bit more specific package count on the laptop which causing problems rather high
Copy code
rpm -qa --queryformat '%{NAME}\n' | wc -l
7058
l
Hi @V Rozhniatovskyi! Thanks for the report. It does seem related to #25160. What version of Fleet are you using?
v
4.64.2
we kinda found a workaround for now (likely not permanent), as in our case this was cased likely by some mistake with installation of 4k+ texlive packages on the machine which user didn't really needed... and after them removed those host managed to report software titles and and load on MySQL disappeared... but yeah, looks like might be related, we had the similar query ingestion errors in logs
l
OK, yeah the host with 4k+ packages was probably the root cause... We'll create an issue to test this scenario and we should prevent Fleet from crashing MySQL.