Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](jni) avoid coredump if failed to get jni env (apache#32950)
This PR apache#32217 find a problem that may failed to get jni env. And it did a work around to avoid BE crash. This PR followup this issue, to avoid BE crash when doing `close()` of JniConnector if failed to get jni env. The `close()` method will return error when: 1. Failed to get jni env 2. Failed to release jni resource. This PR will ignore the first error, and still log fatal for second error
- Loading branch information