You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "mbien (via GitHub)" <gi...@apache.org> on 2023/05/26 01:05:03 UTC

[GitHub] [netbeans] mbien commented on pull request #5984: use SMO service for class name and SHA1 queries.

mbien commented on PR #5984:
URL: https://github.com/apache/netbeans/pull/5984#issuecomment-1563681809

   looks like the search service had a bad day yesterday, the latency is better today. This is the `StringUtils` search repeated from above:
   ```
   INFO [org.netbeans.modules.maven.indexer.SMORequestResult]: SMO SearchRequest{paging=Paging{pageSize=128, pageOffset=0}, query=cn:StringUtils} finished in 1,735 ms
   INFO [org.netbeans.modules.maven.indexer.SMORequestResult]: SMO SearchRequest{paging=Paging{pageSize=128, pageOffset=1}, query=cn:StringUtils} finished in 1,044 ms
   INFO [org.netbeans.modules.maven.indexer.SMORequestResult]: SMO SearchRequest{paging=Paging{pageSize=128, pageOffset=2}, query=cn:StringUtils} finished in 909 ms
   INFO [org.netbeans.modules.maven.indexer.SMORequestResult]: SMO SearchRequest{paging=Paging{pageSize=128, pageOffset=3}, query=cn:StringUtils} finished in 567 ms
   INFO [org.netbeans.modules.maven.indexer.SMORequestResult]: SMO SearchRequest{paging=Paging{pageSize=128, pageOffset=4}, query=cn:StringUtils} finished in 608 ms
   INFO [org.netbeans.modules.maven.indexer.SMORequestResult]: SMO SearchRequest{paging=Paging{pageSize=128, pageOffset=5}, query=cn:StringUtils} finished in 710 ms
   INFO [org.netbeans.modules.maven.indexer.SMORequestResult]: SMO SearchRequest{paging=Paging{pageSize=128, pageOffset=6}, query=cn:StringUtils} finished in 935 ms
   INFO [org.netbeans.modules.maven.indexer.SMORequestResult]: SMO SearchRequest{paging=Paging{pageSize=128, pageOffset=7}, query=cn:StringUtils} finished in 847 ms
   INFO [org.netbeans.modules.maven.indexer.SMORequestResult]: SMO SearchRequest{paging=Paging{pageSize=128, pageOffset=8}, query=cn:StringUtils} finished in 798 ms
   INFO [org.netbeans.modules.maven.indexer.SMORequestResult]: SMO SearchRequest{paging=Paging{pageSize=128, pageOffset=9}, query=cn:StringUtils} finished in 498 ms
   INFO [org.netbeans.modules.maven.indexer.SMORequestResult]: SMO SearchRequest{paging=Paging{pageSize=128, pageOffset=10}, query=cn:StringUtils} finished in 407 ms
   ```


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists