monkeyDluffy6017 opened a new pull request, #7884:
URL: https://github.com/apache/apisix/pull/7884
### Description
use no buffering model when open file
Avoid error:
If the data written to the log file is larger than the default buffer,
it will be flushed into the file several times, and other log may be flushed in
during this period
This bug is introduced in https://github.com/apache/apisix/issues/7839
Fixes #7839
### Checklist
- [x] I have explained the need for this PR and the problem it solves
- [x] I have explained the changes or the new features added to this PR
- [ ] I have added tests corresponding to this change
- [ ] I have updated the documentation to reflect this change
- [x] I have verified that this change is backward compatible (If not,
please discuss on the [APISIX mailing
list](https://github.com/apache/apisix/tree/master#community) first)
--
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]