-
Notifications
You must be signed in to change notification settings - Fork 435
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
Dockerized ice not responding/timeout; stops scraping info at same spot according to log #285
Comments
UPDATE: Hm, I hadn't put the GRAIL_OPTS in to increase the server memory usage. Once I did that, the scraping process seems to have reached eu-west-1, which is further along. I'll see if this run ever starts answering the web proxy, and if it does, I'll close this issue. (For reference, the GRAIL_OPTS setting change can be found here.) |
Ok, thanks for the update!
…--
Nicolas Fonrose | Teevity | Founder
+33.6.61.35.43.31
https://teevity.com - Cloud Costs Analytics built on NetflixOSS
twitter - @nfonrose / @Teevity
On Tue, May 15, 2018 at 10:43 PM, J.B. Zimmerman ***@***.***> wrote:
UPDATE: Hm, I hadn't put the GRAIL_OPTS in to increase the server memory
usage. Once I did that, the scraping process seems to have reached
eu-west-1, which is further along. I'll see if this run ever starts
answering the web proxy, and if it does, I'll close this issue. (For
reference, the GRAIL_OPTS setting change can be found here
<https://github.com/jonbrouse/docker-ice#outofmemory-exception>.)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#285 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AACUpYuTyQtYL0sxhZq4ldmbRWLLaxyZks5tyz4JgaJpZM4UANVb>
.
|
...nope. Eventually, the net I/O counters stopped moving after about an hour, but nginx still returns an upstream timeout, and no additional log messages have shown up from ice_1. :-( The container is still using less than 700 MiB, or < 18% of its available RAM, and approx 0.12% CPU. It's just not answering nginx. Or logging. Any suggestions? Is there any way to limit it to just scraping the data from one AWS region? And should it be answering network requests while scraping, or not? |
When I ctrl-c the docker-compose command, additionally, I always get something quite like:
|
(add'l info - also can't |
Sorry I can't help. I have no experience running Ice on Docker on a local
machines.
Have you tried running jbrouse Docker Ice image on AWS, with the same
ice.properties file ?
…--
Nicolas Fonrose | Teevity | Founder
+33.6.61.35.43.31
https://teevity.com - Cloud Costs Analytics built on NetflixOSS
twitter - @nfonrose / @Teevity
On Wed, May 16, 2018 at 12:33 AM, J.B. Zimmerman ***@***.***> wrote:
(add'l info - also can't docker attach, docker exec, or docker inspect
the ice container. Just hangs.)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#285 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AACUpXIsIllHFg48tkZb4AqzFAl5ag_Wks5ty1eygaJpZM4UANVb>
.
|
I'm trying to get the dockerized Ice running on OS X. I'm using the default settings from jbrouse's repo with of course my AWS key/keyid, bucket name and prefix in it. I can't get anything on the nginx port - nginx reports an upstream timeout to my browser (so I know I"m reaching nginx). Whenever I run docker-compose, ice starts scraping price information from region ap-south-1, and it stops producing output every time after (I should point out that my bucket is in us-west-1 and I set it as such).
I am using VirtualBox under docker-machine, and other docker workloads are working fine. I upped the VM's memory to 4G prior to running docker-machine, which doesn't seem to make a difference. I don't see any other error messages beyond the nginx timeout error. I tried upping the proxy_read-_timeout via an additional proxy_settings.conf for nginx, and it's obeying that larger timeout, but still timing out.
I've verified the AWS keypair works, and can read the billing reports and write to the ice reports prefix I assigned.
Any suggestions would be most gratefully appreciated.
The text was updated successfully, but these errors were encountered: