uber-archive / cherami-server

Distributed, scalable, durable, and highly available message queue system. This project is deprecated and not maintained.
https://eng.uber.com/cherami/
MIT License
1.42k stars 102 forks source link

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

Open HelloGrayson opened 7 years ago

HelloGrayson commented 7 years ago

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:

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

datoug commented 7 years ago

ack