TisonKun opened a new issue #2111: [BUG] Reflect to set/get FileDescriptor's field in ProcessImplForWin32 to for portability URL: https://github.com/apache/incubator-dolphinscheduler/issues/2111 Current implementation relies on `sun.misc.JavaIOFileDescriptorAccess` which cannot be accessed in openjdk or jdk11+. Basically the demand is get & set `fd` field of `FileDescriptor`, so we can directly do that with reflection. Though, I suspect the necessity we introduce `ProcessImplForWin32`. Maybe we can have a better way to support worker server to run bat script.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
