This is an automated email from the ASF dual-hosted git repository.
cconnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
from dd33e66af23 HBASE-29454: Update hbase-examples scripts to be
compatible with Python 3 (#7161)
add 5293b92db03 HBASE-28589: ServerCall.setResponse swallows IOException
and leaves client without response (#7156)
No new revisions were added by this update.
Summary of changes:
.../org/apache/hadoop/hbase/ipc/ServerCall.java | 27 ++++
.../apache/hadoop/hbase/ipc/TestServerCall.java | 174 +++++++++++++++++++++
2 files changed, 201 insertions(+)
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestServerCall.java