Github user andrewor14 commented on the pull request:

    https://github.com/apache/spark/pull/6301#issuecomment-104110204
  
    I just tried this out on a real cluster and it works well. The output from 
`ExecutorAllocationManager` are now more understandable:
    ```
    INFO ExecutorAllocationManager: Lowering target number of executors to 305 
because not all requests are actually needed (previously 307)
    INFO ExecutorAllocationManager: Lowering target number of executors to 301 
because not all requests are actually needed (previously 305)
    INFO ExecutorAllocationManager: Lowering target number of executors to 298 
because not all requests are actually needed (previously 301)
    ...
    ```
    Before this patch, we were getting a bunch of `Requesting 0 new 
executor(s)` (see SPARK-7779).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to