Make sure we have all the hadoop fixes in our our copy of its rpc -----------------------------------------------------------------
Key: HBASE-2360 URL: https://issues.apache.org/jira/browse/HBASE-2360 Project: Hadoop HBase Issue Type: Task Reporter: stack Fix For: 0.20.4 Our RPC was different from hadoops because we fixed some bugs -- i.e. that buffers in rpc would keep the shape of the largest ever allocation and not snap back to original size, that rpc would never timeout -- and we used send codes instead of method names. The latter has been removed recently from hbase rpc and the above two fixes have been committed to hadoop (IIUC). So, this issue about reviewing our RPC to see that we have all good fixes that are currently up in hadoop and to look at perhaps using hadoop rpc again, directly, because the reason to have our own has perhaps dissipated. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.