Thanks! I've created ticked https://issues.apache.org/jira/browse/CASSANDRA-3811
Regards, P. On Sun, Jan 29, 2012 at 20:00, Frisch, Michael <[email protected]> wrote: > If the code in the 0.8 branch is reflective of what is actually included in > Cassandra 0.8.9 (here: > http://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/hadoop/ColumnFamilyInputFormat.java) > then the problem is that line 202 is doing an == comparison on strings. The > correct way to compare would be endpoint_address.equals("0.0.0.0") instead. > > - Mike
