[
https://issues.apache.org/jira/browse/CASSANDRA-7988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14153123#comment-14153123
]
Henning Jacobs commented on CASSANDRA-7988:
-------------------------------------------
Would be cool to get this fixed, it's very sad that upgrading actually breaks
IPv6 support :-(
As a workaround I could make it work on my Ubuntu 14.04 using Cassandra 2.1:
{code}
pip install cassandra-driver==2.1.1
mv /usr/share/cassandra/lib/cassandra-driver-internal-only-2.1.0.post.zip{,.bak}
{code}
> 2.1 broke cqlsh for IPv6
> -------------------------
>
> Key: CASSANDRA-7988
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7988
> Project: Cassandra
> Issue Type: New Feature
> Reporter: Josh Wright
> Labels: cqlsh
> Fix For: 2.1.1
>
>
> cqlsh in 2.1 switched to the cassandra-driver Python library, which only
> recently added IPv6 support. The version bundled with 2.1.0 does not include
> a sufficiently recent version, so cqlsh is unusable for those of us running
> IPv6 (us? me...?)
> The fix is to simply upgrade the bundled version of the Python
> cassandra-driver to at least version 2.1.1
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)