-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
do not attempt to retrieve history using the repository method for files without history cache entry for repos with history for directories #759
Comments
What does luke say? Were those files added? |
The actual output looks like this:
I am not sure why there has to be the exception stack trace at all (for this specific case). |
With the recent Mercurial (6.1.1) the That said, this is a question of efficiency. The For repositories with |
Actually, the check is already being done in opengrok/opengrok-indexer/src/main/java/org/opengrok/indexer/history/HistoryGuru.java Lines 547 to 560 in 5d55b5f
The issue is that the That said, the tunable might go away as suggested in #1498 (comment) |
I was playing with indexing on OS X (for #687) with one of my repos and discovered that untracked files cause unhandled exceptions in the phase of generating Lucene index (from
addFile()
). It would be nice to catch these exceptions and generate log message withWARNING
or maybeINFO
level.The text was updated successfully, but these errors were encountered: