parthchandra commented on issue #2453: URL: https://github.com/apache/datafusion-comet/issues/2453#issuecomment-3340846791
``` 25/09/26 15:50:30 INFO CometTaskMemoryManager: Task 1561 released 734496 bytes 25/09/26 15:50:30 WARN ExecutionMemoryPool: Internal error: release called on 734496 bytes but task only has 0 bytes of memory from the off-heap execution pool ``` Isn't `CometTaskMemoryManager` calling the memory pool to do the release? Is this simply a question of updating the memory accounting and then actually trying to release (which checks if there is enough memory to release)? -- 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]
