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

appConn deployment supports hot update operation without restarting the service #792

Open
1 of 2 tasks
yuankang134 opened this issue May 26, 2022 · 0 comments
Open
1 of 2 tasks

Comments

@yuankang134
Copy link
Collaborator

yuankang134 commented May 26, 2022

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Problem Description

1.demand background
(需求背景)

Before updating the lib package of appconn, the service needs to be restarted to take effect, which is not reasonable and needs to be changed to hot loading.
(之前更新appconn的lib包时,需要重启服务才会生效,不太合理,需要改为热加载。)

2.Demand realization
(需求实现)

Make an appconn-refresh.sh script to call the load interface of appconn. When this script is called, the lib package corresponding to appconn will be reloaded.
(做一个appconn-refresh.sh脚本调用appconn的load接口,调用这个脚本时会重新加载对应appconn的lib包。)

3.test steps
(测试步骤)

1)Update the lib package of appconn
(更新appconn的lib包)

2)Execute the bin/appconn-refresh.sh script in the dss directory and enter the updated appconnName.
(在dss目录执行bin/appconn-refresh.sh脚本,输入更新的appconnName。)

3)Verify that it works.
(验证是否生效。)

Description

No response

Use case

No response

solutions

No response

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@yuankang134 yuankang134 added the enhancement New feature or request label May 26, 2022
@yuankang134 yuankang134 changed the title appConn部署支持热更新操作,不用重启服务 appConn deployment supports hot update operation without restarting the service May 27, 2022
@yuankang134 yuankang134 moved this from To do to In progress in DataSphereStudio1.1.0 Jun 16, 2022
@yuankang134 yuankang134 removed this from In progress in DataSphereStudio1.1.0 Jun 16, 2022
@yuankang134 yuankang134 moved this from To do to In Process in DataSphereStudio1.1.0 Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
DataSphereStudio1.1.0
  
In Process
Development

No branches or pull requests

2 participants