nfsantos opened a new pull request, #1661: URL: https://github.com/apache/jackrabbit-oak/pull/1661
A thread will finish downloading when either it has reached the end of the query range or it has crossed with documents already downloaded by the other thread. In both cases, there are no more documents to download. Currently, the indexing job waits until the second thread finishes by itself. This happens when the other thread receives the next response from Mongo, because it will then notice that the documents have crossed. But if the query in Mongo is not returning results (usually if the regex filter is very selective), then it can take a while until the second thread completes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
