Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.3, 3.2.4, 3.3.4, 3.4.4, 3.5.3
-
Important
Description
https://issues.apache.org/jira/browse/SPARK-27495 has imported a great feature to help adjust stage's level resource profile(abbv rp), we are observing some config is not as expected when multiple resource profile works.
When one stage assigned rp2 different with default rp, the `UnifiedMemoryManager` will still get old conf as the default rp, which will cause maxOffHeapMemory is still the old value!
protected[this] val maxOffHeapMemory = conf.get(MEMORY_OFFHEAP_SIZE)
Attachments
Issue Links
- Blocked
-
SPARK-50419 Executor memory config is incorrect when multiple stage level resource profiles works
- Closed
-
SPARK-50420 Executor memory config is incorrect when multiple stage level resource profiles works
- Closed
- links to