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

Buffer size is limited that can produce leaks of messages in output #35

Open
denis-tingaikin opened this issue Jan 31, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@denis-tingaikin
Copy link
Member

denis-tingaikin commented Jan 31, 2022

Example output

See at
describe-ns-hcsmb.log
as you can see describe is not full.

Steps to reproduce

  1. Create a new unit test
  2. Create a bash instance
  3. Write a file with text that has size more than 10000 bytes
  4. Verify that we don't lose any byte in the output
@denis-tingaikin denis-tingaikin added the bug Something isn't working label Jan 31, 2022
@denis-tingaikin denis-tingaikin moved this to Possibly Fixed in Release 1.2.0 Feb 7, 2022
@NikitaSkrynnik
Copy link
Contributor

NikitaSkrynnik commented Feb 10, 2022

  1. Tried to write files with size more then 1MB using bash instance. Result: no output leaks.
  2. Tried to reduce timeout for log queries from kubernetes. Current timeout might be not enough to write all logs and pod describes. Result: even 80ms is enough to retrieve descriptions from all pods.

It looks like everything is ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Possibly Fixed
Development

No branches or pull requests

2 participants