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/11/01 20:00:22 UTC

[I] [multistage][bug] warning exceptions not populate to broker [pinot]

walterddr opened a new issue, #11927:
URL: https://github.com/apache/pinot/issues/11927

   Currently only the `MetadataBlockType == ERROR` will be populated back to the broker (see: #11746)
   
   however several warning messages are not attached for example 
   - `numGroupLimitsReach` will not surface unless the last step group limit reached was broker
   - `reasourceLimitReach` for join is actually currently populated back b/c it is attached to EOS node
   
   this is actually a bug and we should have a convention on which which block attaches the error msg
   1. attach to one block and all subsequence block
   2. attach only to last Metdatablock but allow `MetadataBlockType = EOS` to carry it
   
   I prefer the 2nd approach


-- 
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.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


Re: [I] [multistage][bug] warning exceptions not populate to broker [pinot]

Posted by "walterddr (via GitHub)" <gi...@apache.org>.
walterddr closed issue #11927: [multistage][bug] warning exceptions not populate to broker
URL: https://github.com/apache/pinot/issues/11927


-- 
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