[ 
https://issues.apache.org/jira/browse/SOLR-8444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15095286#comment-15095286
 ] 

Michael Sun edited comment on SOLR-8444 at 1/14/16 4:51 PM:
------------------------------------------------------------

bq. We need to also consider how to merge distributed debug info (and add more 
info about the distributed phase as well). Given this, (2) may be simpler 
(adding directly to facet response) as we already have a framework for merging. 
(From SOLR-8228)

Probably better to use a separate merger to merge facet telemetry information. 
The main reason is that facet telemetry merging may be different to facet 
result merging. For example, some fields in facet telemetry are not merged. In 
addition, the merged telemetry need to contain both merged numbers and 
telemetry from each shards.

cc [~yo...@apache.org]



was (Author: michael.sun):
bq. We need to also consider how to merge distributed debug info (and add more 
info about the distributed phase as well). Given this, (2) may be simpler 
(adding directly to facet response) as we already have a framework for merging. 
(From SOLR-8228)

Probably better to use a separate merger to merge facet telemetry information. 
The reason is some fields are not merged. Therefore the merged telemetry need 
to contain both merged numbers and telemetry from each shards.

cc [~yo...@apache.org]


> Merge facet telemetry information from shards
> ---------------------------------------------
>
>                 Key: SOLR-8444
>                 URL: https://issues.apache.org/jira/browse/SOLR-8444
>             Project: Solr
>          Issue Type: Sub-task
>          Components: Facet Module
>            Reporter: Michael Sun
>             Fix For: Trunk
>
>
> This is to merge facet telemetry information from shards together. Here is 
> the way to merge different fields in facet telemetry.
> 1. elapse: sum of elapse fields in shard telemetry
> 2. domainSize: sum 
> 3. numBuckets: sum
> 4. other fields: skip in merging.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to