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: fix deadlock issue in ConnectionWorkerPool #1938

Merged
merged 67 commits into from Jan 20, 2023
Merged

fix: fix deadlock issue in ConnectionWorkerPool #1938

merged 67 commits into from Jan 20, 2023

Commits on Sep 13, 2022

  1. feat: Split writer into connection worker and wrapper, this is a

    prerequisite for multiplexing client
    GaoleMeng committed Sep 13, 2022
    Copy the full SHA
    5a63d95 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5a13302 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Copy the full SHA
    0297204 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8a81ad3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Copy the full SHA
    68fd040 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3106dae View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5bf04e5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2fc7551 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. feat: add multiplexing support to connection worker. We will treat every

    new stream name as a switch of destinationt
    GaoleMeng committed Sep 16, 2022
    Copy the full SHA
    7a6d919 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3ba7659 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f379a78 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9307776 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    de73013 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. feat: port the multiplexing client core algorithm and basic tests

    also fixed a tiny bug inside fake bigquery write impl for getting thre
    response from offset
    GaoleMeng committed Sep 19, 2022
    Copy the full SHA
    19005a1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c5d14ba View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Copy the full SHA
    644360a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3099d82 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e707dd6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9e7a8fa View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    31f1755 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    44c36fc View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Copy the full SHA
    87a4036 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c92ea1b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Copy the full SHA
    019520c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Copy the full SHA
    47893df View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8bd4e6a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    83409b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Copy the full SHA
    f7dd72d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Copy the full SHA
    a48399f View commit details
    Browse the repository at this point in the history
  2. feat: fix the bug that we may peek into the write_stream field but it's

    possible the proto schema does not contain this field
    GaoleMeng committed Sep 29, 2022
    Copy the full SHA
    6789bc9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    46b4e6c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    dfd4dd9 View commit details
    Browse the repository at this point in the history
  5. feat: fix the bug that we may peek into the write_stream field but it's

    possible the proto schema does not contain this field
    GaoleMeng committed Sep 29, 2022
    Copy the full SHA
    d68ae70 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2983fe9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Copy the full SHA
    d406256 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    22e9e07 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Copy the full SHA
    fdb4e1c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Copy the full SHA
    0469474 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. feat: Add schema comparision in connection loop to ensure schema upda…

    …te for
    
    the same stream name can be notified
    GaoleMeng committed Nov 3, 2022
    Copy the full SHA
    d1b7740 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Copy the full SHA
    e4cd529 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    74ff1c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Copy the full SHA
    762f49e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Copy the full SHA
    de456c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Copy the full SHA
    c2f6edc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2487227 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Copy the full SHA
    084d6d1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    89c9701 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8441518 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Copy the full SHA
    d249add View commit details
    Browse the repository at this point in the history
  2. feat: Change new thread for each retry to be a thread pool to avoid

    create/tear down too much threads if lots of retries happens
    GaoleMeng committed Nov 30, 2022
    Copy the full SHA
    83aa7ff View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    92a9c36 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a713a52 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a042d5c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Copy the full SHA
    53f4ec8 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Copy the full SHA
    c494d8b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Copy the full SHA
    14b0c12 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0da0e4b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    33d23ac View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d2ee46e View commit details
    Browse the repository at this point in the history
  5. modify the bom version

    GaoleMeng committed Jan 17, 2023
    Copy the full SHA
    be6646e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    62d8c41 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Copy the full SHA
    adf5f3f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c1970ff View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Copy the full SHA
    3488df8 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Copy the full SHA
    6a512e8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    05edc2f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7d3da74 View commit details
    Browse the repository at this point in the history