tisonkun commented on code in PR #7088:
URL: https://github.com/apache/opendal/pull/7088#discussion_r2641904794
##########
bindings/java/src/executor.rs:
##########
@@ -129,7 +129,7 @@ pub(crate) fn make_tokio_executor(env: &mut JNIEnv, cores:
usize) -> Result<Exec
move || {
ENV.with(|cell| {
let mut env = vm
- .attach_current_thread_permanently()
+ .attach_current_thread_as_daemon()
Review Comment:
From the code itself there is no `JavaVM::destroy()` explicitly. But perhaps
there are some implict calls.
Thanks for your information. I'll try to figure it out.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]