I am having the same problem with maven scanner. I am running Sonarqube 8.1 and seeing in logs repeating .git\objects\pack, is unmodified. I see in the logs, it is reporting on all the directories under .git and checking every object there. Not sure what is happening, but help is needed.
Thanks, @hdoch , I’ve split your post
Was there any change in your setup that lead to this problem?
No Changes in my setup but for this specific project it takes foreever to scan and scan is finally terminated because of time taking to process the build step in the server. I had to disable SCM
-Dsonar.scm.disabled=true to get it to scan in a reasonable time