harris233 opened a new issue, #8843: URL: https://github.com/apache/hudi/issues/8843
**Describe the problem you faced** In our production environment, presto support hudi query by hudi-mr, but we found memory leak caused by hudi if query was canceled or failed. **To Reproduce** Steps to reproduce the behavior: 1.submit query like select xxx from hudi.db.table where xxx 2.cancel query 3.use command: netstat -anp | grep '50010' | grep -v 'TIME_WAIT' 4.observe connection leak **Expected behavior** A clear and concise description of what you expected to happen. **Environment Description** * Hudi version : 0.11 * Presto version : 0.28 * Spark version : * Hive version : * Hadoop version : * Storage (HDFS/S3/GCS..) : HDFS * Running on Docker? (yes/no) : **Additional context** Add any other context about the problem here. **Stacktrace** ```Add the stacktrace of the error.``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
