Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.4.1
-
Component/s: configuration
-
Labels:None
Description
PID is sent to server on connection for performance_schema.
Current implementation rely on JNA presence to get PID.
If using java 9, PID must be get through ProcessHandle, java 8 must still detect PID through JNA if present.