zhuangchong commented on a change in pull request #4936:
URL: 
https://github.com/apache/incubator-dolphinscheduler/pull/4936#discussion_r590203952



##########
File path: 
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/utils/ProcessUtils.java
##########
@@ -59,7 +59,7 @@
     /**
      * Expression of PID recognition in Windows scene
      */
-    private static final Pattern WINDOWSATTERN = Pattern.compile("(\\d+)");
+    private static final Pattern WINDOWSATTERN = 
Pattern.compile("\\((\\d+)\\)");

Review comment:
       I think it should be the second one, but I checked the regularization, 
and the result is not correct
   
   
![image](https://user-images.githubusercontent.com/37063904/110458713-0d21b880-8107-11eb-9f6e-dbecef0d8ed3.png)
   




----------------------------------------------------------------
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]


Reply via email to