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

Conversation

neeraj97
Copy link

TODO

let (Connection nodeConnsMvar _ _ _ _) = conn
nodeConns <- hasLocked $ readMVar nodeConnsMvar
(ShardMap shardMap) <- hasLocked $ readMVar shardMapVar
loopM (\case
Copy link

@kalyanburri kalyanburri May 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can get multiple moved in multi exec right, there is a chance that requestNode newNodeConn requests can get called multiple times

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants