jackjlli opened a new pull request, #9208: URL: https://github.com/apache/pinot/pull/9208
This PR updates the log level to `ERROR` for HelixZNodeSizeLimitTest, as it printed out too many warning message like below, which is from Helix code: ``` 20:07:11.616 WARN [TopStateHandoffReportStage] [HelixController-pipeline-default-HelixZNodeSizeLimitTest-(b90d2ed3_DEFAULT)] Event b90d2ed3_DEFAULT : Cannot confirm top state missing start time. Use the current system time as the start time. ``` Since the purpose of this test is just to make sure the data size of ideal state can be greater than 1M, we don't need to care about the warning message printed in this test, thus it's okay to set the log level to ERROR. cc: @walterddr -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org