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/04/07 14:06:53 UTC

[GitHub] [incubator-linkis] lueric123 opened a new issue, #1927: [linkis1.0.3] cat stderr

lueric123 opened a new issue, #1927:
URL: https://github.com/apache/incubator-linkis/issues/1927

   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   linkis-cg-engineConnManager
   
   ### What happened + What you expected to happen
   
   ecm--> engineConnExec.sh
   if [ $linkis_engineconn_errorcode -ne 0 ]
   then
     cat ${LOG_DIRS}/stderr
     exit $linkis_engineconn_errorcode
   fi
   
   
   ### Relevent platform
   
   linkis
   
   ### Reproduction script
   
   if [ $linkis_engineconn_errorcode -ne 0 ]
   then
     cat ${LOG_DIRS}/stderr
     exit $linkis_engineconn_errorcode
   fi
   Modified into
   
   if [ $linkis_engineconn_errorcode -ne 0 ]
   then
     tail  1000  ${LOG_DIRS}/stderr
     exit $linkis_engineconn_errorcode
   fi
   
   ### 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.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 closed issue #1927: [linkis1.0.3] cat stderr

Posted by GitBox <gi...@apache.org>.
casionone closed issue #1927: [linkis1.0.3] cat stderr
URL: https://github.com/apache/incubator-linkis/issues/1927


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