Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing commits info #2

Open
dyangUCI opened this issue Apr 17, 2017 · 2 comments
Open

Missing commits info #2

dyangUCI opened this issue Apr 17, 2017 · 2 comments

Comments

@dyangUCI
Copy link

We found many cases of missing commits info for projects (about 10% for C++ and Python projects, 5% for Java projects). That is, we can actually see commits for a project on Github, but GHTorrent doesn't have the info included.
For example,
project id=694420, we can see the commits here at https://github.com/zdevito/vector_benchmarks/commits/master, but neither "commits" table nor "project_commits" table contain info about this project;
project id=712376, https://github.com/schamp/Schazamp/commits/master
project id=842516, https://github.com/daviddoria/SmartNearestNeighbors/commits/master

@MatthewThirkettle
Copy link

I also find that there are commits missing from the GHtorrent database. For example the commits from users joerixaop and cbuben are missing from project id=1:

https://github.com/tosch/ruote-kit/graphs/contributors

@MatthewThirkettle
Copy link

I looked at my particular case of a missing commit for user cbuben (committer_id=232212). The user committed to project_id=1 on 2011-01-25 and the commit is missing from the GHtorrent database. The user also committed to project_id=1376474 on the same day (this commit is recorded in the GHtorrent database). Both of these projects are forks from project_id=2, and the forks occurred after 2011-01-25. Consequently this commit appears on all forks of project_id=2 and has the same commit id:

b144943753a45ccbccfa8b0072848b3273458620,

GHtorrent only saved one instance of the commit. This may explain why many projects are missing commits in the GHtorrent commit tables. It is strange that the commit is recorded on a forked project rather than the master project where the commit originally occurred. Were commits with duplicate commit IDs randomly dropped?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants