wForget opened a new pull request, #1651:
URL: https://github.com/apache/datafusion-comet/pull/1651
## Which issue does this PR close?
<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases. You can
link an issue to this PR using the GitHub syntax. For example `Closes #123`
indicates that this PR will close issue #123.
-->
Closes #.
## Rationale for this change
track unified memory pool
## What changes are included in this PR?
Wrap unified memory pool with TrackConsumersPool
## How are these changes tested?
after this:
```
25/04/15 22:01:13 WARN TaskSetManager: Lost task 0.0 in stage 32.0 (TID
8219) (10.5.154.255 executor driver): org.apache.comet.CometNativeException:
Resources exhausted: Additional allocation failed with top memory consumers
(across reservations) as: HashJoinInput[0] consumed 16737056 bytes,
GroupedHashAggregateStream[0] consumed 0 bytes. Error: Failed to acquire 106560
bytes, only got 40160. Reserved: 16737056
at org.apache.comet.Native.executePlan(Native Method)
at
org.apache.comet.CometExecIterator.$anonfun$getNextBatch$1(CometExecIterator.scala:137)
at
org.apache.comet.CometExecIterator.$anonfun$getNextBatch$1$adapted(CometExecIterator.scala:135)
```
--
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]