Vladimir Kotal
Vladimir Kotal
The handling of directory history w.r.t. files in Git should be investigated as well.
Did you try with different browsers ? There are couple of issues tracking slow page loading such as #3032. The `ERR_INVALID_CHUNKED_ENCODING` error is curious. What is the application server used...
How big are these files ?
> I've tried in different browsers/machines, it behaves the same How does it look in terms of network connections for that request ? Do these finish or linger ?
Without seeing the indexer logs and doing more root causing (for how many files this fails, what is special about them, what they have in common, ...) it is hard...
The log is littered with `AccessDeniedException` for various index files under data root. This creates a lot of noise.
The data root needs to be writable for the indexer to succeed, you need to fix the file system permissions. It's hard to tell whether it could be causing the...
Out of curiosity: did only the data root have problem with permissions/ownership or also its sub-directories ?
Could you be more specific about the project/repository layout and how the error happens w.r.t. the layout ? I assume there are nested repositories. I wonder if there are similar...
Looks like even simple revision walk (in `GitRepository.accept()`) hits the problem. The error in `populateDocument()` is the same thing, just delayed to the 2nd indexing phase (due to #747). I...