[
https://issues.apache.org/jira/browse/CASSANDRA-1927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976683#action_12976683
]
Mck SembWever edited comment on CASSANDRA-1927 at 1/3/11 9:18 AM:
------------------------------------------------------------------
Utku: are you able to test this patch?
( It didn't work for me because RF was never really set to 3. using
cassandra-cli "describe keyspace xxx" reported "Replication Factor: 1" ) :-$
was (Author: michaelsembwever):
Utku: are you able to test this patch?
It does not work for me because i'm using ByteOrderedPartitioner which doesn't
return multiple endpoints for each TokenRange returned by:
client.describe_ring(..) <-- storageService.getRangeToEndpointMap(..) <--
getRangeToAddressMap(..) <-- getRangeToAddressMap(..) <--
constructRangeToEndpointMap(..) <-- replicationStrategy.getNaturalEndpoints(..)
(Or maybe endpoints are not suppose to reference available replicas. stu?)
> Hadoop Integration doesn't work when one node is down
> -----------------------------------------------------
>
> Key: CASSANDRA-1927
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1927
> Project: Cassandra
> Issue Type: Bug
> Components: Hadoop
> Affects Versions: 0.7.0 rc 2
> Reporter: Utku Can Topcu
> Assignee: Mck SembWever
> Fix For: 0.7.1
>
> Attachments: CASSANDRA-1927.patch
>
>
> using the same directives in the sample code:
> When I start the CFInputFormat to read a CF in a keyspace of RF=3 on a 4-node
> cluster:
> - If all the nodes are all up, everything works fine and I don't have any
> problems walking through the all data in the CF, however
> - If there's a node down, the hadoop job does not even start, just dies
> without any errors or exceptions.
> So I'm really sorry for not being able to post any errors or exceptions,
> though it's really easy to reproduce. Just startup a cluster and take one
> node down and you're there :)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.