Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microarmy bails out with 380 instances. #10

Open
coredump opened this issue May 29, 2012 · 2 comments
Open

Microarmy bails out with 380 instances. #10

coredump opened this issue May 29, 2012 · 2 comments

Comments

@coredump
Copy link

Tried to use 380 and 200 instances for a big test, microarmy just stopped during the deploy phase. Instances where created but the command never returned.
Manually added the microarmy tag to the created instances and used 'find_cannons', worked.
Tried 'deploy' but after a long time got a long list of EOF exception (all the same traceback)

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/eventlet/hubs/hub.py", line 336, in fire_timers
    timer()
  File "/usr/lib/python2.7/site-packages/eventlet/hubs/timer.py", line 56, in __call__
    cb(*args, **kw)
  File "/usr/lib/python2.7/site-packages/eventlet/semaphore.py", line 95, in _do_acquire
    waiter.switch()
  File "/usr/lib/python2.7/site-packages/eventlet/greenthread.py", line 192, in main
    result = function(*args, **kwargs)
  File "/home/coredump/dev/microarmy/microarmy/firepower.py", line 155, in _setup_a_cannon
    ssh_conn = ssh_connect(hostname)
  File "/home/coredump/dev/microarmy/microarmy/communications.py", line 36, in ssh_connect
    transport.connect(username=ec2_ssh_username, pkey=rsa_key)
  File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 989, in connect
    self.start_client()
  File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 461, in start_client
    raise e
EOFError
@j2labs
Copy link
Collaborator

j2labs commented May 30, 2012

Fascinating. I have never tried this on so many instances!

Any idea what the system resources were like on your side?

I might have to try turning on this many computers for a conclusive answer... :D

On Tuesday, May 29, 2012 at 7:49 PM, José de Paula E. Júnior wrote:

Tried to use 380 and 200 instances for a big test, microarmy just stopped during the deploy phase. Instances where created but the command never returned.
Manually added the microarmy tag to the created instances and used 'find_cannons', worked.
Tried 'deploy' but after a long time got an EOF exception

Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/eventlet/hubs/hub.py", line 336, in fire_timers
timer()
File "/usr/lib/python2.7/site-packages/eventlet/hubs/timer.py", line 56, in __call__
cb(*args, **kw)
File "/usr/lib/python2.7/site-packages/eventlet/semaphore.py", line 95, in _do_acquire
waiter.switch()
File "/usr/lib/python2.7/site-packages/eventlet/greenthread.py", line 192, in main
result = function(*args, **kwargs)
File "/home/coredump/dev/microarmy/microarmy/firepower.py", line 155, in _setup_a_cannon
ssh_conn = ssh_connect(hostname)
File "/home/coredump/dev/microarmy/microarmy/communications.py", line 36, in ssh_connect
transport.connect(username=ec2_ssh_username, pkey=rsa_key)
File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 989, in connect
self.start_client()
File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 461, in start_client
raise e
EOFError

Reply to this email directly or view it on GitHub:
https://github.com/j2labs/microarmy/issues/10

@coredump
Copy link
Author

coredump commented Jun 8, 2012

I didn't really measure it but I didn't notice anything going wrong on my side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants