nfsantos commented on PR #1165:
URL: https://github.com/apache/jackrabbit-oak/pull/1165#issuecomment-1772812649

   > Please note that there could also be a case where the FFS has been built 
before hand and then the build FFS part here would simply read the system 
property and consume the built FFS from it's location - in which this total 
time could be misleading.
   
   If the FFS is provided as a system property, 
`IndexStoreSortStrategy.createSortedStoreFile()` will not be called. All the 
logging metrics for the Pipelined strategy is inside this method, so these 
phases will not be printed.
   
   
https://github.com/apache/jackrabbit-oak/blob/abcfb39909afbaf58b436a9ad6e34998e864a833/oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/FlatFileNodeStoreBuilder.java#L297-L319
   
   But it's important for users to be aware that the metrics for download might 
not be printed if the FFS was already present.


-- 
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]

Reply via email to