flightstats / hub

fault tolerant, highly available service for data storage and distribution
http://www.flightstats.com
MIT License
103 stars 35 forks source link

Rolling restart #1096

Closed Paul-Hess closed 5 years ago

Paul-Hess commented 6 years ago

I made some changes to this, and think it is ready to go now

Exide commented 6 years ago

Specifically for the rolling restart case we could have data already prepared on a volume that we mount during setup. This would reduce the moving pieces of the test and also speed up the initialization process. We could also re-use this data for other tests. Naively I'm thinking about using an EBS volume but maybe theres a better solution.

Regardless of that though, I think we should have a conversation about how to prepare the data for testing.