-
Notifications
You must be signed in to change notification settings - Fork 268
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
chore: cleanup v2 #922
base: release/v2.0.x
Are you sure you want to change the base?
chore: cleanup v2 #922
Conversation
free chan int | ||
nodes []Node | ||
|
||
poolId uint64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whats the reason for this removal?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't see any usage of it, only sync.Pool
// var keyBz bytes.Buffer | ||
// keyBz.Write([]byte(node.StoreKey)) | ||
// keyBz.Write(node.Key) | ||
// key := keyBz.Bytes() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ping
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am working on passing tests, need to cleanup the test codes
Should we merge this or close this? |
No description provided.