qiaozhanwei commented on issue #2767: URL: https://github.com/apache/incubator-dolphinscheduler/issues/2767#issuecomment-662956113
flush log has two condition : log size > 64 or flush time interval 1s , otherwise save memory . if you use sleep test . for example : echo 1111111111 sleep 100 echo 2222222222 echo 1111111111 can read , but doesn't match above conditions . so don't flush if you doubt why sleep 100 . time condition doesn't match . because process not output and flush method doesn't execute ---------------------------------------------------------------- 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: [email protected]
