github-actions[bot] commented on issue #10514: URL: https://github.com/apache/dolphinscheduler/issues/10514#issuecomment-1160170511
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 1.The master frequently print the error logs,when the postgres hangs up. The master generate 100G log per hour.  2.The master frequently print the info logs, when the task was stuck. The master generate 100G log per hour.   ### What you expected to happen The log print normally, not so frequently. ### How to reproduce There is two disk, disk A and disk B, postgres and zk is deployed on the A disk, and the dolphinscheduler on B disk. Then the disk A is full and cause the postgres and zk to hang up, the dolphinscheduler master program run out of the B disk space In a short time by print this error Info frequently, like this.  There is another case,when there are some tasks stuck and can't stop, the info log run out of the disk space In a short time. I set the log level to WARN level to resolve the problem temporarily.  ### Anything else _No response_ ### Version 3.0.0-beta-1 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
