nfsantos opened a new pull request, #1519:
URL: https://github.com/apache/jackrabbit-oak/pull/1519

   Instead of:
   ```
   Timings:
     Build FFS (Dump+Merge): 00:00:30
     Build Lucene Index: 00:00:00
     Merge node store: 00:00:00
     Merge sort: 00:00:00
     Mongo dump: 00:00:30
     Total time: 00:00:32
   ```
   
   It should be:
   ```
   Timings
     Mongo dump: 00:00:30
     Merge sort: 00:00:00
     Build FFS (Dump+Merge): 00:00:30
     Build Lucene Index: 00:00:00
     Merge node store: 00:00:00
     Total time: 00:00:32
   ```


-- 
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: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to