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

Manager merge to master #5177

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open

Conversation

aiceflower
Copy link
Contributor

@aiceflower aiceflower commented Sep 25, 2024

What is the purpose of the change

  1. The users can specify fixed engine execution
  2. Add a new management console to modify the engine status to UnHealthy and automatically kill the engine after task execution
  3. Spring upgrade version to 5.3.27
  4. Optimize engine reuse logic, large resources cannot reuse small resource engines
  5. Optimize the flink log
  6. Linkis storage change java code to scala (The core process has some compatibility issues, and some of them have been reversed.)
    ...

@@ -81,7 +81,7 @@ object Configuration extends Logging {
"The request interface %s is abnormal. You can try to troubleshoot common problems in the knowledge base document"
)

val LINKIS_TOKEN = CommonVars("wds.linkis.token", "LINKIS-AUTH-eTaYLbQpmIulPyrXcMl")
val LINKIS_TOKEN = CommonVars("wds.linkis.token", "LINKIS-AUTH")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have security problem

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rollback to scala?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The core process has some compatibility issues, and some of them have been reversed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants