You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by we...@apache.org on 2022/09/16 05:26:41 UTC

[dolphinscheduler] branch dev updated (5b6bebf7d5 -> 4ad34483a5)

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

wenjun pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


    from 5b6bebf7d5 [fix][doc] Update the registry related configuration in values.yaml (#11444)
     add 4ad34483a5 Fix alert_send_status may throw duplicate key exception and add limit for query alert (#11953)

No new revisions were added by this update.

Summary of changes:
 .../dolphinscheduler/alert/AlertSenderService.java |  51 ++++--
 .../alert/runner/AlertSenderServiceTest.java       |   1 +
 .../org/apache/dolphinscheduler/dao/AlertDao.java  |  18 ++-
 .../apache/dolphinscheduler/dao/entity/Alert.java  | 178 ++-------------------
 .../dao/entity/AlertSendStatus.java                |  23 +--
 .../dolphinscheduler/dao/mapper/AlertMapper.java   |   9 +-
 .../dao/mapper/AlertSendStatusMapper.java          |   4 +
 .../dolphinscheduler/dao/mapper/AlertMapper.xml    |  33 +++-
 ...FavTaskMapper.xml => AlertSendStatusMapper.xml} |  25 +--
 9 files changed, 121 insertions(+), 221 deletions(-)
 copy dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/{FavTaskMapper.xml => AlertSendStatusMapper.xml} (62%)