Infinite Indexing Problem - indexing wrong mounts in Linux which will take infinite time #3994
Replies: 1 comment
-
The main question is how does the source root ( You can try running Also, it might help to increase verbosity of the logging (possibly complemented with the |
Beta Was this translation helpful? Give feedback.
-
Description
I am a beginner with opengrok. I was following all the instructions given on https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok to have my opengrok instance running. Earlier, when I was running my instance, it worked fine and as per expectations. But, suddenly when I try to re-index my sources it runs infinitely as it tries to scan other mounts than specified in the -s flag, which is supposed to take infinitely long time. I am not sure what is wrong here. When I try to stop the re-indexing by Ctrl+C in terminal, it doesn't even exit and when I try to kill my terminal instance, the command goes into a state.
Opengrok: 1.7.33
JDK: 11.0.8
OS: RHEL 7
Tomcat: 10.0.22
To Reproduce
Steps to reproduce the behavior: Followed the steps given in the documentation, nothing special. Ran intially smoothly, but doesn't index now.
Opengrok Logs
The log stops here and now it runs infinitely. Obviously because its is trying to scan everythig in linux server.
strace.out
Above shows I think that it tries to scan unintentional mounts.
Command Run
Please help to resolve this issue if its a bug. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions