HDFS-12714. Hadoop 3 missing fix for HDFS-5169. Contributed by Joe McDonnell.

(cherry picked from commit b8c8b5bc27)
This commit is contained in:
John Zhuge 2017-10-31 22:46:26 -07:00
parent 9ee04006cb
commit 0ec172b42f
1 changed files with 1 additions and 1 deletions

View File

@ -2688,7 +2688,7 @@ static int translateZCRException(JNIEnv *env, jthrowable exc)
ret = EPROTONOSUPPORT; ret = EPROTONOSUPPORT;
goto done; goto done;
} }
ret = printExceptionAndFree(env, jthr, PRINT_EXC_ALL, ret = printExceptionAndFree(env, exc, PRINT_EXC_ALL,
"hadoopZeroCopyRead: ZeroCopyCursor#read failed"); "hadoopZeroCopyRead: ZeroCopyCursor#read failed");
done: done:
free(className); free(className);