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

ENG-12854: Unreasonable memory usage of the Go driver in sync mode #41

Merged
merged 7 commits into from Jul 24, 2017

Conversation

gernest
Copy link
Contributor

@gernest gernest commented Jul 20, 2017

No description provided.

Remove duplicate constants
This runs tests with -race enabled . Useful for catching race conditions
*nodeConn is not used concurrently. This enables us to reuse the same e Enoder/Decoder instance.

There is no need to having a pool of encoders since the number of encoders is approximately diretly proportional to the number of connections.
@nshi nshi merged commit d384100 into VoltDB:master Jul 24, 2017
@gernest gernest deleted the sync-ENG-12854 branch July 26, 2017 09:57
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