Skip to content
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

fix(provisioner): fix provisioner pods buffer issue #302

Merged
merged 4 commits into from
Aug 22, 2024

Conversation

yaroslavborbat
Copy link
Member

@yaroslavborbat yaroslavborbat commented Aug 21, 2024

Description

replace nio.Pipe with io.Pipe

Why do we need it, and what problem does it solve?

nio.Pipe uses too much memory, that's why sometimes our DVR importer was killed by OOM

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

Signed-off-by: yaroslavborbat <[email protected]>
Signed-off-by: yaroslavborbat <[email protected]>
Signed-off-by: yaroslavborbat <[email protected]>
@yaroslavborbat yaroslavborbat marked this pull request as ready for review August 22, 2024 08:08
@fl64 fl64 changed the title fix(provisioner): buffer issue fix(provisioner): fix provisioner pods buffer issue Aug 22, 2024
@fl64 fl64 requested a review from Isteb4k August 22, 2024 11:33
@fl64 fl64 merged commit e332b64 into main Aug 22, 2024
10 checks passed
@fl64 fl64 deleted the fix/provisioner/buffer-issue branch August 22, 2024 11:49
universal-itengineer pushed a commit that referenced this pull request Aug 22, 2024
Bug Fixes:
provisioner: fix provisioner pods buffer issue (#302) (e332b64)
vd,vmbda: write occurred data volume errors to condition (4694b5e)
vd: write error to condition if pvc size is smaller than virtual size of source image (de61f96)
vd: write size error to condition (de61f96)
vm: added processing of an empty phase for a VM and KVVM (#274) (683bb70)
vmbda: write to condition message if disk is already attached to vm spec (#267) (8b5551d)
vmclass: add missing nodeSelector for discovery type (#293) (1a461a4)
vmip: fix bug of creating two VirtualMachineIPAddress with the same name in different namespaces (#287) (af7dd97)
vmip: fix bug with create VirtualMachineIPAddress in different namespace, when VirtualMahineIPAddressLease 'Released' (#296) (4425e79)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants