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

add keep alive connection support for sending command to raft server #48

Merged
merged 7 commits into from
Mar 30, 2016

Conversation

qiuyesuifeng
Copy link
Contributor

#42


var defaultConnFunc = func(addr string) (*nodeConn, error) {
return newNodeConn(addr)
}
Copy link
Contributor

Choose a reason for hiding this comment

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

var defaultConnFunc = newNodeConn

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, good suggestion.

@qiuyesuifeng
Copy link
Contributor Author

PTAL

@disksing
Copy link
Contributor

LGTM

1 similar comment
@siddontang
Copy link
Contributor

LGTM

@qiuyesuifeng qiuyesuifeng merged commit cf3894e into master Mar 30, 2016
@qiuyesuifeng qiuyesuifeng deleted the qiuyesuifeng/node-conns branch March 30, 2016 05:13
rleungx pushed a commit to rleungx/pd that referenced this pull request Apr 19, 2023
* remove region meta when remove region cache

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

* add delete region storage method

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

* fix comments

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

---------

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
rleungx pushed a commit to rleungx/pd that referenced this pull request Jul 26, 2023
* remove region meta when remove region cache

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

* add delete region storage method

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

* fix comments

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

---------

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
rleungx pushed a commit to rleungx/pd that referenced this pull request Jul 26, 2023
* remove region meta when remove region cache

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

* add delete region storage method

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

* fix comments

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

---------

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
rleungx pushed a commit to rleungx/pd that referenced this pull request Jul 27, 2023
* remove region meta when remove region cache

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

* add delete region storage method

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

* fix comments

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

---------

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
rleungx pushed a commit to rleungx/pd that referenced this pull request Jul 28, 2023
* remove region meta when remove region cache

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

* add delete region storage method

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

* fix comments

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>

---------

Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
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.

3 participants