Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Capacity Scheduler Preemption Timeouts

avatar
Cloudera Employee

In the Fair Scheduler there are parameters for setting the algos that run preemption. This allows a window for containers to become available without killing them off. A standard is 300 seconds. I searched for a similar parameter in Capacity Scheduler using preemption but did not find it. Is there a back off period and if so what is that period? Is there a parameter to configure this window?

1 ACCEPTED SOLUTION

avatar
Master Guru

How about yarn.resourcemanager.monitor.capacity.preemption.max_wait_before_kill ? The default is 15 sec (15000 ms), see here and here for details.

View solution in original post

1 REPLY 1

avatar
Master Guru

How about yarn.resourcemanager.monitor.capacity.preemption.max_wait_before_kill ? The default is 15 sec (15000 ms), see here and here for details.