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(bigquery/storage/managedwriter): fix flowcontroller double-release #4555

Merged
merged 4 commits into from Aug 5, 2021

Commits on Aug 4, 2021

  1. fix(bigquery/storage/managedwriter): fix flowcontroller double-release

    Stress testing caught this one:  responsibility for releasing flow
    controlled resources is in markDone of pending write, and the reference
    in the recvProcessor was over-freeing resources.
    shollyman committed Aug 4, 2021
    Copy the full SHA
    1494aee View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    175db64 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Copy the full SHA
    3fdce8e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1baa77e View commit details
    Browse the repository at this point in the history