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 2021/01/29 02:04:32 UTC

[GitHub] [incubator-dolphinscheduler] 597365581 opened a new issue #4617: [Bug][LoggerServer] task log can not refresh in time

597365581 opened a new issue #4617:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4617


   for example ,if 1s produce log size can not teet the default conditions --Constants.DEFAULT_LOG_ROWS_NUM(64), and need to wait a long time。
   ![image](https://user-images.githubusercontent.com/62982788/106221832-4f5afe80-6219-11eb-947c-23f5ed2ec822.png)
   


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



[GitHub] [incubator-dolphinscheduler] 597365581 commented on issue #4617: [Bug][LoggerServer] task log can not refresh in time

Posted by GitBox <gi...@apache.org>.
597365581 commented on issue #4617:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4617#issuecomment-771315666


   > > for example ,if 1s produce log size can not teet the default conditions --Constants.DEFAULT_LOG_ROWS_NUM(64), and need to wait a long time。
   > > ![image](https://user-images.githubusercontent.com/62982788/106221832-4f5afe80-6219-11eb-947c-23f5ed2ec822.png)
   > 
   > ![image](https://user-images.githubusercontent.com/59079269/106276728-f28c3200-6272-11eb-88f9-04368bd449f4.png)
   > 
   > This is where the content that has not been written to the log is uniformly disposed of after the task has completed.
   > 
   > Probably because of efficiency
   
   so,  if this task exec need long time, log can not write in time, inconvenient problem positioning。


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



[GitHub] [incubator-dolphinscheduler] 597365581 edited a comment on issue #4617: [Bug][LoggerServer] task log can not refresh in time

Posted by GitBox <gi...@apache.org>.
597365581 edited a comment on issue #4617:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4617#issuecomment-771443910


   for example
   
   #!/bin/bash
   echo "hello world"
   exec 10m
   echo "hello world2"
   if 1s produce log size can not meet the default conditions --Constants.DEFAULT_LOG_ROWS_NUM(64), and need to wait a long time。 because while ((line = inReader.readLine()) != null) is a block method。


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



[GitHub] [incubator-dolphinscheduler] 597365581 commented on issue #4617: [Bug][LoggerServer] task log can not refresh in time

Posted by GitBox <gi...@apache.org>.
597365581 commented on issue #4617:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4617#issuecomment-771314302






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



[GitHub] [incubator-dolphinscheduler] felix-thinkingdata commented on issue #4617: [Bug][LoggerServer] task log can not refresh in time

Posted by GitBox <gi...@apache.org>.
felix-thinkingdata commented on issue #4617:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4617#issuecomment-769784135


   > for example ,if 1s produce log size can not teet the default conditions --Constants.DEFAULT_LOG_ROWS_NUM(64), and need to wait a long time。
   > ![image](https://user-images.githubusercontent.com/62982788/106221832-4f5afe80-6219-11eb-947c-23f5ed2ec822.png)
   
   This is where the content that has not been written to the log is uniformly disposed of after the task has completed.
   


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



[GitHub] [incubator-dolphinscheduler] 597365581 edited a comment on issue #4617: [Bug][LoggerServer] task log can not refresh in time

Posted by GitBox <gi...@apache.org>.
597365581 edited a comment on issue #4617:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4617#issuecomment-771443910


   for example
   
   #!/bin/bash
   echo "hello world"
   exec 10m
   echo "hello world2"
   if 1s produce log size can not meet the default conditions --Constants.DEFAULT_LOG_ROWS_NUM(64), and need to wait a long time。 because while ((line = inReader.readLine()) != null) is a block method。


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



[GitHub] [incubator-dolphinscheduler] felix-thinkingdata edited a comment on issue #4617: [Bug][LoggerServer] task log can not refresh in time

Posted by GitBox <gi...@apache.org>.
felix-thinkingdata edited a comment on issue #4617:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4617#issuecomment-769784135


   > for example ,if 1s produce log size can not teet the default conditions --Constants.DEFAULT_LOG_ROWS_NUM(64), and need to wait a long time。
   > ![image](https://user-images.githubusercontent.com/62982788/106221832-4f5afe80-6219-11eb-947c-23f5ed2ec822.png)
   
   
   ![image](https://user-images.githubusercontent.com/59079269/106276728-f28c3200-6272-11eb-88f9-04368bd449f4.png)
   
   This is where the content that has not been written to the log is uniformly disposed of after the task has completed.
   
   Probably because of efficiency
   


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



[GitHub] [incubator-dolphinscheduler] 597365581 commented on issue #4617: [Bug][LoggerServer] task log can not refresh in time

Posted by GitBox <gi...@apache.org>.
597365581 commented on issue #4617:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4617#issuecomment-771314302


   https://github.com/apache/incubator-dolphinscheduler/pull/4618


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



[GitHub] [incubator-dolphinscheduler] 597365581 commented on issue #4617: [Bug][LoggerServer] task log can not refresh in time

Posted by GitBox <gi...@apache.org>.
597365581 commented on issue #4617:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4617#issuecomment-769530070


   例如,如果 1s 内产生的日志量不能满足代码中默认的64条,并且后续又需要等很久才有新的日志产生。 就会导致 日志很久都无法被刷新。  


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



[GitHub] [incubator-dolphinscheduler] 597365581 commented on issue #4617: [Bug][LoggerServer] task log can not refresh in time

Posted by GitBox <gi...@apache.org>.
597365581 commented on issue #4617:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4617#issuecomment-771443910


   for example
   
   #!/bin/bash
   echo "hello world"
   sleep 10m
   echo "hello world2"


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



[GitHub] [incubator-dolphinscheduler] felix-thinkingdata edited a comment on issue #4617: [Bug][LoggerServer] task log can not refresh in time

Posted by GitBox <gi...@apache.org>.
felix-thinkingdata edited a comment on issue #4617:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4617#issuecomment-769784135


   > for example ,if 1s produce log size can not teet the default conditions --Constants.DEFAULT_LOG_ROWS_NUM(64), and need to wait a long time。
   > ![image](https://user-images.githubusercontent.com/62982788/106221832-4f5afe80-6219-11eb-947c-23f5ed2ec822.png)
   
   
   ![image](https://user-images.githubusercontent.com/59079269/106276728-f28c3200-6272-11eb-88f9-04368bd449f4.png)
   
   This is where the content that has not been written to the log is uniformly disposed of after the task has completed.
   


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



[GitHub] [incubator-dolphinscheduler] dailidong closed issue #4617: [Bug][LoggerServer] task log can not refresh in time

Posted by GitBox <gi...@apache.org>.
dailidong closed issue #4617:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4617


   


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