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

*: bump grpc to 1.12.2 #1265

Merged
merged 2 commits into from
Oct 11, 2018
Merged

*: bump grpc to 1.12.2 #1265

merged 2 commits into from
Oct 11, 2018

Conversation

rleungx
Copy link
Member

@rleungx rleungx commented Oct 10, 2018

What problem does this PR solve?

Closes #1264.

What is changed and how it works?

This PR bumps the version fo grpc to 1.12.2 in order to fix the data race problem.

Check List

Tests

  • No code

@rleungx rleungx requested review from nolouch and disksing October 10, 2018 11:11
Copy link
Contributor

@siddontang siddontang left a comment

Choose a reason for hiding this comment

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

LGTM

@nolouch
Copy link
Contributor

nolouch commented Oct 10, 2018

/run-all-tests

@nolouch nolouch merged commit 1c5f7d7 into tikv:master Oct 11, 2018
@@ -18,7 +18,7 @@
[[constraint]]
name = "google.golang.org/grpc"
source = "https://github.com/grpc/grpc-go.git"
version = "1.12.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we use "source =" for this package?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think the reason is go-grpc's import path is different from its source path.

Copy link
Contributor

Choose a reason for hiding this comment

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

The package contains all the source needed though, so you should be able to delete the "source" line.

@disksing disksing added the needs-cherry-pick-release-2.1 The PR needs to cherry pick to release-2.1 branch. label Oct 23, 2018
rleungx added a commit to rleungx/pd that referenced this pull request Oct 23, 2018
disksing pushed a commit that referenced this pull request Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-cherry-pick-release-2.1 The PR needs to cherry pick to release-2.1 branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

grpc has data race in v1.12.0
5 participants