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

Byzer engine 重启,外部数据源需要手动测试链接后才能正常 #116

Closed
ZhengshuaiPENG opened this issue Mar 26, 2022 · 3 comments · Fixed by #135
Closed

Byzer engine 重启,外部数据源需要手动测试链接后才能正常 #116

ZhengshuaiPENG opened this issue Mar 26, 2022 · 3 comments · Fixed by #135
Assignees
Labels
Milestone

Comments

@ZhengshuaiPENG
Copy link
Contributor

middle_img_v2_7093acc8-97a1-46e5-be13-edbbde76cb6g

对于外部数据源,notebook 在engine 重启后,是否可以自动重新链接外部数据源

@ZhengshuaiPENG ZhengshuaiPENG added the enhancement New feature or request label Mar 26, 2022
@ZhengshuaiPENG ZhengshuaiPENG added this to the Sprint-04/08 milestone Mar 26, 2022
@chaozwn
Copy link
Member

chaozwn commented Mar 26, 2022

就是重启engine之后,在此执行执行的代码,代码里面直接load jdbc.ml.库名,然后报错,找不到jdbc.
image

@chaozwn
Copy link
Member

chaozwn commented Mar 26, 2022

解决问题的方法,设置里面,重新手动测试连接,然后显示连接成功,就恢复了。

@chncaesar chncaesar assigned MichelZhan and wangcheng15 and unassigned chncaesar Mar 28, 2022
@ZhengshuaiPENG
Copy link
Contributor Author

设计的思路:

  1. notebook 和 engine 添加心跳检测机制,心跳时间可配,默认 180 s 间隔
  2. 检测到engine 断连后,前端需要有一些状态显示,当前 engine 不可用,(考虑前端加入手动按钮,尝试重连 engine)
  3. engine 重连后,自动刷新外部数据源连接

estimate 5day

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

Successfully merging a pull request may close this issue.

6 participants