-
Notifications
You must be signed in to change notification settings - Fork 122
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
Unable to create new session #283
Comments
@sylwiaszunejko @dkropachev @alfa-alex @mmatczuk @Bobochka |
Please try to use 5.4 or 6.0 scylla version |
@sylwiaszunejko Thanks for the quick reply. Even |
Do you mean it can't connect to the host ? Could you please provide Make sure that network addresses on docker network do not collide with addresses from your local network. |
I'm running the docker command
docker run --name some-scylla -d scylladb/scylla:5.2.0 --smp 2 --memory 200MB --developer-mode 1
When I try cqlsh it says connected to
172.17.0.2:9042
.But when I try
So completely empty.
When I try to run
And it fails at this point
Have tried changing config as much as I can from stackoverflow posts, but not getting it to work
Error is
The logs in docker logs is
Versions
[cqlsh 5.0.1 | Cassandra 3.0.8 | CQL spec 3.3.1 | Native protocol v4 | Scylla 5.2.0]
The text was updated successfully, but these errors were encountered: