Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4114)

Issue 137870043: code review 137870043: net: ensure identical queries are not sent multiple tim...

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by axaxs
Modified:
9 years, 8 months ago
Reviewers:
gobot, mikio, iant
CC:
golang-codereviews, iant, mikio
Visibility:
Public.

Description

net: ensure identical queries are not sent multiple times in unix stub resolver Prevents non-rooted queries with > ndots dots from being tried twice on error. Fixes issue 8616. Benchmark results on linux/amd64 benchmark old ns/op new ns/op delta BenchmarkGoLookupIPNoSuchHost 8212394 4413293 -46.26% benchmark old allocs new allocs delta BenchmarkGoLookupIPNoSuchHost 216 108 -50.00% benchmark old bytes new bytes delta BenchmarkGoLookupIPNoSuchHost 17460 8726 -50.02%

Patch Set 1 #

Patch Set 2 : diff -r 25c3a04e7b95fac3cfe0bb1cb7d10b577674ec63 https://code.google.com/p/go #

Patch Set 3 : diff -r 25c3a04e7b95fac3cfe0bb1cb7d10b577674ec63 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -12 lines) Patch
M src/pkg/net/dnsclient_unix.go View 1 2 chunks +9 lines, -12 lines 0 comments Download
M src/pkg/net/dnsclient_unix_test.go View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5
axaxs
Hello golang-codereviews@googlegroups.com (cc: mikioh.mikioh@gmail.com), I'd like you to review this change to https://code.google.com/p/go
9 years, 8 months ago (2014-08-29 22:07:18 UTC) #1
iant
LGTM
9 years, 8 months ago (2014-08-29 22:34:28 UTC) #2
mikio
LGTM
9 years, 8 months ago (2014-08-29 22:43:31 UTC) #3
mikio
*** Submitted as https://code.google.com/p/go/source/detail?r=0ddf9c344a59 *** net: ensure identical queries are not sent multiple times in ...
9 years, 8 months ago (2014-08-29 22:51:27 UTC) #4
gobot
9 years, 8 months ago (2014-08-29 22:54:37 UTC) #5
This CL appears to have broken the windows-amd64-perf builder.
See http://build.golang.org/log/686c587a39bfdf95a5a959df5ba9651d22ba3d54
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b