Github user shivaram commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1899#discussion_r16197565
  
    --- Diff: ec2/spark_ec2.py ---
    @@ -382,8 +391,8 @@ def launch_cluster(conn, opts, cluster_name):
                             slave_nodes += r.instances
                         break
                     else:
    -                    print "%d of %d slaves granted, waiting longer" % (
    -                        len(active_instance_ids), opts.slaves)
    +                    print "%d of %d slaves granted, waiting longer for 
request ids %s" % (
    +                        len(active_instance_ids), opts.slaves, 
outstanding_request_ids)
    --- End diff --
    
    Not sure this is related to this PR. Also when launching large clusters 
(say 100 or 200 spot instances) then this will print all the request ids and 
overflow lines in the console output ?


---
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