Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Slow startup time of cherami-server-standalone Docker image #68

Open
HelloGrayson opened this issue Feb 11, 2017 · 1 comment
Open

Slow startup time of cherami-server-standalone Docker image #68

HelloGrayson opened this issue Feb 11, 2017 · 1 comment

Comments

@HelloGrayson
Copy link

YARPC for Go is now using the Cherami server to run end-to-end tests, which is awesome, except that it adds minutes to our test suite completion time because this image takes so long to become ready.

Guessing this is related to provisioning Cassandra w/ schema and required data. Let's get that way down to at least >10s. Here are some ideas:

  • Create and maintain a Cassandra image that has the schema already provided
  • Mount the dir Cassandra persists to, and then use Travis CI's cache feature to ensure subsequent runs are speedy.

Anything would be useful on our end, this makes things really slow.

@datoug
Copy link
Contributor

datoug commented Feb 13, 2017

ack

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

No branches or pull requests

2 participants