-
Notifications
You must be signed in to change notification settings - Fork 5k
refactor: drop custom fsync implementation #42066
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
upstream is using F_FULLFSYNC on darwin call stdlib f.sync and remove custom fsync implementation
This pull request doesn't have a |
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
@elastic/elastic-agent-data-plane friendly ping for review 🙂 |
* refactor: drop custom fsync implement upstream is using F_FULLFSYNC on darwin call stdlib f.sync and remove custom fsync implementation * lint: fix linting errors * Update util.go (cherry picked from commit 40a68d4)
…-packaging-steps * upstream/main: filebeat: make deep copy before notifying of config change (elastic#42992) [metricbeat] Add a new 'match_by_parent_instance' option to 'perfmon' module (elastic#43002) Don't package arm64 on amd64 workers (elastic#43026) [REVERT] Update Stack Monitoring data stream to 9 (elastic#43052) FIPS Build (elastic#42402) refactor: drop custom fsync implementation (elastic#42066) Update CHANGELOG.asciidoc docs: Prepare Changelog for 8.17.3 (elastic#42980) (elastic#43029) Fix boolean key in security pipelines and sync pipelines with integration. (elastic#43027) Skip test case for sequoia (elastic#42996) [main](backport elastic#42976) docs: Prepare Changelog for 8.16.5 (elastic#43005) x-pack/filebeat/input/entityanalytics/provider/activedirectory: do not consider computers to be users (elastic#42796)
* refactor: drop custom fsync implement upstream is using F_FULLFSYNC on darwin call stdlib f.sync and remove custom fsync implementation * lint: fix linting errors * Update util.go (cherry picked from commit 40a68d4) Co-authored-by: kruskall <99559985+kruskall@users.noreply.github.com>
Proposed commit message
upstream is using F_FULLFSYNC on darwin
call stdlib f.sync and remove custom fsync implementation
See https://go.dev/doc/go1.12#ospkgos
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs