marin-ma commented on issue #6477: URL: https://github.com/apache/incubator-gluten/issues/6477#issuecomment-2232311112
Seems like the deadlock is not from shuffle. The memory borrower is other op in the pipeline: `org.apache.gluten.vectorized.ColumnarBatchOutIterator.nativeHasNext(Native Method)` and the spiller is also other op in the pipeline: `org.apache.gluten.vectorized.ColumnarBatchOutIterator.nativeSpill(Native Method)` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
