You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/10/01 02:51:01 UTC

[GitHub] [pinot] walterddr edited a comment on issue #7248: Pinot broker unit tests sometimes hit timeout error.

walterddr edited a comment on issue #7248:
URL: https://github.com/apache/pinot/issues/7248#issuecomment-931764431


   was able to consistently reproduce (by running exact test 100 times) here: https://github.com/apache/pinot/pull/7503/checks?check_run_id=3760273969. 
   
   Found the issue was a never ending Pinot PeriodicRebalance
   ```
   2021-09-30T21:56:54.4198293Z 21:56:44.825 Pipeline - END TaskMessageGenerationPhase for TASK pipeline for cluster HelixBrokerStarterTest. took: 0 ms for event fb5f94d4
   2021-09-30T21:56:54.4200416Z 21:56:44.825 Pipeline - END TaskMessageDispatchStage for TASK pipeline for cluster HelixBrokerStarterTest. took: 0 ms for event fb5f94d4
   2021-09-30T21:56:54.4202947Z 21:56:44.825 GenericHelixController - END: Invoking TASK controller pipeline for event PeriodicalRebalance::fb5f94d4 for cluster HelixBrokerStarterTest, took 37 ms
   2021-09-30T21:56:54.4207866Z 21:56:54.101 GenericHelixController - Controller rebalance pipeline triggered with event type: PeriodicalRebalance for cluster HelixBrokerStarterTest
   2021-09-30T21:56:54.4209825Z 21:56:54.104 GenericHelixController - Controller already has periodical rebalance timer at period 10000
   2021-09-30T21:56:54.4211806Z 21:56:54.104 GenericHelixController - START: Invoking HelixBrokerStarterTest controller pipeline for cluster TASK event: PeriodicalRebalance  d06c6099
   2021-09-30T21:56:54.4213899Z 21:56:54.105 GenericHelixController - Controller already has periodical rebalance timer at period 10000
   2021-09-30T21:56:54.4215905Z 21:56:54.105 GenericHelixController - START: Invoking HelixBrokerStarterTest controller pipeline for cluster DEFAULT event: PeriodicalRebalance  d06c6099
   ```


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