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

Better connection pool handling #2725

Merged
merged 19 commits into from
Jul 23, 2024
Merged

Commits on Dec 17, 2021

  1. 1 Configuration menu
    Copy the full SHA
    21bac54 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. http transport data race issue (micro#2436)

    * [fix] micro#2431 http transport data race issue
    xpunch authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    5a2f37c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Merge remote-tracking branch 'upstream/v3'

    # Conflicts:
    #	client/rpc_stream.go
    Ak-Army committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c20c971 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	plugins/config/source/etcd/etcd.go
    Ak-Army committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    62f73ac View commit details
    Browse the repository at this point in the history
  2. [feature] Ability to close connection while receiving.

    Ability to send messages while receiving.
    Icreased r channel limit to 100 to more fluently communication.
    Do not dropp sent request if r channel is full.
    Ak-Army committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    735aee8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    7bb5b6b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Sep 18, 2023

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

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    766bd08 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    7332184 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into fix_fd_close_proble…

    …m_in_pool
    
    # Conflicts:
    #	go.sum
    Ak-Army committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    73ad7d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    4f60aec View commit details
    Browse the repository at this point in the history
  2. [fix] Do not close the transport client twice in stream connection , …

    …the transport client is closed in the rpc codec
    Ak-Army committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c029f11 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    3b51f7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f90d0a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Merge branch 'refs/heads/master' into fix_fd_close_problem_in_pool

    # Conflicts:
    #	util/cmd/cmd.go
    Ak-Army committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7e3b0c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    500797b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'refs/remotes/origin/master' into fix_fd…

    …_close_problem_in_pool
    
    # Conflicts:
    #	go.mod
    Ak-Army committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d2bf853 View commit details
    Browse the repository at this point in the history
  4. [fix] tests

    Ak-Army committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    46ffd07 View commit details
    Browse the repository at this point in the history