Re: Cqlsh unable to switch keyspace after Cassandra upgrade.

2017-11-14 Thread Mikhail Tsaplin
Yesterday found problem source. It was because of old cassandra-driver for python language. Driver removal and pip install solved the issue. 2017-11-02 20:33 GMT+07:00 Blake Eggleston : > Looks like a bug, could you open a jira? > > > On Nov 2, 2017, at 2:08 AM, Mikhail

Re: Cqlsh unable to switch keyspace after Cassandra upgrade.

2017-11-02 Thread Blake Eggleston
Looks like a bug, could you open a jira? > On Nov 2, 2017, at 2:08 AM, Mikhail Tsaplin wrote: > > Hi, > I've upgraded Cassandra from 2.1.6 to 3.0.9 on three nodes cluster. After > upgrade > cqlsh shows following error when trying to run "use {keyspace};" command: >

Cqlsh unable to switch keyspace after Cassandra upgrade.

2017-11-02 Thread Mikhail Tsaplin
Hi, I've upgraded Cassandra from 2.1.6 to 3.0.9 on three nodes cluster. After upgrade cqlsh shows following error when trying to run "use {keyspace};" command: 'ResponseFuture' object has no attribute 'is_schema_agreed' Actual upgrade was done on Ubuntu 16.04 by running "apt-get upgrade