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

Fix multiple Bugs with high concurrency in RM module #1214

Merged
merged 2 commits into from Dec 16, 2021
Merged

Fix multiple Bugs with high concurrency in RM module #1214

merged 2 commits into from Dec 16, 2021

Conversation

peacewong
Copy link
Contributor

@peacewong peacewong commented Dec 16, 2021

What is the purpose of the change

Fix RM Concurrency problem during resource release #1140
Fix In a concurrent scenario,the engine's locked resources are converted to used resources #1137
Optimizes the problem of not automatically releasing user resources when ResourceManager locked resources are automatically released. #1136
Fix Application resources all locked problem in linkismanager #1192

Copy link
Contributor

@Alexkun Alexkun left a comment

Choose a reason for hiding this comment

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

SGTM.

@Alexkun Alexkun merged commit 6771377 into apache:dev-1.0.3 Dec 16, 2021
@velctor
Copy link

velctor commented Jan 6, 2022

I merged this pr into version 1.0.2 to try to solve the problem of Only the engine resources are released, but the user tag resources are not released, but the dss reported the following error when running
TooManyServiceException: errCode: 11010 ,desc: Cannot find a correct serviceId for parsedServiceId dss, service list is: List(dss-framework-orchestrator-server-dev, dss-apiservice-server, dss-datapipe-server, dss-workflow-server-dev, dss-framework-project-server, dss-flow-entrance) ,ip: **** ,port: 9001 ,serviceKind: linkis-mg-gateway

Can you tell me which codes are about this problem? Thank you very much!

@casionone
Copy link
Contributor

I merged this pr into version 1.0.2 to try to solve the problem of Only the engine resources are released, but the user tag resources are not released, but the dss reported the following error when running TooManyServiceException: errCode: 11010 ,desc: Cannot find a correct serviceId for parsedServiceId dss, service list is: List(dss-framework-orchestrator-server-dev, dss-apiservice-server, dss-datapipe-server, dss-workflow-server-dev, dss-framework-project-server, dss-flow-entrance) ,ip: **** ,port: 9001 ,serviceKind: linkis-mg-gateway

Can you tell me which codes are about this problem? Thank you very much!

Maybe you can refer to this Q&A docs and try to fix it:
https://docs.qq.com/doc/DSGZhdnpMV3lTUUxq (Q40: [dss]DSS开头的接口全部报错)

@velctor
Copy link

velctor commented Jan 7, 2022

I merged this pr into version 1.0.2 to try to solve the problem of Only the engine resources are released, but the user tag resources are not released, but the dss reported the following error when running TooManyServiceException: errCode: 11010 ,desc: Cannot find a correct serviceId for parsedServiceId dss, service list is: List(dss-framework-orchestrator-server-dev, dss-apiservice-server, dss-datapipe-server, dss-workflow-server-dev, dss-framework-project-server, dss-flow-entrance) ,ip: **** ,port: 9001 ,serviceKind: linkis-mg-gateway
Can you tell me which codes are about this problem? Thank you very much!

Maybe you can refer to this Q&A docs and try to fix it: https://docs.qq.com/doc/DSGZhdnpMV3lTUUxq (Q40: [dss]DSS开头的接口全部报错)

I will try it. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Apache Incubator Linkis 1.0.3
  
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

4 participants