zhztheplayer opened a new pull request, #7478:
URL: https://github.com/apache/incubator-gluten/pull/7478

   Previous release order:
   
   1. Release task A
   2. Release memory manager A
   3. Release task B
   4. Release memory manager B
   
   After the change:
   1. Release task A
   2. Release task B
   3. Release memory manager A
   4. Release memory manager B
   
   This is to prevent possible core dumps if e.g., task A's output data is 
still held by task B when Spark task is ending.


-- 
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]

Reply via email to