Skip to content

Commit

Permalink
[INLONG-10270][Manager] Data source tasks allow for multiple IPs (apa…
Browse files Browse the repository at this point in the history
  • Loading branch information
fuweng11 authored May 27, 2024
1 parent ca4bc8d commit ca3fd42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@
<include refid="Base_Column_List"/>
from stream_source
<where>
(inlong_cluster_name = #{clusterName, jdbcType=VARCHAR} or inlong_cluster_name is NULL)
and agent_ip = #{agentIp, jdbcType=VARCHAR}
(inlong_cluster_name = #{clusterName, jdbcType=VARCHAR})
and (find_in_set( #{agentIp, jdbcType=VARCHAR}, agent_ip) or agent_ip ='All')
and `status` in
<foreach item="item" index="index" collection="statusList" open="(" close=")" separator=",">
#{item}
Expand Down

0 comments on commit ca3fd42

Please sign in to comment.