Skip to content

Commit

Permalink
revert total core seconds change
Browse files Browse the repository at this point in the history
  • Loading branch information
tgravescs committed Oct 3, 2024
1 parent 8277cde commit dec1627
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,6 @@ class QualificationSuite extends BaseTestSuite {
Some(ExistingClusterInfo(vendor = PlatformNames.DEFAULT, coresPerExecutor = 12,
numExecsPerNode = -1, numExecutors = 4, numWorkerNodes = 3, executorHeapMemory = 0L,
dynamicAllocationEnabled = false, "N/A", "N/A", "N/A", driverHost = Some("10.59.184.210"))),
// TODO - this doesn't have spark.dynamicAllocation.enabled in the eventlog
"eventlog_4nodes_8cores_dynamic_alloc.zstd" -> // using dynamic allocation, total of 5 nodes, each with max 7
// executor running having 4 cores. At the end it had 1 active executor.
Some(ExistingClusterInfo(vendor = PlatformNames.DEFAULT, coresPerExecutor = 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ local:
- 'Reason'
totalCoreSecBased:
# This is total core seconds of an 8-core machine running for 24 hours
totalCoreSecThreshold: 1
totalCoreSecThreshold: 691200
spillBased:
stageAggMetrics:
fileName: 'stage_level_aggregated_task_metrics.csv'
Expand Down

0 comments on commit dec1627

Please sign in to comment.