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

builder: upgrade to go1.11 #30035

Merged
merged 1 commit into from
Sep 17, 2018
Merged

builder: upgrade to go1.11 #30035

merged 1 commit into from
Sep 17, 2018

Conversation

benesch
Copy link
Contributor

@benesch benesch commented Sep 10, 2018

Go 1.11 brings us some nice performance improvements on single-node
clusters. See #29827 for benchmark results.

Fix #29827.

Release note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

craig bot pushed a commit that referenced this pull request Sep 11, 2018
30042: pgwire: Fix tests on go 1.11 r=benesch a=bdarnell

This message changed between go 1.9 and 1.10, but the check didn't
account for go 1.11. We don't support 1.9 any more, so simplify.

Release note: None

I'm not sure why #30035 isn't running into problems with this test. 

Co-authored-by: Ben Darnell <[email protected]>
@couchand
Copy link
Contributor

Friendly reminder that this needs widespread announcement before merging.

Also, shouldn't there be an update to build/go-version-check.sh as well?

@benesch
Copy link
Contributor Author

benesch commented Sep 13, 2018

Friendly reminder that this needs widespread announcement before merging.

Yep, done.

Also, shouldn't there be an update to build/go-version-check.sh as well?

Yeah, per our discussion in #engineering I'll be sure to add that. I'll also be reformatting everything to go1.11 style.

@benesch
Copy link
Contributor Author

benesch commented Sep 16, 2018

Ok, PTAL. I've reformatted all our Go files with Go 1.11 style and bumped the minimum required Go version.

Go 1.11 brings us some nice performance improvements on single-node
clusters. See cockroachdb#29827 for benchmark results.

Fix cockroachdb#29827.

Release note: None
@benesch
Copy link
Contributor Author

benesch commented Sep 17, 2018

bors r=bdarnell,raduberinde,nvanbenschoten

@craig
Copy link
Contributor

craig bot commented Sep 17, 2018

Build failed

@benesch
Copy link
Contributor Author

benesch commented Sep 17, 2018

Flaky change feed test, it seems.

bors r=bdarnell,raduberinde,nvanbenschoten

craig bot pushed a commit that referenced this pull request Sep 17, 2018
30035: builder: upgrade to go1.11 r=bdarnell,raduberinde,nvanbenschoten a=benesch

Go 1.11 brings us some nice performance improvements on single-node
clusters. See #29827 for benchmark results.

Fix #29827.

Release note: None

30285: gossip: Don't include gossip connectivity in periodic status logs r=a-robinson a=a-robinson

As discussed on #30088. It can be absolutely massive on large clusters,
and isn't needed because we still log the connectivity info whenever it
changes.

Release note: None

I still think that logging on every change in connectivity is going to be a mess in large clusters during rolling restarts even if gossip is otherwise perfectly stable, but this is useful regardless of whether we do anything about that.

Co-authored-by: Nikhil Benesch <[email protected]>
Co-authored-by: Alex Robinson <[email protected]>
@craig
Copy link
Contributor

craig bot commented Sep 17, 2018

Build succeeded

@craig craig bot merged commit 3f9cd4d into cockroachdb:master Sep 17, 2018
@danhhz
Copy link
Contributor

danhhz commented Sep 17, 2018

Flaky test is the same issue as #30258 I think

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.

7 participants