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/06 10:28:04 UTC

[GitHub] [incubator-linkis] casionone opened a new issue #1161: [Easy to fix] Some easy to fix issues/feature for project linkis-1.0.3

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


   Here are some easy-to-fix issues or feature:
   #1160 [Bug] NPE in CsJobListener
   #1159 [Bug] Add JAVA_HOME for ProcessEngineConnLaunch
   #1158 [Bug] NPE of api '/linkisManager/rm/engines'
   #1157 [Bug] Shell engine will not append shell-stdout into persisted-log
   #1151 [Featrue] Optimize the login user association limit of the query results of the datasource/dbs http interface
   #1144 [Bug] The engine will not automatically exit when it is in the starting state
   #1143 [Bug] Cannot be processed when the submitted task script is empty code
   #1142 [Feature] Task submit with ECM health check
   
   If you are interested in any of the above issues, please reply :”I want to optimize issues[xxxxx]” in the comment area below,or you have any questions, you can start a discussion.
   Please read the [Contribution Guideline ](https://linkis.staged.apache.org/zh-CN/development/how-to-contribute/) before submitting the 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] legendtkl commented on issue #1161: [easy to fix list] good first contributor

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


   Hi, we think the code styles issues would be helpful for the beginner to be familiar with the PR workflow. If you find some content satisfying the following rules, welcome to submit PRs.
   
   Code styles can be improved:
   * typo in classes/methods/fields/comments
   * redundant code, such as commented code, unused class/methods/fields
   * duplicated code snippet, extract the duplicated code for reusing
   * refactor, maybe some best practice


-- 
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: commits-unsubscribe@linkis.apache.org

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



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


[GitHub] [incubator-linkis] jianwei2 commented on issue #1161: [easy to fix list] good first contributor

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


   #1358  I fixed it in my company.  PR will be submitted later.


-- 
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: commits-unsubscribe@linkis.apache.org

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



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


[GitHub] [incubator-linkis] legendtkl commented on issue #1161: [Easy to fix] Some easy to fix issues/feature for project linkis-1.0.3

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


   I have submit some PRs 
   * #1166 for #1160
   * #1167 for #1159
   * #1168 for #1158 
   
   @casionone  would you help review these tiny prs.
   
   Thanks, kelu.


-- 
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] Tandoy edited a comment on issue #1161: [easy to fix list] good first contributor

Posted by GitBox <gi...@apache.org>.
Tandoy edited a comment on issue #1161:
URL: https://github.com/apache/incubator-linkis/issues/1161#issuecomment-1007081900


   I will try to fix it 
   #1278 [Bug] Some log display formats need to be optimized


-- 
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] Tandoy commented on issue #1161: [easy to fix list] good first contributor

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


   I will try to fix it 
   #1278


-- 
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] legendtkl commented on issue #1161: [Easy to fix] Some easy to fix issues/feature for project linkis-1.0.3

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


   I have submitted some PRs
   * #1172 for #1157
   * #1173 for #1143
   * #1174 for #1142


-- 
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] jianwei2 commented on issue #1161: [easy to fix list] good first contributor

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


   #1358  I fixed it in my company.  PR will be submitted later.


-- 
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: commits-unsubscribe@linkis.apache.org

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



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


[GitHub] [incubator-linkis] casionone edited a comment on issue #1161: [Easy to fix] Some easy to fix issues/feature for project linkis-1.0.3

Posted by GitBox <gi...@apache.org>.
casionone edited a comment on issue #1161:
URL: https://github.com/apache/incubator-linkis/issues/1161#issuecomment-986653879


   I want to fix issues #1144  [Bug] The engine will not automatically exit when it is in the starting state


-- 
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 issue #1161: [Easy to fix] Some easy to fix issues/feature for project linkis-1.0.3

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


   I want to fix issues #1144


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