You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2021/12/16 10:07:47 UTC

[GitHub] [incubator-linkis] peacewong opened a new pull request #1214: Fix multiple Bugs with high concurrency in RM module

peacewong opened a new pull request #1214:
URL: https://github.com/apache/incubator-linkis/pull/1214


   ### What is the purpose of the change
   Fix RM Concurrency problem during resource release close  #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 
   ,#1137,#1136,#1192
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] casionone removed a comment on pull request #1214: Fix multiple Bugs with high concurrency in RM module

Posted by GitBox <gi...@apache.org>.
casionone removed a comment on pull request #1214:
URL: https://github.com/apache/incubator-linkis/pull/1214#issuecomment-1006566571


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] casionone commented on pull request #1214: Fix multiple Bugs with high concurrency in RM module

Posted by GitBox <gi...@apache.org>.
casionone commented on pull request #1214:
URL: https://github.com/apache/incubator-linkis/pull/1214#issuecomment-1006566571


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] velctor commented on pull request #1214: Fix multiple Bugs with high concurrency in RM module

Posted by GitBox <gi...@apache.org>.
velctor commented on pull request #1214:
URL: https://github.com/apache/incubator-linkis/pull/1214#issuecomment-1008710627


   Hi, I got through the process, but after the instance is executed, the tag resources in the table _linkis_cg_manager_linkis_resources_ are still not released. What is the reason? Also, under which circumstances will the user tag resources be released?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] velctor edited a comment on pull request #1214: Fix multiple Bugs with high concurrency in RM module

Posted by GitBox <gi...@apache.org>.
velctor edited a comment on pull request #1214:
URL: https://github.com/apache/incubator-linkis/pull/1214#issuecomment-1006527181


   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!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] velctor commented on pull request #1214: Fix multiple Bugs with high concurrency in RM module

Posted by GitBox <gi...@apache.org>.
velctor commented on pull request #1214:
URL: https://github.com/apache/incubator-linkis/pull/1214#issuecomment-1007078210


   > 
   
   
   
   > > 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!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] velctor edited a comment on pull request #1214: Fix multiple Bugs with high concurrency in RM module

Posted by GitBox <gi...@apache.org>.
velctor edited a comment on pull request #1214:
URL: https://github.com/apache/incubator-linkis/pull/1214#issuecomment-1006527181


   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 code is about this problem?  Thank you very much!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] velctor edited a comment on pull request #1214: Fix multiple Bugs with high concurrency in RM module

Posted by GitBox <gi...@apache.org>.
velctor edited a comment on pull request #1214:
URL: https://github.com/apache/incubator-linkis/pull/1214#issuecomment-1006527181


   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`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] velctor commented on pull request #1214: Fix multiple Bugs with high concurrency in RM module

Posted by GitBox <gi...@apache.org>.
velctor commented on pull request #1214:
URL: https://github.com/apache/incubator-linkis/pull/1214#issuecomment-1006527181


   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`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] Alexkun merged pull request #1214: Fix multiple Bugs with high concurrency in RM module

Posted by GitBox <gi...@apache.org>.
Alexkun merged pull request #1214:
URL: https://github.com/apache/incubator-linkis/pull/1214


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] casionone commented on pull request #1214: Fix multiple Bugs with high concurrency in RM module

Posted by GitBox <gi...@apache.org>.
casionone commented on pull request #1214:
URL: https://github.com/apache/incubator-linkis/pull/1214#issuecomment-1006567491


   > 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开头的接口全部报错)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] velctor removed a comment on pull request #1214: Fix multiple Bugs with high concurrency in RM module

Posted by GitBox <gi...@apache.org>.
velctor removed a comment on pull request #1214:
URL: https://github.com/apache/incubator-linkis/pull/1214#issuecomment-1008710627


   Hi, I got through the process, but after the instance is executed, the tag resources in the table _linkis_cg_manager_linkis_resources_ are still not released. What is the reason? Also, under which circumstances will the user tag resources be released?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org