Skip to content

[Bug] 1.2.0-RC5:flink jar 任务 cdc 同步到 doris :java.lang.RuntimeException: java.lang.RuntimeException: Yarn application state is not running, please check yarn cluster status. Web URL is: http://192.168.10.21:36175 , Log content: null。 #623

[Bug] 1.2.0-RC5:flink jar 任务 cdc 同步到 doris :java.lang.RuntimeException: java.lang.RuntimeException: Yarn application state is not running, please check yarn cluster status. Web URL is: http://192.168.10.21:36175 , Log content: null。

[Bug] 1.2.0-RC5:flink jar 任务 cdc 同步到 doris :java.lang.RuntimeException: java.lang.RuntimeException: Yarn application state is not running, please check yarn cluster status. Web URL is: http://192.168.10.21:36175 , Log content: null。 #623

name: Issue Title Standard Check
on:
issues:
types: [opened, edited]
jobs:
check-issue:
runs-on: ubuntu-latest
steps:
- uses: actions-cool/[email protected]
id: check
name: Check Issue Title
with:
actions: 'check-issue'
issue-number: ${{ github.event.issue.number }}
title-excludes: '[Bug],[Feature],[Doc],[Refactor],[Optimization],[Improvement]'
- if: steps.check.outputs.check-result == 'false' && github.event.issue.state == 'open'
uses: actions-cool/[email protected]
name: Create Comment
with:
actions: 'create-comment'
issue-number: ${{ github.event.issue.number }}
body: |
Hi @${{ github.event.issue.user.login }}, It is detected that the current Issue title is not standardized. Please refer to [Issue Notes](http://www.dinky.org.cn/docs/next/developer_guide/contribution/issue) to modify it.
你好 @${{ github.event.issue.user.login }}, 检测到当前 Issue 标题不规范, 请参考 [Issue 须知](http://www.dinky.org.cn/docs/next/developer_guide/contribution/issue) 进行修改