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 2022/01/26 14:41:21 UTC

[GitHub] [incubator-linkis] CCweixiao opened a new issue #1327: [Feature] Optimize the state storage of Statement in the JDBC engine to support richer functions and solve some potential concurrency problems

CCweixiao opened a new issue #1327:
URL: https://github.com/apache/incubator-linkis/issues/1327


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement.
   
   
   ### Problem Description
   
   优化JDBC引擎中,statement对象的状态存储,以支持更加丰富的功能,例如,利用statement来cancel一些在进行的SQL查询,以及解决潜在的一些并发问题。
   
   In the JDBC engine, the state storage of the statement object is optimized to support richer functions, for example, using the statement to cancel some ongoing SQL queries and solve some potential concurrency problems.
   
   ### Description
   
   优化JDBC引擎中,statement对象的状态存储,以支持更加丰富的功能,例如,利用statement来cancel一些在进行的SQL查询,以及解决潜在的一些并发问题。
   
   In the JDBC engine, the state storage of the statement object is optimized to support richer functions, for example, using the statement to cancel some ongoing SQL queries and solve some potential concurrency problems.
   
   ### Use case
   
   _No response_
   
   ### solutions
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
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] peacewong commented on issue #1327: [Feature] Optimize the state storage of Statement in the JDBC engine to support richer functions and solve some potential concurrency problems

Posted by GitBox <gi...@apache.org>.
peacewong commented on issue #1327:
URL: https://github.com/apache/incubator-linkis/issues/1327#issuecomment-1022275918


   Thank you, this is a concurrency issue and needs to be fixed


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