Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][Manager] apache_inlong_manager.sql file execution exception #2638

Closed
2 tasks done
Greedyu opened this issue Feb 21, 2022 · 1 comment
Closed
2 tasks done

[Bug][Manager] apache_inlong_manager.sql file execution exception #2638

Greedyu opened this issue Feb 21, 2022 · 1 comment
Assignees
Labels
type/bug Something is wrong
Milestone

Comments

@Greedyu
Copy link
Contributor

Greedyu commented Feb 21, 2022

What happened

https://inlong.apache.org/docs/next/modules/manager/quick_start . initialize database there is sql/apache_inlong_manager.sql. Throw an exception: ERROR 1364 (HY000) at line 316: Field 'mq_set_name' doesn't have a default value
wecom-temp-4e67b3a8d022915f435c1d1470d6d9a8

What you expected to happen

The default value of the mq_set_name field should be null, otherwise the subsequently inserted instance should be assigned a value

How to reproduce

execute sql script

Environment

centos

InLong version

master

InLong Component

InLong Manager

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@healchow
Copy link
Member

Fixed by this PR: #2656

@healchow healchow changed the title [Bug][Manager]apache_inlong_manager.sql file execution exception [Bug][Manager] apache_inlong_manager.sql file execution exception Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something is wrong
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants