HDFS-14846: libhdfs tests are failing on trunk due to jni usage bugs
Signed-off-by: Anu Engineer <aengineer@apache.org>
This commit is contained in:
parent
f580a87079
commit
3cf6e4272f
|
@ -199,8 +199,5 @@ done:
|
|||
if (ginfo) {
|
||||
hadoop_group_info_free(ginfo);
|
||||
}
|
||||
if (jgroupname) {
|
||||
(*env)->DeleteLocalRef(env, jgroupname);
|
||||
}
|
||||
return jgroups;
|
||||
}
|
||||
|
|
|
@ -184,8 +184,8 @@ struct NativeMiniDfsCluster* nmdCreate(struct NativeMiniDfsConf *conf)
|
|||
"Builder::numDataNodes");
|
||||
goto error;
|
||||
}
|
||||
(*env)->DeleteLocalRef(env, val.l);
|
||||
}
|
||||
(*env)->DeleteLocalRef(env, val.l);
|
||||
jthr = findClassAndInvokeMethod(env, &val, INSTANCE, bld, MINIDFS_CLUSTER_BUILDER,
|
||||
"build", "()L" MINIDFS_CLUSTER ";");
|
||||
if (jthr) {
|
||||
|
|
|
@ -3480,7 +3480,6 @@ done:
|
|||
destroyLocalReference(env, jUserName);
|
||||
destroyLocalReference(env, jGroupName);
|
||||
destroyLocalReference(env, jPermission);
|
||||
destroyLocalReference(env, jPath);
|
||||
return jthr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue