Steve Lacerda created CASSANDRA-20865:
-----------------------------------------
Summary: WARNING: cqlsh was built against 4.1.4, but this server
is 4.1.8. All features may not work!
Key: CASSANDRA-20865
URL: https://issues.apache.org/jira/browse/CASSANDRA-20865
Project: Apache Cassandra
Issue Type: Bug
Reporter: Steve Lacerda
There's an issue where we're getting a WARNING when logging into cqlsh:
{{WARNING: cqlsh was built against 4.1.4, but this server is 4.1.8. All
features may not work!}}
We verified that the cqlsh version is from 4.1.8 and that is the only cqlsh
installed. We used an rpm installation of 4.1.8 with yum. We don’t get the
warning in Oracle Linux 7, but do get it in Oracle Linux 8. I did notice that
the difference is:
OL7 -> python2
OL8 -> pytthon3
{code:java}
{{Output:[root ~]# cqlsh -u cassandra $HOSTNAME}}
{{Password:
WARNING: cqlsh was built against 4.1.4, but this server is 4.1.8. All features
may not work!}}
{{Connected to sesssrv_null at }}
{{[cqlsh 6.1.0 | Cassandra 4.1.8 | CQL spec 3.4.6 | Native protocol v5]
Use HELP for help.}}
{{cassandra@cqlsh>
cassandra@cqlsh> SELECT release_version FROM system.local;}}
{{ release_version
-----------------
4.1.8
(1 rows)}}
{{[SKIPPED] cassandra-tools-4.1.8-1.noarch.rpm: Already downloaded}}
{{Running transaction check
Transaction check succeeded.
Running transaction test}}
{{Transaction test succeeded.}}
{{Running transaction
Preparing : }}
{{
1/1
Installing : cassandra-tools-4.1.8-1.noarch }}
{{
1/1
Verifying : cassandra-tools-4.1.8-1.noarch }}
{{
1/1
Installed:
cassandra-tools-4.1.8-1.noarch}}
{{Complete!}}
{{}}
{{[root ~]# rpm -qa |grep cassandra
cassandra-tools-4.1.8-1.noarch}}
{{cassandra-4.1.8-1.noarch}}
{code}
My assumption is that cqlsh for python2 was built in the 4.1.8 release, but the
cqlsh for python3 was not.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]