Skip to content
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

Upgrading from 1.0.4 to latest version (or just 1.0.5) slows down migrations by ~factor 19 #12

Open
fkoehler opened this issue Sep 7, 2016 · 4 comments

Comments

@fkoehler
Copy link
Contributor

fkoehler commented Sep 7, 2016

We have about 20 migrations. We run them in v1.0.4 in about 2s against a local single node C*.
When I upgrade to 1.0.5 (or latest stable 2.1.1) this goes up to 38s.

Is there a good reason for that? I can not see one looking the changes from 1.0.4 to 1.0.5. I am also worried because nobody else seems to have this issue?

@magro
Copy link
Member

magro commented Sep 7, 2016

Sounds weird. Maybe the cassandra driver update is causing this (you could change the dependency in plugins.sbt to verify this)?

@fkoehler
Copy link
Contributor Author

fkoehler commented Sep 7, 2016

That's my guess as well. I could not find anything in the change log in regards to that.
I will try to downgrade the driver

@magro
Copy link
Member

magro commented Sep 7, 2016

You could take a thread dump, perhaps that provides some insights.

@magro
Copy link
Member

magro commented Sep 7, 2016

While this is reported for a multi node setup it sounds similar and the linked issue might affect a single node as well, not sure - http://stackoverflow.com/questions/38884442/how-to-speeden-up-schema-agreement-in-cassandra

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

No branches or pull requests

2 participants