andygrove commented on issue #2452: URL: https://github.com/apache/datafusion-comet/issues/2452#issuecomment-3358108100
I improved the error message from DataFusion in https://github.com/apache/datafusion/pull/17870 and now see that the failed allocation is from `ExternalSorterMerge`. ``` try_grow failed for ExternalSorterMerge[53]: Additional allocation failed with top memory consumers (across reservations) as: ExternalSorter[53]#1569(can spill: true) consumed 262.8 MB, peak 271.9 MB, ExternalSorterMerge[53]#1570(can spill: false) consumed 5.5 MB, peak 10.0 MB, ExternalSorterMerge[53]#1568(can spill: false) consumed 5.0 MB, peak 10.0 MB, SMJStream[53]#1571(can spill: false) consumed 0.0 B, peak 0.0 B, GroupedHashAggregateStream[53] ()#1572(can spill: true) consumed 0.0 B, peak 0.0 B, GroupedHashAggregateStream[53] ()#1573(can spill: true) consumed 0.0 B, peak 0.0 B. ``` -- 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]
