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

Jdbc executor cache problem #344

Closed
Yogaflre opened this issue Apr 15, 2020 · 0 comments
Closed

Jdbc executor cache problem #344

Yogaflre opened this issue Apr 15, 2020 · 0 comments

Comments

@Yogaflre
Copy link
Contributor

Yogaflre commented Apr 15, 2020

Describe the bug
JDBCEngineExecutorManagerImpl cache JDBCEngineExecutor by key(url+user+password).
If the jdbc properties is the same, multitasking will be messy.

To Reproduce
Steps to reproduce the behavior:

  1. Two users set up the same jdbc properties
  2. Two users run jdbc tasks at the same time
  3. When one user's task is completed, another task will be interrupted

Expected behavior
executor/statement independent

@Yogaflre Yogaflre changed the title Jdbc exeucutor cache problem Jdbc executor cache problem Apr 15, 2020
@Yogaflre Yogaflre mentioned this issue Apr 15, 2020
mayinrain pushed a commit to mayinrain/incubator-linkis that referenced this issue Nov 14, 2023
* code view  fix

* code view  fix
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

No branches or pull requests

2 participants