Binglin Chang created HADOOP-10706:
--------------------------------------
Summary: fix some bug related to hrpc_sync_ctx
Key: HADOOP-10706
URL: https://issues.apache.org/jira/browse/HADOOP-10706
Project: Hadoop Common
Issue Type: Sub-task
Reporter: Binglin Chang
Assignee: Binglin Chang
1.
{code}
memset(&ctx, 0, sizeof(ctx));
return ctx;
{code}
Doing this will alway make return value to 0
2.
hrpc_release_sync_ctx should changed to hrpc_proxy_release_sync_ctx, all the
functions in this .h/.c file follow this rule
--
This message was sent by Atlassian JIRA
(v6.2#6252)