You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2015/06/12 22:09:00 UTC

[jira] [Comment Edited] (CASSANDRA-9567) Windows does not handle ipv6 addresses

    [ https://issues.apache.org/jira/browse/CASSANDRA-9567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14583989#comment-14583989 ] 

Philip Thompson edited comment on CASSANDRA-9567 at 6/12/15 8:08 PM:
---------------------------------------------------------------------

[~JoshuaMcKenzie], this fixes the issue I was running into. It relies on the (valid) assumption that a yaml requires {{: }} between the key and value, not just a {{:}}


was (Author: philipthompson):
[~JoshuaMcKenzie], this fixes the issue I was running into.

> Windows does not handle ipv6 addresses
> --------------------------------------
>
>                 Key: CASSANDRA-9567
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9567
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Philip Thompson
>            Assignee: Philip Thompson
>             Fix For: 3.x, 2.1.x, 2.2.x
>
>         Attachments: 9567.txt
>
>
> In cassandra.ps1, we are pulling the listen and rpc addresses from the yaml by splitting on {{:}}, then selecting [1] from the resulting split, to separate the yaml key from the value.
> Unfortunately, because ipv6 addresses contain {{:}} characters, this means we are not grabbing the whole address, causing problems when starting the node.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)