-
Notifications
You must be signed in to change notification settings - Fork 21
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
Quick-start script timeout is too short for flowdb-synthetic-data #782
Comments
Damn timeouts! The timer is currently four minutes, which is already pretty damn long. How powerful (or not) was the VM? Obviously we need to increase this though. |
It was a droplet with 4GB RAM. Interestingly, I noticed that the startup time of My comment about a likey increase in memory usage is based on the observation that I could start |
Just for the record, I just tried again to run the quick-start script with the commit (164fab7) when #770 was merged into master. This time I used a droplet with 2GB RAM, and it started up all containers successfully, including synthetic data generation (although it was a bit slow; took ~16 minutes to start up, and as before the script erroneously reported flowdb as having failed to start up). So I'm not sure why it failed on the previous runs with a 2GB VM and how to reproduce the issue, but I'll keep an eye open. |
On a fresh VM I ran the command below to try out the worked examples from @jch1g10's PR #770. However, the script reports a failure to start up FlowDB:
However, the containers actually all start successfully:
It's just that the synthetic data container now seems to take a longer time to start up compared to a while ago.
Unless this is some sort of unexpected regression which causes the longer startup, we should increase the timeout in the quick-start script so that flowdb has time to start up before the script tries to abort.
The text was updated successfully, but these errors were encountered: