You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/02/04 13:29:21 UTC

[GitHub] [incubator-dolphinscheduler] Jave-Chen opened a new issue #1893: [BUG] Starting master didn't output full log to log file

Jave-Chen opened a new issue #1893: [BUG] Starting master didn't output full log to log file
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1893
 
 
   When start master use command below 
   `sh ./bin/dolphinscheduler-daemon.sh start master-serve`
   there is just some part of beginning output in log files, like this
   ![](https://user-images.githubusercontent.com/22913838/73748345-2fbf0080-4794-11ea-8923-895a5d53b2bb.png)
   
   After modified start command in dolphinscheduler-daemon.sh ,
   ```
   #nohup $JAVA_HOME/bin/java $exec_command > $log 2>&1 < /dev/null &
   $JAVA_HOME/bin/java $exec_command
   ```
   And added STDOUT in conf/master_logback.xml file
   ```
   <root level="INFO">
      <appender-ref ref="STDOUT"/>
      ...
   </root>
   ```
   
   The same command output the full log 
   ![](https://user-images.githubusercontent.com/22913838/73748731-094d9500-4795-11ea-9a54-985525ff8623.png)
   
   It seems like the log didn't output to the file correctly.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] dailidong commented on issue #1893: [BUG] Starting master didn't output full log to log file

Posted by GitBox <gi...@apache.org>.
dailidong commented on issue #1893: [BUG] Starting master didn't output full log to log file
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1893#issuecomment-600931996
 
 
   I will do this on the refactor-worker branch

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] dailidong commented on issue #1893: [BUG] Starting master didn't output full log to log file

Posted by GitBox <gi...@apache.org>.
dailidong commented on issue #1893: [BUG] Starting master didn't output full log to log file
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1893#issuecomment-605386674
 
 
   https://github.com/apache/incubator-dolphinscheduler/pull/2120 solved this problem,it will be published next version 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] dailidong closed issue #1893: [BUG] Starting master didn't output full log to log file

Posted by GitBox <gi...@apache.org>.
dailidong closed issue #1893: [BUG] Starting master didn't output full log to log file
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1893
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] dailidong edited a comment on issue #1893: [BUG] Starting master didn't output full log to log file

Posted by GitBox <gi...@apache.org>.
dailidong edited a comment on issue #1893: [BUG] Starting master didn't output full log to log file
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1893#issuecomment-598803081
 
 
   please submit a PR to solve this issue

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] Robustshouhualee commented on issue #1893: [BUG] Starting master didn't output full log to log file

Posted by GitBox <gi...@apache.org>.
Robustshouhualee commented on issue #1893: [BUG] Starting master didn't output full log to log file
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1893#issuecomment-585509828
 
 
   I have the same problem, when use your method ,I found the error as well as you.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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] dailidong commented on issue #1893: [BUG] Starting master didn't output full log to log file

Posted by GitBox <gi...@apache.org>.
dailidong commented on issue #1893: [BUG] Starting master didn't output full log to log file
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1893#issuecomment-598803081
 
 
   please submit a PR solve this issue

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services