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

Connection pool per node #40

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 11, 2023

  1. changing NodeConnection to Pool of NodeConnection and taking Cluster …

    …Connection out of the Pool
    shashitnak committed Apr 11, 2023
    1 Configuration menu
    Copy the full SHA
    039a83d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc79b73 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    8545c0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ee0bf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    47613cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4362e64 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. fixing MVar thread block issue while refreshing shardMap

    Mehul Agrawal committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    877b057 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Fix missing node exception in multi-exec failure scenario

    Mehul Agrawal committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    465c504 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 18, 2024

  1. Merge remote-tracking branch 'juspay/master' into MVar-fix

    Sai Neeraj Chimbili committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    7e11a0e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. pool per node

    Sai Neeraj Chimbili committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2f2b3bc View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Merge pull request #1 from neeraj97/MVar-fix

    pulled back juspay master | corrected pool per node implementation
    Mehulagrawal710 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e9f873c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Combine shardMapVar and NodeConnMapVar

    Mehul Agrawal committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4d96f98 View commit details
    Browse the repository at this point in the history
  2. removed redundant readMVar on shardMap and nodeConnectionMap

    Sai Neeraj Chimbili committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9453769 View commit details
    Browse the repository at this point in the history