apache / pinot

Apache Pinot - A realtime distributed OLAP datastore
https://pinot.apache.org/
Apache License 2.0
5.42k stars 1.27k forks source link

OfflineGRPCServerIntegrationTest is flaky #8968

Closed Jackie-Jiang closed 2 years ago

Jackie-Jiang commented 2 years ago

https://github.com/apache/pinot/runs/7014263352?check_suite_focus=true

walterddr commented 2 years ago

Exit code 137 - Process was killed by Linux OOM Killer because you are low on resources on the machine.

this likely is due to memory leak on GRPC integration test. difficult to debug without a core dump. do we have access to interactive GHA or debug mode enable by default?

walterddr commented 2 years ago

closing after #8997