-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VL] Missing Spill (Memory) and Spill (Disk) metrics #6763
Comments
Shuffle spill is added in #6740 |
What's the spill reported from velox? memory spill or disk spill? |
@FelixYBW Spill(Memory) is the in-memory raw data to be spilled, usually uncompressed. Spill(Disk) is the actual bytes spilled to disks, equals to the spill file size. |
What's the current spill size reported from Velox? |
I have supported the metric in spill, can we get it on the UI? https://github.com/facebookincubator/velox/pull/6076/files |
Backend
VL (Velox)
Bug description
When spill is triggered, the spilled size is not reported to spark task metrics.
Spark version
None
Spark configurations
No response
System information
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered: