You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "walterddr (via GitHub)" <gi...@apache.org> on 2023/06/28 16:22:10 UTC

[GitHub] [pinot] walterddr commented on issue #10992: [multistage] Revisit Stage Level Unique RequestId

walterddr commented on issue #10992:
URL: https://github.com/apache/pinot/issues/10992#issuecomment-1611731906

   this is a GOOD point! 
   
   as of now, the entire v1 execution (all the way to the instanceResponseBlock) is considered as a "single-operator" of V2 (this execution is encapsulate inside the `LeafStageTransferableBlockOperator` which is the bridge between v1 and v2. 
   
   - short term suggestion: The trace info generated from the v1 side should ideally be remodified inside the bridge class 
   - longer term: the entire v1 operator tree should support partition/stage concept in trace context
   - long-long term: model both v1 and v2 as a single operator module then there shouldn't be any issue
   
   


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org