HDFS-12714. Hadoop 3 missing fix for HDFS-5169. Contributed by Joe McDonnell.
This commit is contained in:
parent
9367c25dbd
commit
b8c8b5bc27
|
@ -2688,7 +2688,7 @@ static int translateZCRException(JNIEnv *env, jthrowable exc)
|
|||
ret = EPROTONOSUPPORT;
|
||||
goto done;
|
||||
}
|
||||
ret = printExceptionAndFree(env, jthr, PRINT_EXC_ALL,
|
||||
ret = printExceptionAndFree(env, exc, PRINT_EXC_ALL,
|
||||
"hadoopZeroCopyRead: ZeroCopyCursor#read failed");
|
||||
done:
|
||||
free(className);
|
||||
|
|
Loading…
Reference in New Issue