This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch 2.0.2-release
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/2.0.2-release by this push:
     new ed0c233  Hotfix python gateway server component filter (#7708)
ed0c233 is described below

commit ed0c233c1af2c54a8c21bae90e778ff0ac1b98dc
Author: Jiajie Zhong <[email protected]>
AuthorDate: Wed Dec 29 16:59:58 2021 +0800

    Hotfix python gateway server component filter (#7708)
---
 .../java/org/apache/dolphinscheduler/server/PythonGatewayServer.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/dolphinscheduler-python/src/main/java/org/apache/dolphinscheduler/server/PythonGatewayServer.java
 
b/dolphinscheduler-python/src/main/java/org/apache/dolphinscheduler/server/PythonGatewayServer.java
index aeb1931..1cec8b1 100644
--- 
a/dolphinscheduler-python/src/main/java/org/apache/dolphinscheduler/server/PythonGatewayServer.java
+++ 
b/dolphinscheduler-python/src/main/java/org/apache/dolphinscheduler/server/PythonGatewayServer.java
@@ -69,6 +69,7 @@ import py4j.GatewayServer;
 
 @ComponentScan(value = "org.apache.dolphinscheduler", excludeFilters = {
     @ComponentScan.Filter(type = FilterType.REGEX, pattern = {
+        "org.apache.dolphinscheduler.server.master.*",
         "org.apache.dolphinscheduler.server.worker.*",
         "org.apache.dolphinscheduler.server.monitor.*",
         "org.apache.dolphinscheduler.server.log.*",

Reply via email to