wolfboys commented on code in PR #2826:
URL: 
https://github.com/apache/incubator-streampark/pull/2826#discussion_r1249568168


##########
streampark-console/streampark-console-service/src/main/resources/mapper/core/ApplicationMapper.xml:
##########
@@ -133,7 +133,7 @@
              limit 1
     </select>
 
-    <select id="getAffectedJobsByClusterId" resultType="java.lang.Integer" 
parameterType="java.lang.Long">
+    <select id="countJobsByClusterId" resultType="java.lang.Integer" 
parameterType="java.lang.Long">
         select
             count(1)
         from t_flink_app

Review Comment:
   > Do we need to filter the status of the application here? [#2809 
(comment)](https://github.com/apache/incubator-streampark/pull/2809#discussion_r1242367682)
   
   Thanks for your feedback. I agree with you. I think We should filter the 
status of the application
   



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