wForget commented on issue #9383:
URL:
https://github.com/apache/incubator-gluten/issues/9383#issuecomment-2820540619
From the root cause of task failure, it may not be OrderBy that keeps a lot
of memory but `veloxMemoryManager_->spillPool()`. I will add the UsageStats of
`veloxMemoryManager_->spillPool()`.
```
Memory consumer stats:
Task.131: Current used
bytes: 2045.0 MiB, peak bytes: N/A
\- Gluten.Tree.1: Current used
bytes: 2045.0 MiB, peak bytes: 2.0 GiB
\- root.1: Current used
bytes: 2045.0 MiB, peak bytes: 2.0 GiB
+- WholeStageIterator.1: Current used
bytes: 2045.0 MiB, peak bytes: 2.0 GiB
| \- single: Current used
bytes: 2045.0 MiB, peak bytes: 2045.0 MiB
| +- root: Current used
bytes: 311.5 MiB, peak bytes: 1576.0 MiB
| | +- task.Gluten_Stage_1_TID_131_VTID_3: Current used
bytes: 311.5 MiB, peak bytes: 1546.0 MiB
| | | +- node.2: Current used
bytes: 311.5 MiB, peak bytes: 1544.0 MiB
| | | | \- op.2.0.0.OrderBy: Current used
bytes: 311.5 MiB, peak bytes: 311.5 MiB
| | | +- node.1: Current used
bytes: 128.0 B, peak bytes: 1024.0 KiB
| | | | \- op.1.0.0.FilterProject: Current used
bytes: 128.0 B, peak bytes: 2.0 KiB
| | | +- node.3: Current used
bytes: 128.0 B, peak bytes: 1024.0 KiB
| | | | \- op.3.0.0.FilterProject: Current used
bytes: 128.0 B, peak bytes: 256.0 B
| | | +- node.4: Current used
bytes: 0.0 B, peak bytes: 0.0 B
| | | | \- op.4.0.0.PartialAggregation: Current used
bytes: 0.0 B, peak bytes: 0.0 B
| | | \- node.0: Current used
bytes: 0.0 B, peak bytes: 0.0 B
| | | \- op.0.0.0.ValueStream: Current used
bytes: 0.0 B, peak bytes: 0.0 B
| | +- task.Gluten_Stage_1_TID_131_VTID_2: Current used
bytes: 0.0 B, peak bytes: 32.0 MiB
| | | +- node.2: Current used
bytes: 0.0 B, peak bytes: 4.0 MiB
| | | | \- op.2.0.0.FilterProject: Current used
bytes: 0.0 B, peak bytes: 3.9 MiB
| | | +- node.0: Current used
bytes: 0.0 B, peak bytes: 28.0 MiB
| | | | +- op.0.0.0.TableScan.test-hive: Current used
bytes: 0.0 B, peak bytes: 0.0 B
| | | | \- op.0.0.0.TableScan: Current used
bytes: 0.0 B, peak bytes: 26.1 MiB
| | | \- node.1: Current used
bytes: 0.0 B, peak bytes: 3.0 MiB
| | | \- op.1.0.0.FilterProject: Current used
bytes: 0.0 B, peak bytes: 2.2 MiB
| | \- default_leaf: Current used
bytes: 0.0 B, peak bytes: 1792.0 B
| \- gluten::MemoryAllocator: Current used
bytes: 0.0 B, peak bytes: 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]