xxjingcd commented on code in PR #13475:
URL: 
https://github.com/apache/dolphinscheduler/pull/13475#discussion_r1094571910


##########
dolphinscheduler-scheduler-plugin/dolphinscheduler-scheduler-quartz/src/main/java/org/apache/dolphinscheduler/scheduler/quartz/QZeroSizeThreadPool.java:
##########
@@ -0,0 +1,16 @@
+package org.apache.dolphinscheduler.scheduler.quartz;
+
+import org.quartz.simpl.ZeroSizeThreadPool;
+
+/**
+ * fix spring bug : add getter、setter method for threadCount field
+ */
+public class QZeroSizeThreadPool extends ZeroSizeThreadPool {
+
+    public void setThreadCount(int count) {

Review Comment:
   QZeroSizeThreadPool is used to fix spring bug - add getter、setter method of 
threadCount field;
   I have to, or it cann't compile.
   



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

Reply via email to