You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/08/08 14:50:38 UTC

[GitHub] [lucene] yugushihuang commented on pull request #1057: LUCENE-10670: Add a codec class to track merge time of each index part

yugushihuang commented on PR #1057:
URL: https://github.com/apache/lucene/pull/1057#issuecomment-1208231388

   > The idea seems good - we want to track merge times separately for each format, right? I wonder if the Filter classes belong in a monitoring package though. It's also a confusing name since we already have a `monitor` package which is something completely different. Perhaps a better place for the `Filter*` classes would be `org.apache.lucene.codecs.filter` (in `core` module), and then we could put the `MergeTimeTrackingCodec` in the `sandbox` module somewhere? Maybe in `o.a.l.sandbox.metrics`? (to avoid confusion with monitor)
   
   Yes, it use to track merge time for each format. Thanks for the suggestion, I will make revision accordingly. 


-- 
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: issues-unsubscribe@lucene.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org