shenyu0127 commented on issue #11099: URL: https://github.com/apache/pinot/issues/11099#issuecomment-1637390205
The `OfflineClusterMemBasedBrokerQueryKillingTest` is meant to test that the broker can kill the RAM expensive GROUP BY query. It is flaky because - in this test the broker and server runs in the same JVM - the `PerQueryCPUMemResourceUsageAccountant` is registered for the broker (not the server) - the server may get an `OutOfMemoryError` exception before responding to the broker. We can fix the test by - Decreasing the number of rows needed for the GROUP BY query (so the server will not run out of RAM) - Decreasing the RAM threshold for expensive query -- 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