I have a three-node cluster (version 1.4.2) One node is trying to send a partition to another node but encounters this error every time:
2013-11-27 00:48:15.468 [error] <0.29095.34>@riak_core_handoff_sender:start_fold:269 ownership_transfer transfer of riak_search_vnode from 'riak@10.197.0.55' 1118962191081472546749696200048404186924073353216 to 'riak@10.196.50.172' 1118962191081472546749696200048404186924073353216 failed because of error:{badrecord,ho_acc} [{riak_core_handoff_sender,start_fold,5,[{file,"src/riak_core_handoff_sender.erl"},{line,193}]}] I have tried attaching to riak with riak attach and doing a repair, but: (riak@10.197.0.55)1> riak_kv_vnode:repair(1118962191081472546749696200048404186924073353216). ownership_change_in_progress How do I get out of this sticky situation? The transfer never completes because the index is damaged and I cannot repair it because it is scheduled for handoff. Would a force-remove allow me to repair the partition and then rejoin the cluster? /isj _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com