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

chore: cleanup v2 #922

Open
wants to merge 2 commits into
base: release/v2.0.x
Choose a base branch
from
Open

chore: cleanup v2 #922

wants to merge 2 commits into from

Conversation

cool-develope
Copy link
Collaborator

No description provided.

@cool-develope cool-develope requested a review from a team as a code owner March 26, 2024 15:31
Comment on lines -11 to -14
free chan int
nodes []Node

poolId uint64
Copy link
Member

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?

Copy link
Collaborator Author

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

Comment on lines +114 to +117
// var keyBz bytes.Buffer
// keyBz.Write([]byte(node.StoreKey))
// keyBz.Write(node.Key)
// key := keyBz.Bytes()
Copy link
Member

Choose a reason for hiding this comment

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

remove?

Copy link
Member

Choose a reason for hiding this comment

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

ping

Copy link
Collaborator Author

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

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.

None yet

2 participants