You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Eric Tamme (JIRA)" <ji...@apache.org> on 2011/03/15 17:43:29 UTC

[jira] Created: (CASSANDRA-2329) comment topology file about ipv6 configuration

comment topology file about ipv6 configuration
----------------------------------------------

                 Key: CASSANDRA-2329
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2329
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 0.7.3
         Environment: all
            Reporter: Eric Tamme
            Priority: Trivial
             Fix For: 0.7.4


There is little documentation regarding ipv6 working with cassandra.  For the cassandra propertyfilesnitch to work with ipv6, the ipv6 addresses must have the colons escaped due to the parsing characteristics of java.util.Properties.load().

Adding this documentation to the cassandra-topology.properties file would be nice so that people dont have to hunt through source code and java doc to figure out how to configure topology.

Here is a simple patch that will alert users to how to config topology for ipv6 use.

34a35,39
> # Native IPv6 is supported, however you must escape the : in the IPv6 Address
> # Also be sure to comment out JVM_OPTS="$JVM_OPTS -Djava.net.preferIPv4Stack=true"
> # in cassandra-env.sh
> fe80\:0\:0\:0\:202\:b3ff\:fe1e\:8329=DC1:RAC3
> 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (CASSANDRA-2329) comment topology file about ipv6 configuration

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams updated CASSANDRA-2329:
----------------------------------------

    Fix Version/s:     (was: 0.7.4)
                   0.7.5

> comment topology file about ipv6 configuration
> ----------------------------------------------
>
>                 Key: CASSANDRA-2329
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2329
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.3
>         Environment: all
>            Reporter: Eric Tamme
>            Priority: Trivial
>             Fix For: 0.7.5
>
>
> There is little documentation regarding ipv6 working with cassandra.  For the cassandra propertyfilesnitch to work with ipv6, the ipv6 addresses must have the colons escaped due to the parsing characteristics of java.util.Properties.load().
> Adding this documentation to the cassandra-topology.properties file would be nice so that people dont have to hunt through source code and java doc to figure out how to configure topology.
> Here is a simple patch that will alert users to how to config topology for ipv6 use.
> 34a35,39
> > # Native IPv6 is supported, however you must escape the : in the IPv6 Address
> > # Also be sure to comment out JVM_OPTS="$JVM_OPTS -Djava.net.preferIPv4Stack=true"
> > # in cassandra-env.sh
> > fe80\:0\:0\:0\:202\:b3ff\:fe1e\:8329=DC1:RAC3
> > 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (CASSANDRA-2329) comment topology file about ipv6 configuration

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams resolved CASSANDRA-2329.
-----------------------------------------

    Resolution: Fixed

Committed, thanks.

> comment topology file about ipv6 configuration
> ----------------------------------------------
>
>                 Key: CASSANDRA-2329
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2329
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.3
>         Environment: all
>            Reporter: Eric Tamme
>            Priority: Trivial
>             Fix For: 0.7.5
>
>
> There is little documentation regarding ipv6 working with cassandra.  For the cassandra propertyfilesnitch to work with ipv6, the ipv6 addresses must have the colons escaped due to the parsing characteristics of java.util.Properties.load().
> Adding this documentation to the cassandra-topology.properties file would be nice so that people dont have to hunt through source code and java doc to figure out how to configure topology.
> Here is a simple patch that will alert users to how to config topology for ipv6 use.
> 34a35,39
> > # Native IPv6 is supported, however you must escape the : in the IPv6 Address
> > # Also be sure to comment out JVM_OPTS="$JVM_OPTS -Djava.net.preferIPv4Stack=true"
> > # in cassandra-env.sh
> > fe80\:0\:0\:0\:202\:b3ff\:fe1e\:8329=DC1:RAC3
> > 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (CASSANDRA-2329) comment topology file about ipv6 configuration

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007156#comment-13007156 ] 

Hudson commented on CASSANDRA-2329:
-----------------------------------

Integrated in Cassandra-0.7 #386 (See [https://hudson.apache.org/hudson/job/Cassandra-0.7/386/])
    

> comment topology file about ipv6 configuration
> ----------------------------------------------
>
>                 Key: CASSANDRA-2329
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2329
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.3
>         Environment: all
>            Reporter: Eric Tamme
>            Priority: Trivial
>             Fix For: 0.7.5
>
>
> There is little documentation regarding ipv6 working with cassandra.  For the cassandra propertyfilesnitch to work with ipv6, the ipv6 addresses must have the colons escaped due to the parsing characteristics of java.util.Properties.load().
> Adding this documentation to the cassandra-topology.properties file would be nice so that people dont have to hunt through source code and java doc to figure out how to configure topology.
> Here is a simple patch that will alert users to how to config topology for ipv6 use.
> 34a35,39
> > # Native IPv6 is supported, however you must escape the : in the IPv6 Address
> > # Also be sure to comment out JVM_OPTS="$JVM_OPTS -Djava.net.preferIPv4Stack=true"
> > # in cassandra-env.sh
> > fe80\:0\:0\:0\:202\:b3ff\:fe1e\:8329=DC1:RAC3
> > 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira