Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datanode failover for write block #56

Closed
junjieqian opened this issue Nov 3, 2016 · 1 comment
Closed

Datanode failover for write block #56

junjieqian opened this issue Nov 3, 2016 · 1 comment

Comments

@junjieqian
Copy link
Contributor

Hi, we hit a problem in block_writer, that if local datanode fails, the write operation would fail with connection failure too.

I tried implement a similar failover for block write as block read. The blockWriter can find the next available datanode, but always fails with Error from datanode: ERROR (), which is from readBlockOpResponse.

Can you give me some suggestions on how to fix this? Or did I miss something in writeBlockWriteRequest, so the client cannot response correctly?

Thanks

@mohanraj1311
Copy link

@junjieqian : getting the same error. I see the issue is closed, can you give some leads ? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants