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

c-deps: bump rocksdb to disable TLS on Windows #40994

Merged
merged 1 commit into from
Sep 23, 2019

Conversation

darinpp
Copy link
Contributor

@darinpp darinpp commented Sep 23, 2019

Release justification: There is a bug related to freeing up
TLS memory. It results in accessing freed up memory at shutdown.
This fixes it.

Fixes #40925
Fixes #40936

Release note: Resolves an issue with shutting down a node with
cockroach quit when the server is running on Windows leads to
the server process hanging.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@petermattis petermattis left a comment

Choose a reason for hiding this comment

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

LGTM

Seems like you can fill in the Release Note as well as this fixes a bug with Windows builds, right?

Release justification: There is a bug related to freeing up
TLS memory. It results in accessing freed up memory at shutdown.
This fixes it.

Fixes cockroachdb#40925
Fixes cockroachdb#40936

Release note: Resolves an issue with shutting down a node with
`cockroach quit` when the server is running on Windows leads to
the server process hanging.
@darinpp
Copy link
Contributor Author

darinpp commented Sep 23, 2019

LGTM

Seems like you can fill in the Release Note as well as this fixes a bug with Windows builds, right?

Done.

@darinpp
Copy link
Contributor Author

darinpp commented Sep 23, 2019

bors r+

craig bot pushed a commit that referenced this pull request Sep 23, 2019
40994: c-deps: bump rocksdb to disable TLS on Windows r=darinpp a=darinpp

Release justification: There is a bug related to freeing up
TLS memory. It results in accessing freed up memory at shutdown.
This fixes it.

Fixes #40925
Fixes #40936

Release note: Resolves an issue with shutting down a node with
`cockroach quit` when the server is running on Windows leads to
the server process hanging.

Co-authored-by: Darin <darinp@gmail.com>
@craig
Copy link
Contributor

craig bot commented Sep 23, 2019

Build succeeded

@craig craig bot merged commit ab10150 into cockroachdb:master Sep 23, 2019
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.

Appveyor hangs during shutdown of CRDB on Windows cockroach quit doesn't work on windows
3 participants